* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: 'Times New Roman', sans-serif;
	font-size: 62.5%;
}	

.contener {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

.floatfix:after{
	content:'';
	display:block;
	clear: both;
}

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

hr {
	color: deepskyblue;
} 
/* ------------------------ LOGO ------------------------------- */	

header h1 {
	float: left;
	width: 15%;
	min-width: 100px;
}

header h1 a {
	display: block;
	width: 100px;
	height: 80px;
	margin: 5px 0;
	text-indent: -999em;
	background: URL('../images/logo.jpg') top left no-repeat;
}


/* ---------------------------- MENU ---------------------------- */
header nav {
	float: right;
	width: 85%;
}

header nav ul.menu {
	display: none;
}

header nav ul.visible {
	display: none;
}

header ul {
     list-style: none;
     float: left;
}
 
header ul > li {
     margin: 0;
     padding: 0;
     float: left; 
     position: relative;
     height: 30px;
}
 
header ul > li > a {
	 padding: 0 5px;
     color: deepskyblue;
     text-decoration: none;
	 height: 70px;
	 line-height: 70px;
	 font-size: 1.9em;
	 text-transform: uppercase;
	 text-align: center;
	 display: inline-block;
}
 
header ul > li > a:hover, 
header ul > li:hover > a {
     background: deepskyblue;
	 color: #fff;
     text-decoration: none;
}
 
header ul > li > ol {
     padding: 0;
     position: absolute; 
     display: none; 
     left: 0px; 
     top: 50px; 
     width: 230px; 
     text-align: left;
     background-color: #fcfcfc;
     border: 1px solid #ccc;
}
 
header ul li:hover > ol {
     display: block;
}
 
header ul > li > ol > ul {
     left: 230px; 
     top: -1px;
}
 
header ul > li > ol > li {
     margin: 0; 
     padding: 0;
     position: relative; 
     float: none; 
     height: auto;
}
 
header ul > li > ol > li > a {
     padding: 0 10px; 
     text-decoration: none;
     display: block;
	 color: deepskyblue;
     height: 60px;
	 line-height: 60px;
	 font-size: 1.7em;
	 text-transform: uppercase;
	 text-align: center;
}
 
header ul > li > ol > li > a:hover,
header ul > li > ol > li:hover > a {
     text-decoration: none;
     color: #fff;
     background-color: deepskyblue;
}

/* -------------------- MENU SWITCH ---------------------------- */
.switch {
	display: none;
	background-color: deepskyblue;
	color: #777;
	padding: 10px 15px;
	float: right;
	font-size: 1.4em;
	text-decoration: none;
}

.przycisk {
/*	display: none;  */
	background-color: deepskyblue;
	color: #777;
	padding: 10px 15px;
	float: right;
	font-size: 1.4em;
	text-decoration: none;
}

.bez_odp {
	display: none;
}

.odp_visible {
	display: block;
}
/* ------------------------ SLOGAN ----------------------------- */

.tlo0 {
	background: URL('../images/pozegnanie.jpg') top center no-repeat;
}

.tlo {
	background: URL('../img/szkola_zanzibar_darkred.jpg') top center no-repeat;
}

/*.tlo {
	background: URL('../images/burkina_faso_wspieramy.jpg') top center no-repeat;
} */

.zjazd {
	background: URL('../images/zjazd_main.jpg') top center no-repeat;
}
 
.wydarzenia {
	background: URL('../images/festiwal.jpg') top center no-repeat;
}

.formacja {
	background: URL('../images/wiara.jpg') top center no-repeat;
}

.krajowe {
	background: URL('../images/krajowe_poznan.jpg') top center no-repeat;
}

/*.projekty {
	background: URL('../images/jedyna_studnia.jpg') top center no-repeat;
} */

.projekty {
	background: URL('../images/burkina_faso_wspieramy.jpg') top center no-repeat;
}
.projekty_zrealizowane {
	background: URL('../images/projekt.jpg') top center no-repeat;
}

.historia {
	background: URL('../images/listMTeresy.jpg') top center no-repeat;
}

.adopcja {
	background: URL('../images/szkola.jpg') top center no-repeat;
}

.modlitwy {
	background: URL('../images/kapliczka_pano.jpg') top center no-repeat;
}

.rekolekcje {
	background: URL('../images/sulejowek2020.jpg') top center no-repeat;
}

.dzien {
	background: URL('../images/lalki.jpg') top center no-repeat;
}

.wystawa {
	background: URL('../images/wystawa2020.jpg') top center no-repeat;
}

.prelekcje {
	background: URL('../images/prelekcja_siostra.jpg') top center no-repeat;
}

.pomoc {
	background: URL('../images/wioska.jpg') top center no-repeat;
}

.polecamy {
	background: URL('../images/ksiazki.jpg') top center no-repeat;
}

.misje {
	background: URL('../images/mszapanorama.jpg') top center no-repeat;
}

.wydarzenia {
	background: URL('../images/nyakinama.jpg') top center no-repeat;
}

.quiz {
	background: URL('../images/figurki4c.jpg') top center no-repeat;
}

.quizbiol {
	background: URL('../images/awokado1100.jpg') top center no-repeat;
}

.quizmapa {
	background: URL('../images/drogowskaz.jpg') top center no-repeat;
}

.quizludy {
	background: URL('../images/kosciolpanorama.jpg') top center no-repeat;
}

.przyslowia {
	background: URL('../images/masajowie.jpg') top center no-repeat;
}

.cmentarz {
	background: URL('../images/migracje.jpg') top center no-repeat;
}

.gra {
	background: URL('../images/gra.jpg') top center no-repeat;
}
	
.slogan-bg {
	height: 442px;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	border-top: 4px solid deepskyblue;
	border-bottom: 4px solid deepskyblue;
}

.slogan {
	text-align: center;
	padding-top: 180px;
	font-family: 'Impact', sans-serif;
	font-size: 3.5em;
	line-height: 1.5em;
}

.slogan-gora {
	text-align: center;
	padding-top: 20px;
	font-family: 'Impact', sans-serif;
	font-size: 3.5em;
	line-height: 1.5em;
}

.slogan h1, .slogan-gora h1 {
	color: #393b38;
	display:inline;
	padding: 5px 15px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.0em;
	line-height: 1.5em;
}

.slogan h2, .slogan-gora h2 {
	color: #fff;
	display: inline;
	padding: 5px 15px;
	background: rgba(0, 191, 255, 0.8);
	font-size: 1.0em;
	line-height: 1.5em;
}

.slogan h3 a, .slogan-gora h3 a{
	font-size: 0.7em; 
	line-height: 0.7em;
	color: #fff;
	display: inline;
	padding: 2px 10px;
	background: rgba(0, 191,255,0.8);
	text-decoration: none;
}

.content ul li, .content ol li {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #1d1d1d;
	margin: 2% 2%;
}
.kolumna {
	width: 66%;
	min-width: 200px;
	margin: 2%;
	float: left;
	text-align: left;
}
	
.kolumna p {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #1d1d1d;
	margin: 2% 2%;
}

.kolumna ul, .content ul {
	list-style-type: disc;
}

.kolumna ol, .content ol {
	list-style-type: decimal;
}
.kolumna ul li, .kolumna ol li {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #1d1d1d;
	margin: 2% 2%;
}

.odsylacze {
	width: 26%;
	margin: 2%;
	float: right;
}

.lewy {
	width: 26%;
	margin: 2%;
	float: left;
}

.odsylacze h2, .lewy h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 2% 2%;
	color: deepskyblue;
}
	
