@charset "utf-8";
:root
{
    --kolor:#007ab1;
    --kolor2:#095580;
    --tlo:#fff;
    --kolor_link:#ff6600;    
}
/*--------------------------------------------------*/
/*-- Baner KATEGORIE --*/
/*--------------------------------------------------*/
#zawartosc a:hover
{
    color:var(--kolor_link);
}
#zawartosc p, #zawartosc div
{
    hyphens: auto;
}
/*--------------------------------------------------*/
/*-- Nazwa Kategorii--*/
/*--------------------------------------------------*/
div#kategoria
{
    width:100%;
    background-color: var(--kolor);
    position: relative;
    z-index: 0;
    height:70px;
}
h2 span.subheading-category
{
    display: none;
}
.category-name, .subheading-category
{
    display:none;
}
/*--------------------------------------------------*/
/*-- ZAWARTOŚĆ STRONY--*/
/*--------------------------------------------------*/
#zawartosc_calosc
{
    max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
    margin-top:10px;   
    position: relative; 						
}
.page-header h1, .com-finder h1
{
    background-color: var(--kolor);    
    font-size: 2.3em;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0 10px 0px;
    font-weight: bold;
    line-height:1em;
    top: -80px;
    left: 10px;
    position: absolute;
    box-sizing: border-box;
}
#zawartosc
{
    max-width:1200px;    
	margin-left: auto;
	margin-right: auto;
    padding-left:20px;
    overflow-x:hidden;
    width:100%;   
    min-height: 412px;
}
#zawartosc ul
{
    list-style: circle;
    margin-left: 30px;
    line-height: 2em;
    margin-bottom: 10px;
    list-style-position: inside;    
}
#zawartosc ol
{
    list-style-type: decimal;
    margin-left: 30px;
    line-height: 2em;
}
#zawartosc strong
{
    font-weight: bold;
}
#zawartosc iframe
{
    margin: 0px auto;
    display: block;
}
#zawartosc table tr
{
    border-bottom: 1px solid #ccc;
}
#zawartosc table tr td, #zawartosc table tr th
{
    padding:10px;
}
.item-content
{
    margin-bottom: 15px;
}
#zawartosc div.categories-list div.collapse>div::before
{
    content: "---";
    color: var(--kolor_link);
    height: 0.5em;
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    padding-top:10px;    
}
#zawartosc div.categories-list div.collapse>div div
{
    padding-left: 30px;    
}
.zawartosc_btn
{
    border: 1px solid var(--kolor);
    padding: 5px 10px;
    display: block;
    width: 330px;
    margin: 0 auto;
    margin-bottom: 28px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.5em;
}
.zawartosc_btn:hover
{
    background-color: var(--kolor_link);
    border: 1px solid var(--kolor_link);
    color:#fff !important;
}
/*--------------------------------------------------*/
/*-- Nagłówki i tytuły artykułów--*/
/*--------------------------------------------------*/
h2 span.subheading-category
{
    display: none;
}
#zawartosc h2 a, #zawartosc h2
{
    color:var(--kolor2);
}
#zawartosc h2 a:hover
{
    color:var(--kolor_link);
}
div.item-content h2, div.page-header h2
{
    margin: 10px 0px;
    border-bottom: 1px solid #ababab;
    clear:both;
    padding-bottom: 7px;   
    line-height:1em;
    font-size: 2.2em !important;     
    line-height:1em;
}
#zawartosc h3
{
    font-size: 28px;
    color: var(--kolor2);  
    padding: 12px 0;
    line-height: 1.2em;
}
/*--------------------------------------------------*/
/*-- Autor, Opublikował, Poprawiono, Odsłony --*/
/*--------------------------------------------------*/
dt.article-info-term
{
    display: none;
}
dl.text-muted
{
    color:#666;
    font-size:11px;
    line-height:1.4em;
    padding-bottom:15px;
    text-align: left;
}
.createdby::before 
{
    content: "Opublikował:";
    font-weight: bold;
}
.createdby 
{
    float: left;
    margin-right: 6px;
}
.article-info
{
    padding:5px 0;
}
/*--------------------------------------------------*/
/*-- Przyciski--*/
/*--------------------------------------------------*/
div.blog p.readmore, #zawartosc p.readmore
{
    float:right;
    margin-bottom:21px;
}
div.blog p.readmore a, #zawartosc p.readmore a
{
    background-color: var(--kolor);
    background-image: none;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    height: 31px;
    line-height: 2em;
    text-align: center;
    width: 163px;
    color:white;
}
div.blog p.readmore a:hover, #zawartosc p.readmore a:hover
{
    background-color: var(--kolor_link);
}

