/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** DEFAULT JOOMLA STYLES ***********************/

/**registration, login**/

span.star, strong.red, .invalid {
    color: #ff0000;
}

div.login fieldset {
    border: none;
}

div.registration fieldset, 
div.profile fieldset, 
div.profile-edit fieldset, 
div.remind fieldset, 
div.reset fieldset, 
div.login fieldset,
div.edit fieldset {
    margin: 0 0 10px 0;
  border: 1px solid #D2D2D2;
  padding: 10px;
}

div.registration fieldset legend, 
div.profile fieldset legend, 
div.profile-edit fieldset legend,
div.edit fieldset legend {
    font-weight: bold;
}

div.registration form#member-registration fieldset dt, 
div.profile form#member-profile fieldset dt, 
div.profile-edit form#member-profile fieldset dt, 
div.remind fieldset dt, 
div.reset fieldset dt {
    float: left;
    clear: both;
    padding: 5px;
  margin: 0;
}

div.registration form#member-registration fieldset dd, 
div.profile form#member-profile fieldset dd, 
div.profile-edit form#member-profile fieldset dd, 
div.remind fieldset dd, div.reset fieldset dd {
    float: none;
    padding: 2px;
  margin: 0;
}

.registration dl dt:first-child {
    width: 100% !important;
}

div.formelm label,
div.formelm-area label {
    display: inline-block;
    min-width: 200px;
}

div.formelm-buttons {
  padding: 10px 0;
}

div.login-fields {
    padding: 5px 0;
}

fieldset.userdata {
    border: none;
    padding: 0;
    margin: 0;
}

div.registration label {
    display: inline-block;
    min-width: 200px;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
  min-width: 100px;
  display: inline-block;
}

/**buttons, inputs**/

input.button, button.validate, button {
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    margin: 3px 0 3px 5px;
    padding: 2px 5px;
    vertical-align: middle;
    cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.inputbox, input.validate-password, input.required {
    font-weight: normal;
    color: #5c5d5d;
    margin: 3px 0;
    padding: 3px 2px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #c4c3c3;
  background: #fff;
}

input#modlgn-remember {
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    background: none;
}

#form-login-username label,
#form-login-password label {
  width: 100px;
  display: inline-block;
}

.userdata input.button {
  margin: 10px 0;
}

/**page navigation**/

ul.pagenav {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

ul.pagenav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.pagenav {
  display: inline-block;
}

/* Hides from IE-mac \*/ * html ul.pagenav {
    height: 1%;
}

ul.pagenav {
    display: block !important;
}

ul.pagenav li {
    display: inline;
    padding: 0;
    margin: 0;
  background: none;
}

ul.pagenav li a {
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
  margin: 0;
    padding: 2px 5px;
    vertical-align: middle;
    cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
}

ul.pagenav li.pagenav-prev {
    float: left;
}

ul.pagenav li.pagenav-next {
    float: right;
}

/**pagination**/

div.pagination {
    margin: 0;
    padding: 10px 0;
    text-align: center;
  clear:both;
}

div.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.pagination li {
    display: inline;
    padding: 0;
    margin: 0 2px;
  background: none;
}

.pagenav {
    padding: 2px;
}

p.counter {
    text-align: center;
  margin: 10px 0;
}

/**search**/

fieldset.word, 
fieldset.phrases, 
fieldset.only {
    padding: 10px;
    margin: 0 0 10px 0;
  border: 1px solid #D2D2D2;
}

fieldset.phrases {
  border: 1px solid #D2D2D2;
}

fieldset.only {
  border: 1px solid #D2D2D2;
}

div.searchintro {
    font-size: 12px;
}

fieldset.only legend, 
fieldset.phrases legend {
    font-weight: bold;
}

/****content****/

div.items-leading {
  display: inline-block;
  width: 100%;
}

div.items-row {
  display: inline-block;
  width: 100%;
}

.row-separator {
}

.item-separator {
  display: block; 
  width: 100%; 
  height: 1px; 
  margin: 10px 0;
  background: none
}

.shownocolumns {}

.category-desc {}

/**blog featured single**/

div.blog-featured {}

div.blog {}

div.item-page {}

div.category-list {}

div.archive {}

div.contact-category {}

div.search {}

div.blog h2, 
div.item-page h2, 
div.blog-featured h2,
ul#archive-items li h2 {
    font-weight: bold;
  font-size: 1em; 
  text-indent: 0px; 
  padding: 0 0 10px 0;
  line-height: 1.3em;
}

