/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.osooba #block-kancelaria-page-title .field--name-title {
	display: none;
}

ul.mobmenu li span {
    cursor: pointer;
}


html,
body {
  	height: 100%;
}

img {
	display: block;
    max-width: 100%;
    height: auto;
}

a:hover {
	text-decoration: none;
}

.region-header-top:after,
.region-header-bottom:after,
.region-footer-top:after,
.region-content:after,
.projects-home:after,
.projects-home .views-row:after,
.projects-home .views-element-container:after,
.publikacje-home .views-row:after,
.publikacje-home .views-element-container:after,
.material-view .views-exposed-form:after,
.material-view .views-field-nothing:after,
.region-footer-bottom:after,
.material-tresc:after,
.region-footer-top:after {
    clear: both;
    content: "";
    display: block;
}

.obrazek-over,
.overlay-popupu,
.os-overlay {
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.systemowe-messages {
	clear: both;
	border: 2px solid #8bc43f; /* zielony */
	padding: 20px;
	width: 50%;
	    margin: 0 auto;
}

#block-fop-primary-local-tasks {
	padding: 20px 0;
}
#block-fop-primary-local-tasks ul li {
	display: inline-block;
}
#block-fop-primary-local-tasks ul li a {
	display: block;
	padding: 4px;
	margin: 4px;
	border: 1px solid #838383;
}

.uwagi-do {
    padding-top: 40px;
}

div.tresc p {
	display: block;
}
div.tresc li p {
	display: inline;
}


.views-exposed-form fieldset:hover {
	cursor: pointer;
}
 
.pager {
    padding-left: 0;
    margin: 40px 0;
    text-align: center;
    list-style: none;
}


article .abel {
	padding: 20px 0 5px;
	display: inline-block;
}
article .ole {
	padding: 0px 0 5px;
	display: inline-block;
}

.filmik .ole {
	padding: 0px 0 5px;
	display: block;
}


 a.overlay-box  {
	    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

 


/* STRONICOWANIE */

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}



 /* FLEXSLIDER */

.flex-control-paging li a {
    width: 25px;
    height: 25px;
    display: block;
    background: transparent;  
    background: #1f3861;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:  1px solid #fff; 

}
.flex-control-paging li a:hover {
    background: #2f5fa9 !important;
    background: rgba(47, 95, 169, 1);
}
.flex-control-paging li a.flex-active {
    background: #2f5fa9 !important;
    background: rgba(47, 95, 169, 1);
    cursor: default;
}
 
 .flex-control-paging li a.flex-active {
    border:  1px solid #f34e3a; /*pomarańczka */
 }


.flexslider {
	position: relative;
    border: 0;
    border-radius: 0;
    margin: 0;
}



.tresc-basic-page img {
	display: inline-block;
	margin: 20px;
}
/* MOBILE MENU */


#block-info {
  padding: 25px;
}

form[id*="views-exposed-form"] .js-form-item input {
    padding-bottom: 12px;
}

form[id*="views-exposed-form"] .js-form-item  label {
    display: inline;
}

ul.contextual-links {
    background-color: #fff !important;
}

.contextual-region .contextual ul.contextual-links li,
.contextual-region .contextual ul.contextual-links li a {
    background-color: #fff !important;
    color: #f34e38 !important; /* pomarańczka */
    padding: 3px 5px 3px 5px !important;
    margin: 2px;
}