.visually-hidden
{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.previous .icon-chevron-left::before 
{
    content: "<<";
    font-size: 1.2em;
}
.next .icon-chevron-right::before {
    content: ">>";
    font-size: 1.2em;
}
.previous .page-link, .next .page-link
{
    padding: .375rem .75rem;
    display: block;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*--------------------------------------------------*/
/* PAGINACJA */
/*--------------------------------------------------*/
div.w-100
{
    clear: both;
    text-align: center;
}
nav.pagination__wrapper 
{
	text-align:center;
    clear:both;
}
nav.pagination__wrapper ul
{
	margin: 0;
    padding: 0;
    display: inline-block;
}
nav.pagination__wrapper ul li
{
	text-decoration: none; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	display: inline; 
	line-height: 28px; 
	text-align: center; 
	margin:0px 3px !important; 
	cursor: default;
	padding:5px 1px;
}
nav.pagination__wrapper ul li span, nav.pagination__wrapper ul li a
{
    background: var(--kolor);
    border-radius:5px;        
}
nav.pagination__wrapper span
{
	color: #fff; 
	text-decoration: none; 
	padding: 4px 10px;
}
nav.pagination__wrapper a 
{
	color: #fff; 
	text-decoration: none; 
	padding: 4px 9px;
}
nav.pagination__wrapper a:hover, nav.pagination__wrapper a:hover span
{ 
	background: var(--kolor_link) !important; 
	color:#fff !important;
    border:0;
}
/*--------------------------------------------------*/
/*-- Następny, poprzedni --*/
/*--------------------------------------------------*/
.pagination 
{
    list-style: none !important;
    display:flex;
}
.page-item .page-link 
{
    border-radius: .25rem;
}
.pagenavigation .pagination, .pager .pagination 
{
    justify-content: center;
    margin: 1em 0;
}
a.previous, a.next
{
    background-color: var(--kolor);
    border-radius: 5px;
    color: white;
    padding:7px 15px;
    margin: 0 15px;
    width: 110px;
    text-align: center;    
}
a.previous:hover, a.next:hover
{
    background-color: var(--kolor_link);
    color: white !important;
}
/*--------------------------------------------------*/
/*-- Obrazki IMG --*/
/*--------------------------------------------------*/
#zawartosc img, #zawartosc video
{
    margin:8px 15px 8px 8px !important;
    border:5px solid #fff;
    box-shadow:0px 0px 4px #aaa;
    vertical-align: middle;
    max-width:96%;
    height:auto;
}
/*--------------------------------------------------*/
/*-- Radni i sołtysi --*/
/*--------------------------------------------------*/
.soltysi, .radni
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.soltysi img, .wladze img, .radni img
{
    box-shadow: none !important;
}
/*--------------------------------------------------*/
/*-- SZUKAJ --*/
/*--------------------------------------------------*/
#search-form
{
    margin-top: 5px;
    margin-bottom: 30px;
}
#search-result-list
{
    list-style: none !important;
    margin-left: 0 !important;
}
#search-result-list .result__date
{
    clear: both;
    display: block;
}
#search-result-list  .result__date::after 
{
    content: "";
}
#search-result-list .result__taxonomy
{
    margin-left: -7px !important;
}
#search-results mark
{
    background-color: var(--kolor);
    color: #fff;
    padding: 2px 5px;    
}
.awesomplete > input 
{
    display: block;
    padding: 10px 10px 10px;
    border-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #3b5999;
    font-size: 1.2em;
    color: #3b5999;
    width: 250px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -4px;
    outline: none;
}
.awesomplete > input:focus
{
    border: 1px solid #3b5999;
}
#search-form button.btn
{
    position: absolute;
    width: 100px;
    background-color: var(--kolor);
    color: #fff;
    border: 0;
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 11px;
    font-size: 1.2em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;    
}
#search-form button.btn:hover {
    cursor: pointer;
}
#search-form .form-inline label
{
    padding-bottom: 8px;
    display: block;
    color: var(--kolor2);
    font-size: 1.5em;
}
.result__description time
{
    font-weight:bold;
}
#search-result-list .result__taxonomy--Type, #search-result-list .result__taxonomy--Language
{
    display:none;
}
/*--------------------------------------------------*/
/* USTAWIENIA KOLUMN */
/*--------------------------------------------------*/
.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2
{
    float: left;
}
.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
	width:100%;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}
.droppicsgallerypolaroid 
{
    padding-top: 1px !important;
}
.droppicsgallerypolaroid a
{
  box-shadow: none !important;
  padding:0 !important;
}
.droppicsgallerypolaroid .droppicspictures .wimg
{
  margin-left:6px !important;  
  margin-right:6px !important;  
}
.droppicsgallerypolaroid a span 
{
    display: none;
}
.pull-left
{
    /*float:left;*/
}
.alert
{
    margin-top:20px;
}

.wiecej_wydzial
{
    position: relative;
    left: 40%;    
}
.wiecej_wydzial a
{
    background-color: #24a3d8;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 38px;
    line-height: 2.3em;
    text-align: center;
    width: 202px;    
}
.wiecej_wydzial a:hover
{
    background-color: #ff6600;
    color:#fff !important;
}
#m_rada
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#m_rada div img
{
    box-shadow: none;
    margin-right: 20px;
}