
/* przyciski */

.item-page .artButtons {
	overflow: hidden;
}

.item-page .artButtons .przycisk,
.blog .item .artButtons .przycisk {
	float: left;
	margin-right: 5px;
}

/* ramki */

.item-page.bezRamki {
	background: none;
	border: none;
	padding: 0;
}

.blog.niebieskaRamka,
.item-page.niebieskaRamka  {
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	border: 9px solid #00A7FF;			/* niebieski */
	padding: 50px 60px 40px 60px;
}

.blog-featured,
.blog,
.item-page {
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	border: 9px solid #ACC818;			/* jasno zielony */
	padding: 50px 60px 40px 60px;
}

/* linie */

.blog.niebieskaRamka .item {
	border-bottom: 3px solid #00A7FF;
}

.blog-featured .item,
.blog .item {
	border-bottom: 3px solid #ACC818;
}

/*************************************************************/
/************************ strona główna **********************/

.bg-default {
	text-align: center;
	padding-top: 140px !important;
}

ul.slides li .slide-desc-box h3 {
	font-family: 'world_of_waterregular', Arial, sans-serif !important;	
	font-size: 20px !important;
	padding-bottom: 0;
}

.slide-desc {
	font-family: 'pt_sansregular', Arial, sans-serif !important;
}

.slide-desc a {
	font-weight: 700px;
	color: white;
}

ul.slides li .bg-default {
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
}

ul.slides li .bg-default {
	background-image: url(../images/logo-white.png) !important;
}

/*************************************************************/
/************************* galeria ***************************/

ul.sige {
	text-align: center;
}

ul.sige li  {
	min-height: 340px !important;
	display: inline-block;
	float: none;
}

ul.sige li .sige_caption {
	padding-left: 10px;
	padding-right: 10px;
}

/*************************************************************/
/************************* archiwum **************************/

.archive #archive-items .row0,
.archive #archive-items .row1 {
	margin-bottom: 50px;
}

.archive #archive-items .row0 p,
.archive #archive-items .row1 p,
.archive #archive-items .row0 ul,
.archive #archive-items .row1 ul {
	padding-bottom: 0;
}

/*************************************************************/
/********************* contact component *********************/

@media only screen and (max-width: 599px) {
	.contact #jform_contact_email_copy-lbl,
	.contact #jform_contact_email_copy {
		float: left;
		margin-right: 5px;
		line-height: 10px;
	}
}

.contact dl.contact-address {
	margin-bottom: 30px;
}

.contact div.contact-form {
	margin-bottom: 30px;
}

/*** accordion - contact ***/

.accordion {					/* #slide-contact.accordion */
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading a.accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}
.accordion-body.in:hover {
	overflow: visible;
}
.collapse {						/* .accordion-body.collapse */
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {					/* .accordion-body.collapse.in */
	height: auto;
}

/*************************************************************/
/*************************** error ***************************/

/* Error Message contact form */

p.error {
	background: #eee;
	border-top: 3px solid #044b63;
	border-bottom: 3px solid #044b63;
	padding: 10px;
	color: #044b63;
}

/* error strona */

.eRRor {
	padding-bottom: 100px !important;
}

#errorboxbody ul {
	margin-left: 50px;
}

#gotohomepage {
	font-size: 200%;
	margin-top: 40px;
	margin-bottom: 30px;
}

#gotohomepage a:hover {
	color: #9DB10A;
}

/*************************************************************/
/*************************** login ***************************/

.login button {
	margin-left: 70%;
}

/*************************************************************/
/************************* register **************************/

.registration #jform_spacer-lbl {
	font-weight: normal;
	font-style: italic;
}

/*************************************************************/
/************************ user profile  **********************/

.profile fieldset {
}

.profile ul {
	margin-bottom: 30px;
}

.profile ul li {
	list-style: none;
}

.profile ul li a {
	text-decoration: none !important;
}

.profile .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 46%;
	padding-right: 4%;
}
.profile dt {
    font-weight: bold;
}
.profile dt, 
.profile dd {
    line-height: 180%;
}

/*************************************************************/
/*******************^******* search **************************/

#searchForm button:before {
	content: 'Search';
}

.btn-group.pull-left {
	width: 230px;
	float: left;
	margin-bottom: 7px;
}

.searchintro {
	font-weight:normal;
	margin:20px 0 20px;
}

