/* 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;
}


html,
body {
  	height: 100%;
}
.region:after,
.region-content-top-right:after,
section:after,
.region-footer:after,
.path-frontpage .region-content-top:after,
.container-custom:after,
header:after,
.region-header-bottom:after,
 .content-main:after,
 .node-98 .region.region-content:after,
 #block-searchform:after,
 div#colorbox:after,
 #block-views-block-selected-issues-block-1:after,
.views-exposed-form:after,
#block-quizimage:after,
.js-form-item-items-per-page:after,
.my-block:after,
form#views-exposed-form-quiz-generator-page-1:after,
.mailchimp-newsletter-mergefields:after {
    clear: both;
    content: "";
    display: block;
}

img {
	display: block;
    max-width: 100%;
    height: auto;
}

a:hover {
	text-decoration: none;
}

ul.costam li:hover {
    cursor: pointer;
}

 
.systemowe-messages {
	clear: both;
	border: 2px solid #8bc43f; /* zielony */
	padding: 20px;
	width: 50%;
	    margin: 0 auto;
}

#block-english-local-tasks {
	padding: 20px 0;
}
#block-english-local-tasks ul li {
	display: inline-block;
}
#block-english-local-tasks ul li a {
	display: block;
	padding: 4px;
	margin: 4px;
	border: 1px solid #838383;
}

table {
    margin:  25px 0;
}
table th {
    border: 1px solid #123877;
    padding: 10px;
    background-color: #123877;
}
table td {
    border: 1px solid #123877;
    padding: 10px;
}

.content-top:after {
    clear: both;
    content: "";
    display: block;
}





 h1 {
    display: block;
    padding:  76px 40px 16px 40px;
    margin:  0 0 54px 0;
    background-color: #123877; /* granat nagłówek 1 */
 }
  .path-quiz-generator h1 {
    margin:  0;
  }
 .path-frontpage h1 {
    display: block;
    padding:  0;
    margin:  0;
    background-color: transparent; 
 }
 .path-node h1 {
    margin: 0;
 }

div.rameczka {
    margin:  40px;
    border:  2px solid #c4272e;
    padding:  30px;
}

article figure {
    width: 50%;
    float: left;
    padding:  15px 15px 15px 15px;
}


/* EDYTOR TEKSTOWY */

 
article ul {
    list-style: none;
    padding: 30px 0 15px 20px;
}
article ol {
    list-style: decimal;
     padding: 30px 0 15px 20px;
}

article ol li {
    padding: 0 0 10px 5px;
}
article ol li span {
    position: relative;
    left: 2px;
}

article ul li {
    list-style: none;
    padding: 0 0 10px 12px;
    position: relative;
}
article ul li:before {
    content:"";
    display: block;
    position: absolute;
    background-color: #123877;
    width: 8px;
    height: 8px;
    left: -10px;
    top: 10px;
}


/* STRONICOWANIE */

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}




/* COMMENTS */

article section   {
    padding: 30px;
}

article.js-comment {
    border-bottom: 1px solid #e1dddd;
    padding: 12px;
}

 .indented > article  {
    padding-left: 40px;
}

 .indented .indented > article {
    padding-left: 70px;
}

 .indented  .indented   .indented > article {
    padding-left: 100px;
}

form.comment-form input,
form.comment-form textarea {
    width: 100%;
}


.comment-form .js-form-type-textfield label {
    display: block;
}

form.comment-form input.form-submit {
    background-color: #064ab9;
    color: #fff;
    border: 0;
    width: 100px;
    height: 38px;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


/* POP UP */

.spb_overlay {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(1, 26, 69, 0.7);
}

.spb-popup-main-wrapper {  /* czerwony kontener */
    position: fixed;
    padding: 120px 120px 50px 40px;
    border: 0;
    z-index: 999999;
    background-color: rgb(196, 39, 46);
    width: 1200px !important;
    margin-left: -600px !important;
}
.spb_center { /* czerwony kontener */
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    top: 20%;
    left: 50%;
    margin-top: 0;
}
.spb-controls { /* przyciski:  minimalizuj, zamknij */;
    position: absolute;
    right: 15px;
    z-index: 999999;
    top: 15px;
}
.spb_close,
.spb_minimize {
    border: 2px solid;
    cursor: pointer;
    float: right;
    margin: 3px;
    color: #10317f;
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 1;
}
.spb_close {
    padding: 5px 0 0 10px;
}
.spb_minimize  {
    padding: 3px 0 0 14px;
}

 
input:focus-visible {
    outline: 1px solid rgb(196, 39, 46);
    border-radius: 0px;
}


/* NEWSLETTER POPUP */

#block-mailchimpsubscriptionformmailchimpsign {
  display: none;
}