div.blog h1, 
div.blog-featured h1, 
div.item-page h1, 
div.archive h1, 
div.contact-category h2, 
div.categories-list h1, 
div.category-list h1, 
div.search h1 {
    font-weight: bold;
  font-size: 1.3em; 
  text-indent: 0px; 
  padding: 0 0 15px 0;
  margin: 0;
  line-height: 1.6em;
}

div.blog-featured h2 a:link, 
div.blog-featured h2 a:visited, 
div.blog h2 a:link, 
div.blog h2 a:visited, 
div.item-page h2 a:link, 
div.item-page h2 a:visited,
ul#archive-items li h2 a:link,
ul#archive-items li h2 a:visited {
  text-decoration: none;
}

div.contact h2 span.contact-name {
    font-weight: bold;
  font-size: 1em; 
  text-indent: 0px; 
  padding: 0 0 10px 0;
  line-height: 1.3em;
}

div.items-more h3 {
    font-weight: bold;
  font-size: 1em; 
  text-indent: 0px; 
  padding: 0 0 10px 0;
  line-height: 1.3em;
}

div.newsfeed {}

div.newsfeed h2.redirect-ltr {}

div.newsfeed h2.redirect-ltr a {}

/**blog layout**/

.item { 
  display: block;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1, 
.cols-3 .column-2, 
.cols-3 .column-3 {
    float: left;
    width: 31%;
}

.cols-3 .column-2 {
  padding: 0 3%;
}

.cols-4 .column-1, 
.cols-4 .column-2, 
.cols-4 .column-3, 
.cols-4 .column-4 {
    float: left;
    width: 23%;
}

.cols-4 .column-2 {
  padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
  padding: 0 2% 0 1%;
}

.items-more {
    padding: 10px 0;
}

.items-more h3 {
    font-weight: normal;
}

/**single article**/

ul.actions {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    width: 100%;
}

ul.actions li {
    display: inline;
  background: none;
}

.actions img {
    border: none;
  padding: 0 5px;
}

.article-info {
    margin: 0 0 10px 0;
  line-height: 1.5em;
  font-size: 0.9em;
}

.article-info-term {
    font-weight: bold;
}

.archive .article-info dd, 
.article-info dd {
  margin: 0;
  color: #adadad;
}

/**article categories**/

.categories-list ul {
    margin: 0;
}

.categories-list h1 {}

dl.article-count dt, 
dl.article-count dd {
    display: inline;
    margin: 0;
}

dl.article-count dt, 
dl.article-count dd {
    display: inline;
    margin: 0;
}

/**web category list**/

.weblink-category {}

/**archive**/

fieldset.filters {
    padding: 10px;
    margin: 0 0 20px 0;
  border: 1px solid #D2D2D2;
}

fieldset.filters legend {
    font-weight: bold;
  color: #868686;
}

ul#archive-items .row0,
ul#archive-items .row1 {
  background: none;
}

ul#archive-items h2 a:link,
ul#archive-items h2 a:visited {
  text-decoration: none;
}

/**contact, article category list**/

table.category {
    width: 100%;
    margin: 10px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.category th {
    font-weight: bold;
    padding: 8px;
  color: #fff;
  border: none;
}

table.category th a {
  color: #fff;
    text-decoration: none;  
}

table.category .cat-list-row0 td {
  padding: 8px;
}

table.category .cat-list-row1 td {
    padding: 8px;
}

.cat-children h3 {}

/**single contact slider**/

div.contact-slider {}

div.panel {}

div.panel h3.title {
    padding: 8px;
    font-size: 12px;
  margin: 0 0 2px;
  text-align: left;
}

div.panel h3.title a:link, 
div.panel h3.title a:visited {
    text-decoration: none;
    color: #fff;
}

div.panel h3.pane-toggler-down {}

div.pane-slider {}

div.pane-down {
    padding: 10px !important;
}

form#contact-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
  margin: 0;
}

form#contact-form textarea {
    font-weight: normal;
    color: #5c5d5d;
    margin: 3px 0;
    padding: 3px 2px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #c4c3c3;
}

/**details**/

.tip {
    background: #FFFFFF;
    border: 1px solid #CFCCCC;
    padding: 10px;
}

.img_caption {
    font-size: 10px;
    background: none;
    margin: 0px;
    padding: 0px;
    border-top: none;
}

p.readmore {
  text-align: right;
}

p.readmore a:link, p.readmore a:visited {
  padding: 0; 
  margin: 0; 
  display: block;
  text-decoration: none; 
  font-size:  0.9em; 
  line-height: 1.2em; 
  font-weight: bold; 
}

p.readmore a:hover {
    text-decoration: underline;
}

/************************ plugin page break ******************/