.ordering-box {
	width: 40%;
	float: right;
}

.ordering-box label.ordering {
	display: block;
    margin: 0 10px 5px 0;
    float: left;
}

.phrases-box {
	width: 60%;
	float: left;
}

fieldset.only label,
fieldset.phrases label {
    margin: 0 10px 0 0px;
}

.highlight {
	font-weight: bold;
}

.form-limit {
	margin: 20px 0 0;
	text-align: right;
	padding: 0 10px 0 20px;
}

form #finder-filter-select-list label {
	display:block;
	margin-top: 10px;
	margin-bottom: 2px;
}

#finder-search #advanced-search-toggle {
	line-height: 200%;
	font-weight: bold;
}

#finder-search #advanced-search {
}

dl.search-results {
	background: #f5f5f5;
}

dl.search-results dt.result-title {
	border-top: dotted 1px #ddd;
	padding: 15px 15px 0px 5px;
	font-weight: bold;
}

dl.search-results dd {
	padding: 2px 15px 2px 5px;
}

dl.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 27px;
}

dl.search-results dd.result-url {
	border-bottom: solid 5px #fff;
	padding: 2px 15px 15px 5px;
}

dl.search-results dd.result-created {
	border-bottom: solid 5px #fff;
	padding: 2px 15px 15px 5px;
}

dl.search-results dd.result-category {
	 padding: 10px 15px 5px 5px;
}

/*************************************************************/
/**************************** edit ***************************/

.edit form#adminForm {
	padding: 0;
	margin: 0;
	border: none;
}

.edit form#adminForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.control-group {
	padding-bottom: 20px;
}

.edit form#adminForm .btn-toolbar  {
	padding-bottom: 40px;
	text-align: center;
}

.edit form#adminForm .btn-toolbar .btn-group {
	display: inline; 
}

.edit form#adminForm .btn-toolbar .btn-group button,
.edit form#adminForm .btn-toolbar .btn-group  a {
	background: #EEEEEE;
	cursor: pointer;
	padding: 4px 10px 4px 10px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	
	text-decoration: none !important;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.edit form#adminForm .btn-toolbar .btn-group button:hover,
.edit form#adminForm .btn-toolbar .btn-group  a:hover {
	background: #DBDBDB;
	color: #da251d;
}

.edit form#adminForm select,
.edit form#adminForm .inputbox {
	width: 200px;
}

a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a {
	background: #eee;
	padding: 4px !important;
	margin: 0 !important;
	line-height:17px; 
	border:solid 1px #ddd;
	font-weight:bold; 
	text-decoration:none;
	margin-top: 10px !important;
}

#editor-xtd-buttons {
	padding: 0;
}

/*************************************************************/
/*********************** mailto window ***********************/

#mailto-window {
	background: #f5f5f5;
	padding: 15px;
	border: solid 1px #ddd;
	position: relative;
}

.mailto-close {
	position: absolute;
	right: 0;
	top: 5px;
	background:none;
}

.mailto-close a {
	background: #f5f5f5 url(../images/close.png) no-repeat !important;
	min-width: 25px;
	display: block;
	min-height: 25px;
	overflow: visible;
}

.mailto-close a  span {
	position: absolute;
	left: -3000px;
	top: -3000px;
	display: inline;
}

#mailto-window p {
	margin-top: 20px;
}

#mailto-window label {
	width: 10em;
}

#mailto-window button {
	margin: 0 5px 0 0;
}

/*************************************************************/
/******************** tabs - contact, edit *******************/

.tab-content .tab-pane {
	display: none;
}

.tab-content .tab-pane.active {
    border: 1px solid #ccc;
	display: block;
    clear: both;
	margin-bottom: 20px;
    padding: 30px 10px 30px 10px;
}

.nav.nav-tabs {
	border-bottom: 1px solid #ddd;
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
	*zoom: 1;	
}

.nav.nav-tabs:before,
.nav.nav-tabs:after {
	display: table;
	content: "";
	line-height: 0;
}

.nav.nav-tabs:after {
	clear: both;
}

ul.nav.nav-tabs > li {
	display: inline-block;
	margin-bottom: -1px;	
}

.nav.nav-tabs > li > a {
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;	
	margin-right: 2px;
	line-height: 18px;
	display: block;
}

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav.nav-tabs > li > span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:hover,
.nav.nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}