.odsylacze p, .lewy p, .sidebar p {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #1d1d1d;
	margin: 2% 2%;
}

.odsylacze figcaption, .lewy figcaption, .kolumna figcaption {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #1d1d1d;
	margin: 2% 2%;
}	

.odsylacze img, .lewy img {
	border: 4px solid deepskyblue;
	margin: 0 2% 0 0;
}

img.dwaobok {
	width: 48%;
/*	display: inline;  */
	float: left;
	border: 4px solid deepskyblue;
	margin: 0 2% 0 0;
}

img.jeden {
	width: 96%;
/*	display: inline;  */
	float: left;
	border: 4px solid deepskyblue;
	margin: 0 2% 0 0;
}

img.pion {
/*	width: 66%; */
	height: 45%;
/*	display: inline;  */
	float: left;
	border: 2px solid deepskyblue;
	margin: 0 2% 0 0;
}

img.align-left {
	float: left;
	border: 4px solid deepskyblue;
	margin: 0 3% 0 0;
}

/* --------------NASZA DZIAŁALNOŚĆ ------------------------------ */

section.contener h1 {
	color: deepskyblue;
	font-size: 2.2em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 2%;
}

section.contener h2 {
	color: deepskyblue;
	font-size: 1.9em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 2%;
}

section.contener h3 {
	color: deepskyblue;
	font-size: 1.8em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 2%;
	text-align: center;
}

section.contener h4 {
	color: fuchsia;
	font-size: 1.8em;
	margin-top: 10px;
	margin-left: 2%;
	text-align: center;
}

section.contener h5 {
	color: deepskyblue;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 2%;
	
}

section.contener h6 {
	color: #7d7d7d;
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 2%;
	text-align: center;
}
.box {
	width: 29.333%;
	float: left;
	margin: 2%;
	border: 1px solid #ccc;
}