hr.system-pagebreak  {
  display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    background: #d2d2d2;
    border: none;
}

/************************ Presentation Style: pages ******************/

div#article-index { 
  padding: 10px 5px;
}

div#article-index {
    border: 1px solid #D2D2D2;
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px;
    width: 150px;
  background: #fff;
}

div.pagenavcounter {
    background: #D2D2D2;
    border: 1px solid #D2D2D2;
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    text-align: center;
    width: 150px;
}

div#article-index h3 { 
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

div#article-index ul {}

div#article-index ul li { }

div#article-index ul li a:link,
div#article-index ul li a:visited {}

div#article-index ul li a:hover {}

div#article-index ul li a.active {}

/************************ Presentation Style: sliders ******************/

div#sliders.pane-sliders {}

div#sliders div.panel {
  margin: 0 0 1px 0;
}

div#sliders .panel h3#basic-details.title { 
  font-size: 12px;  
  text-align: center;
  background: #e5e5e5;
  padding: 3px;
  margin: 0;
  border: none;
  border-right: solid 1px #D2D2D2;
  border-left: solid 1px #D2D2D2;
  border-top: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
}

div#sliders .panel h3.pane-toggler-down {
  border-bottom: solid 1px #c9c7c7;
}

div#sliders .panel h3#basic-details.title a:link,
div#sliders .panel h3#basic-details.title a:visited {
  color: #7a7a7a;
  text-decoration: none;
}

div#sliders .panel h3#basic-details.title.pane-toggler-down a:link,
div#sliders .panel h3#basic-details.title.pane-toggler-down a:visited {
  color: #2E2E2E;
}

div#sliders .panel h3#basic-details.title a:hover { 
  color: #2E2E2E;
}

div#sliders .panel div.pane-slider { 
  padding: 5px;
}

div#sliders .panel div.pane-slider.pane-down {}

/************************ Presentation Style: tabs ******************/

dl#tabs.tabs { 
  float: none;
  padding: 10px 0 0;
}

dl.tabs {
  margin: 0;
} 

.tabs dt.tabs {
  float: left;
  padding: 5px 10px;
  background: #fff;
  border-right: solid 1px #D2D2D2;
  border-left: solid 1px #D2D2D2;
  border-top: solid 1px #D2D2D2;
  border-bottom: solid 1px #fff;
  margin: 0 10px -1px 0;
}

.tabs dt.tabs.closed {
  background: #e5e5e5;
  border-right: solid 1px #D2D2D2;
  border-left: solid 1px #D2D2D2;
  border-top: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
}

.tabs dt.tabs.basic-details h3 {
  font-size: 11px;
  margin: 0;
}

.tabs dt.tabs.basic-details.open h3 a:link,
.tabs dt.tabs.basic-details.open h3 a:visited  {}

.tabs dt.tabs.basic-details h3 a:link,
.tabs dt.tabs.basic-details h3 a:visited {
  text-decoration: none;
}

.tabs dt.tabs.basic-details h3 a:hover {
  color: #2e2e2e;
}

dd.tabs { 
  clear:both;
  background: #fff;
  border: solid 1px #D2D2D2;
  margin: 0; 
  padding: 10px;
}

/* Unpublished */

.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df;
}

/* System Messages */

#system-message {
    margin-bottom: 10px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
    display: none;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    color: #0055BB;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
}

/* System Standard Messages */

#system-message dd.message ul {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: #0e4185;
    border: none;
    margin: 0;
    text-align: center;
    padding: 15px 10px;
}

#system-message dd.message ul li {
    display: inline;
}

/* System Error Messages */

#system-message dd.error ul {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: #ce1c13;
    border: none;
    margin: 0;
    text-align: center;
    padding: 15px 10px;
}

#system-message dd.error ul li {
    display: inline;
}

/* System Notice Messages */

#system-message dd.notice ul {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: #0e4185;
    border: none;
    margin: 0;
    text-align: center;
    padding: 15px 10px;
}

#system-message dd.notice ul li {
    display: inline;
}

#system-message ul li {
    background: none;
    margin-left: 30px;
}

/* Program zniżek */

.green {
    color: #009846;
}

.item-center {
    width:780px;
}

a.item-partner:link {
    border: 1px solid;
    width: 40%;
    padding: 20px;
    margin: 12px;
    margin-left; 
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
}

a.item-partner:hover {
    background: #009846;
    color: white;
    font-weight: bold;
}

table#znizki td {
    border: 1px solid;
}

table#znizki tr:nth-child(even) {
    background-color: #eee;
}

table#znizki tr:nth-child(odd) {
    background-color:#fff;
}

#jm-poweredby {
  display: none;
  }