#block-mailchimpsubscriptionformmailchimpsign h2 {
    width: 34%;
    float: left;
    padding:  125px 45px 0 90px;
}
#block-mailchimpsubscriptionformmailchimpsign form {
    background-color: #fff;
    width: 66%;
    padding: 60px 60px 50px 50px;
    float: left;
    position: relative;
}

#block-mailchimpsubscriptionformmailchimpsign #edit-message {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 50px 140px 50px 50px ;
}

#block-mailchimpsubscriptionformmailchimpsign .js-form-item {


}

fieldset[class*="mailchimp-newsletter-interests-"] {

}

.mailchimp-newsletter-mergefields {
    padding: 20px 0 15px 0;
}

#block-mailchimpsubscriptionformmailchimpsign .mailchimp-newsletter-mergefields label  {
    display: none;
}  

#block-mailchimpsubscriptionformmailchimpsign input[id*="edit-mergevars-email"] {
    width: 220px;
}
#block-mailchimpsubscriptionformmailchimpsign input[id*="edit-mergevars-fname"] {
    width: 220px;
}
#block-mailchimpsubscriptionformmailchimpsign input {
    display: block;
    padding: 10px 10px 7px 10px;
    float: left;
    border: 1px solid #123877;
    margin-right: 12px;
}

#block-mailchimpsubscriptionformmailchimpsign input.js-form-submit {
    display: block;
    padding: 12px 16px 10px 16px;
    float: left;
    border: 0;
    margin-right: 12px;
    background-color: #123877; /* granatowy */
}

fieldset[id*="edit-mailchimp-lists-interest-groups"] {
    margin: 20px 0 30px 0;
    padding-top: 10px;
}



div[class*="form-item-mailchimp-lists-interest-groups"] {
    padding-bottom: 10px;
}





/* SEARCH POPUP */

#block-searchform {
    display: none;
}  

#spb-block-searchform .spb-popup-main-wrapper {
  padding: 120px 120px 50px 40px;
  width: 1200px !important;
  margin-left: -600px !important;
}
#spb-block-searchform .spb_center {

}

#spb-block-searchform #block-searchform h2 {
    width: 34%;
    float: left;
    padding: 75px 45px 0 90px;
} 
#spb-block-searchform #block-searchform .block-kontent {
  background-color: #fff;
  width: 66%;
  padding: 40px 60px 20px 70px;
  float: left;
  position: relative;
}


#spb-block-searchform  form .js-form-item  {

}


#spb-block-searchform .block-kontent form  .js-form-type-search {
    background-color: #fff;
    padding: 10px 10px 15px 10px;
    height: auto;
    float: left;
    width: 420px !important;
}
#spb-block-searchform .block-kontent form input.form-search {
    padding: 5px 0px 0px 0px;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
    display: block;
    padding: 10px 10px 7px 10px;
    
    margin-right: 12px;
    width: 100%;
}



#spb-block-searchform .block-kontent  div[id*="edit-actions--"] {
     float: right;
    width: 60px !important;
    height: 60px;
    padding: 12px;
    margin: 0;
background-color: #123877; /* granatowy */
}
#spb-block-searchform .block-kontent form input[id*="edit-submit"]{
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border: 0;
    display: block;
    font-size: 0;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    background-image: url(../images/magni_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}


#cboxClose {
    display: none;
}












.iziToast.iziToast-color-green {
    background: #1a6c0a;
    border-color: #1a6c0a;
    padding: 50px 50px;
}



.iziToast::after {

    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0;
}


.iziToast > .iziToast-body .iziToast-icon {
    position: absolute;
    left: -10px;
    top: 17px;
    display: table;
    font-size: 23px;
    line-height: 24px;
    margin-top: -12px;
    color: #000;
    width: 24px;
    height: 24px;
}
.iziToast.iziToast-theme-dark .iziToast-close {
    background-position: 10% 10%;
        background-size: auto;
    background-size: 8px;
}
.iziToast > .iziToast-body strong.iziToast-title {
    width: 100%;
    clear: both;
    display: block;
    padding: 0 0 30px 0;
}

.iziToast.iziToast-theme-dark p.iziToast-message {
    width: 100%;
    display: block;
}
 
.iziToast-message  span.text-left {
   display: block;
    float: left;
    width: 34%;
    padding: 0 30px 0 0;
    text-align: right;
    }
.iziToast-message span.text-right {
    display: block;
    float: right;
    width: 66%;
    background-color: #fff;
    padding: 30px 20px;
    text-align: left;
}

/*  SHARE */



.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    width: 32px;
}




span.addtoany_list {
    display: block;
    float: right;
    position: relative;
    padding:  20px;
}
span.addtoany_list:before {
    content: "Share: ";
    display: block;
    position: absolute;
    top: 24px;
left: -50px;
}


.node--type-article .hiddden {
    display: none;
}