.box h2 {
	padding-left: 5%;
	padding-top: 5%;
	font-size: 2.2em;
	color: #000;
}

.box p {
	padding: 5%;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #7d7d7d;
	text-decoration: none;
}

.intensive {
	font-size: 1.6em;
	color: black;
}
		
span.readmore a, span.readmore_const a {
	display: block;
	margin: 2% 3%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 2%;
	font-size: 1.7em;
	color:#1d1d1d;
	text-decoration: none;
}

span.readmore a:hover, span.readmore_const a:hover {
	background-color: deepskyblue;
	color: #fff;
}

span.wazne {
	color: deepskyblue;
}

.desc p {
	padding: 2%;
	font-size: 1.7em;
	line-height: 1.7em;
	color: #1d1d1d;
}

a.podpowiedz span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 250px;
}

a.podpowiedz:hover span{
    display: inline;
    position: absolute;
	margin: 15px 0 0 5px;
    background: #dddddd;
    border: 1px solid deepskyblue;
    color: #000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: center;
}

/* -------------------- O NAS I BLOG ---------------------------- */
.left {
	width: 46%;
	float: left;
	margin: 2%;
}

.right {
	width: 46%;
	float: right;
	margin: 2%;
}

.left h1, .right h1 {
	color: #7cb029;
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.left p, .right p, .content p {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #1d1d1d;
	margin: 2% 2%;
}
 
.content li, .sidebar figcaption {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #1d1d1d;
	margin: 2% 2%;
}
 
.content ul {
	list-style-type: disc;
} 
.right img {
	max-width: 30%;
	float: left;
	border: 4px solid deepskyblue;
	margin: 0 2% 0 0;
}

.right h2 a:link, .right h2 a:visited {
	color: #000;
	font-size: 1.5em;
	text-tranform: uppercase;
	margin: 0;
	text-decoration: none;
}

.right h2 a:hover {
	text-decoration: underline;
}

/* ---------------------- REALIZACJE ---------------------------- */

.realizations-box {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.realizations-box h2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 2em;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 30%;
	text-align: center;
	padding-top: 5%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 350ms;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}

.realizations-box:hover h2 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.realizations-contener {
	border-top: 4px solid #7cb029;
	border-bottom: 4px solid #7cb029;
}

.realizations h1 {
	color: deepskyblue;
	font-size: 2em;
	text-transform: uppercase;
	padding: 1% 0;
	text-align: center;
}


/* ---------------------- STOPKA -------------------------------- */

footer {
	margin-top: 5px;
	border-top: 5px solid deepskyblue;
	background: URL('../images/watanie.gif') top left repeat;
	color: #000;
	font-size: 1.2em;
}

.footer-left {
	width: 76%;
	margin: 2%;
	float: left;
}

.footer-right {
	width: 16%;
	margin: 2%;
	float: right;
}

.icons {
	float: left;
	margin-left: 10px;
}
/* ---------------------- TABELKA -------------------------------- */
   table {
        border-spacing: 0px;
		margin: 0 15px;}
      th, td {
        padding: 5px 30px 5px 10px;
        border-spacing: 0px;
        font-size: 1.2em;
        margin: 0px;}
      th, td {
        text-align: left;
        background-color: #e0e9f0;
        border-top: 1px solid #f1f8fe;
        border-bottom: 1px solid #cbd2d8;
        border-right: 1px solid #cbd2d8;}
      tr.head th {
        color: #fff;
        background-color: #90b4d6;
        border-bottom: 2px solid #547ca0;
        border-right: 1px solid #749abe;
        border-top: 1px solid #90b4d6;
        text-align: center;
        text-shadow: -1px -1px 1px #666666;
        letter-spacing: 0.15em;}
      td {
        text-shadow: 1px 1px 1px #ffffff;}
      tr.even td, tr.even th {
        background-color: #e8eff5;}
      tr.head th:first-child {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;}
      tr.head th:last-child {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;}
		
/* ----------------------- PODSTRONY ----------------------------- */


.raport-podstrona {
	height: 442px;
	width: 100%;
	background: URL('../images/lalki.jpg') top center no-repeat;
	background-size: cover;
	overflow: hidden;
	border-top: 4px solid deepskyblue;
	border-bottom: 4px solid deepskyblue;
}

.title {
	height: 80px;
	width: 100%;
	background: URL(../images/slogan-bg.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	border-top: 4px solid deepskyblue;
	border-bottom: 4px solid deepskyblue;
}

.title h1 {
	font-family: 'Impact', sans-serif;
	font-size: 3em;
	color: #393b38;
	display: inline;
	padding: 5px 15px;
	background: rgba(255, 255, 255, 0.8);
	line-height: 70px;
}

.content {
	width: 65%;
	float: left;
}

.sidebar {
	width: 35%;
	float: right;
	padding-left: 4%;
}

.content h1, .sidebar h1 {
	color: #7cb029;
	font-size: 2em;
	text-transform: uppercase;
	margin: 15px 0;
}
	
.sidebar img {
	border: 5px solid deepskyblue;
	margin-bottom: 15px;
}	
/* ------------------- MAX_WIDTH 1024 -------------------------- */

@media screen and (max-width: 1024px) {
	
.contener {
	width: 98%;
	margin: 0 auto;
}

.slogan-bg {
	height: 442px;
}

.slogan {
	padding-top: 180px;
}

header nav {
	width: 85%;
}

header nav ul.visible {
	display: none;
}

header nav ul.menu {
	display: none;
}

}
	
/* ------------------- MAX_WIDTH 900 -------------------------- */

@media screen and (max-width: 900px) {
	
.contener {
	width: 98%;	
}

.slogan-bg {
	height: 400px;
}

.slogan {
	padding-top: 150px;
}

header nav {
	width: 100%;
}

header nav ul.visible {
	display: block;
	width: 100%;
}

header nav ul li {
	display: block;
	width: 100%;
}

header nav ul li a {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid deepskyblue; 
}

header nav ul {
	 display: none;
}

.switch {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
} 
}

/* ------------------- MAX_WIDTH 768 --------------------------- */
@media screen and (max-width: 768px) {

.contener {
	width: 98%;	
}

header nav {
	width: 100%;
}

header nav ul.visible {
	display: block;
	width: 100%;
}

header nav ul li {
	display: block;
	width: 100%;
}

header nav ul {
	 display: none;
}

header nav ul li a {
	height: 35px;
	line-height: 35px;
/*	border-bottom: 1px solid deepskyblue; */
}

.switch {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

.slogan-bg {
	height: 300px;
}

.slogan {
	padding-top: 100px;
	font-size: 3em;
}

.slogan h1, slogan h2 {
	padding: 5px 0px;
}

.box {
	width: 96%;
	position: relative;
}

/*.desc {
	position: absolute;
	left: 0px;
	bottom: 0px;  
	padding: 5px;
	background: rgba(0, 191, 255, 0.8);
}
 zachodzą na wcześniejsze  */


 
.desc {
	position: relative;
/*	float: left;  */
	padding: 0%;
	background: rgba(0, 191, 255, 0.8);
}

/*  section.contener h3 {
	color: #fff;
}  */

.box h2 {
	color: #fff;
	padding-left: 3%;
	padding-top: 3%;
}

.box p {
	color: #fff;
	padding: 3%;
}


span.readmore a {
	display: inline;  
/*	display: block;  */
	margin: 0%;
	border: 0;
	float: right;
	padding: 1% 2%;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}

span.readmore a:hover {
	background: rgba(255, 255, 255, 0.6);
	color: #000;
}

.no-phone {
display: none;
}

.kolumna {
	width: 96%;
}

.left {
	width: 96%;
}

/* ---------------------- OFERTA ------------------------------ */
.title {
	text-align: center;
}

.content {
	width: 100%;
}
	
.realizations-box {
width: 50%;
}
	
.realizations-box h2 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}	

.title {
	text-align: center;
}


}


/* ------------------- MAX_WIDTH 510 -------------------------- */
@media screen and (max-width: 510px) {
.footer-left {
		width: 96%;
		text-align: center;
}

.footer-right {
	display: none;
}

}
	
/* ------------------- MAX_WIDTH 480 -------------------------- */
@media screen and (max-width: 480px) {
	
.contener {
	width: 100%;	
}

header nav ul.visible {
	display: block;
}

header nav ul li {
	display: block;
	width: 100%;
}

header nav ul li a {
	height: 35px;
	line-height: 35px;
/*	border-bottom: 1px solid deepskyblue; */
}

.slogan-bg {
	height: 200px;
}

.slogan {
	padding-top: 60px;
}

.slogan-gora {
	padding-top: 20px;
}

.slogan-gora h1, .slogan-gora h2 {
	padding: 5px 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}

.slogan h1, .slogan h2 {
	padding: 5px 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}

/*
.desc {
	position: relative;
	padding: 0%;
}  zmienione już wcześniej
*/

.box h2 {
	padding: 4% 2% 0% 2%;
}

.box p {
	padding: 2%;
}

span.readmore a {
	display: block;
	float: none;
	padding: 3% 0%;
	margin: 0;
}

.content {
	padding: 0 4%;
}

.realizations-box {
	width: 100%;
}

}




