/* ================================================= */
/* ===== PODSTAWY ================================= */
.obozyHeader {
    font-family: "Baloo Chettan", sans-serif;
    color: #1a1666;
    text-transform: uppercase;
    font-size: 20px;
}

.obozyHeader a {
    color: inherit;
    text-decoration: none;
}

.header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

/* ================================================= */
/* ===== LOGO ===================================== */
.logo {
    width: auto;
    max-height: 70px;
}

/* ================================================= */
/* ===== KONTAKT ================================== */
.header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-top {
    display: flex;
    align-items: center;
}

.header-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 20px;
    font-weight: 500;
}

.header-item i {
    color: #e04120;
    margin-right: 6px;
}

.kontakt-phone {
    font-weight: 600;
}

/* ================================================= */
/* ===== SOCIAL + HAMBURGER ======================== */
.header-social {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header-social a {
    margin-left: 10px;
    font-size: 22px;
}

.hamburger-wrapper {
    margin-left: 12px;
    display: flex;
    align-items: center;
}

/* ================================================= */
/* ===== DESKTOP ? 992px ========================== */
@media (min-width: 992px) {
    .logo { max-height: 100px; }

    .header-contact {
        flex-direction: row;
        align-items: center;
    }

    .contact-top {
        margin-right: 20px;
    }

    .kontakt-hours {
        margin: 0;
        font-size: 20px;
    }
}

/* ================================================= */
/* ===== TABLET 768–991px ========================= */
@media (max-width: 991.98px) and (min-width: 768px) {
    .logo { max-height: 80px; }

    .header-contact {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .kontakt-hours {
        margin-top: 4px;
        font-size: 14px;
    }

    .header-item {
        font-size: 15px;
        margin-left: 14px;
    }

    .kontakt-phone { font-size: 16px; }

    .header-social a {
        font-size: 18px;
        margin-left: 6px;
    }
}

/* ================================================= */
/* ===== MOBILE < 768px =========================== */
@media (max-width: 767.98px) {
    .kontakt-email,
    .kontakt-hours { display: none; }

    .header-item { font-size: 18px; }
    .kontakt-phone { font-size: 19px; }
    .logo { max-height: 55px; }
}

/* ================================================= */
/* ===== UKRYCIE SOCIAL < 620px =================== */
@media (max-width: 619.98px) {
    .header-social a { display: none; }
    .hamburger-wrapper { margin-left: 0; }
}




.obozyTransport {
	padding: 20px 0;
}
.obozyTransport .loading {
	text-align: center;
	color: #3ba63f;
	display:none;
}
@media (max-width: 991.98px) {
	.top-header h1 {
		font-size: 24px;
	}
	.main-nav {
		top: 49px;
	}
}
@media (max-width: 767.98px) {
	.top-header h1 {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) { 
	.search-container .search .description-shape {
		display:none;
	}
	.search-container .search .search-btn {
		padding-top: 12px;
		width: 95px;
		height: 40px;
		font-size: 20px;
	}
}
@media (max-width: 376.98px) {
	.heading .container .tel-h .tel {
		display:none;
	}
}
.obozyTransport h2, .info-text h2 {
	width: 400px;
	height: 70px;
	background-color: #3ba63f;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
	font-size: 26px;
}
.obozyTransport h3 {
	font-size: 32px;
	margin-bottom: 25px;
}
.obozyTransport .terminyOferty, .obozyTransport .miejsceToInfo {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #000;
	cursor: pointer;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.obozyTransport .terminyInfo {
	position: relative;
	display: inline-block;
}
.obozyTransport .terminyInfo::after {
	content: '(wybierz)';
	display: block;
	position: absolute;
	top: 50%;
	left: 103%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #000;
}
.obozyTransport .miejsceToInfo {
	text-align: center;
}
.obozyTransport .terminyOferty:hover, .obozyTransport .miejsceToInfo:hover {
	background-color: #3ba63f;
}
.obozyTransport .active {
    background-color: #3ba63f;
}
.obozyTransport .wyjazdMiejscowosc {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 32px;
	background-color: #3ba63f;
	color: #000;
	text-align: center;
}
.obozyTransport .wyjazdSzczegoly {
	margin-bottom: 30px;
	font-size: 19px;
}
.obozyTransport .title {
	background-color: #3ba63f;
	display: inline-block;
	padding: 10px 25px;
	font-size: 22px;
	margin-bottom: 20px;
}
@media (max-width: 1919.98px) {
	.obozyTransport .terminyOferty, .obozyTransport .miejsceToInfo, .obozyTransport .wyjazdSzczegoly, .obozyTransport .title {
		font-size: 17px;
	}
	.obozyTransport h3 {
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.obozyTransport .wyjazdMiejscowosc {
		font-size: 22px;
	}
	.obozyTransport h2, .info-text h2 {
		font-size: 24px;
	}
}
.obozyOferty {
	background-image: url(../img/bgc.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 70px 40px 50px 40px;
}
.obozyOferty .title {
	padding-left: 60px;
	font-size: 36px;
	font-family: "Baloo Chettan", sans-serif;
    font-weight: 400;
	color: #fdba1e;
	margin-top: 30 px;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	letter-spacing: 2px;
}
@media (max-width: 599.98px) {
	.obozyOferty .title {
	  margin-top: 50px;
	  padding-left: 0px;
	  font-size: 30px;
	  text-align: center;
	}

}
@media (max-width: 499.98px) {
	.obozyTransport h2, .info-text h2 {
		width: 100%;
	}
}
@media (min-width: 360px) {
	.gallery .gallery-container .carousel-inner .carousel-item img {
		height: 225px;
	}
}
@media (min-width: 425px) {
	.gallery .gallery-container .carousel-inner .carousel-item img {
		height: 275px;
	}
}
@media (min-width: 475px) {
	.gallery .gallery-container .carousel-inner .carousel-item img {
		height: 322px;
	}
}
@media (min-width: 768px) {
	.gallery .gallery-container .carousel-inner .carousel-item img {
		height: 322px;
	}
}
.obozyOferty .ramka {
	width: 85%;
	background-color: #fff;
	border: 4px solid #000;
	color: #000;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
	margin: 0 auto;
	position: static;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-decoration: none;
}
.obozyOferty .ramka:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}
.obozyOferty .nazwa {
	font-size: 22px;
	padding: 10px 10px;
	text-align: center;
	text-shadow: none;
	margin: 0;
}
.obozyOferty .baner {
    position: relative;
    left: 50%;
    width: 115%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.obozyOferty .wiekCena {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.obozyOferty .wiekCena-text {
	font-size: 22px;
	padding: 10px 10px;
	text-align: center;
	text-shadow: none;
	margin: 0;
}
@media (max-width: 480px) {
	.obozyOferty .wiekCena-text, 
	.obozyOferty .nazwa	{
		font-size: 18px;
	}
}

.mapsGoogle {
	height: 250px;
}

.mapsGoogle iframe {
	height:100%;
	width:100%;
	border:0;
}

.obozyWycieczki {
	margin-top: 60px;
	margin-bottom: 60px;
}
.obozyWycieczki .card-img {
	position: relative; 
} 
.obozyWycieczki .info { 
	position: absolute;
	top: -60px;
	left: 5px;
}
.obozyWycieczki .baner { 
	position: absolute;
	bottom: 85px;
	right: 0;
	background-color: #ffcf15;
	padding: 10px 15px;
	color: #194e82;
	letter-spacing: 1px;
	font-weight: bold;
}
.obozyWycieczki .cena { 
	position: absolute;
	bottom: 10px;
	right: 0;
	background-color: #ff2706;
	padding: 10px 15px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
}

.obozyWycieczki .card-body {
    text-align: center;
    padding: 10px;
}
.obozyWycieczki .height90 {
	height: 90px;
}
.obozyWycieczki .card-body h3{
    font-size: 20px;
	margin: 0px;
	font-weight: bold;
}
.obozyWycieczki .card-body p{
    text-align: center;
	margin: 0px;
	font-weight: bold;
}
.obozyWycieczki img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.obozyWycieczki img:hover {
    opacity: .5;
}
.obozyWycieczka {
	margin-top: 60px;
	margin-bottom: 60px;
}
.obozyWycieczka ul li{
	margin-left: 40px;
}
.obozyWycieczka h1 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: 'Baloo Chettan', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    border-bottom: 1px solid #3ba63f;
    border-left: 17px solid #3ba63f;
    padding-left: 20px;
    color: #42ba47;
}
.obozyWycieczka h2 {
	width: 300px;
	height: 70px;
	background-color: #3ba63f;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
	font-size: 26px;
}

.obozyTransport h2, .info-text h2, .obozyWycieczka h2 {
	color: #fff;
	margin-bottom: 20px;
}
.obozyTransport .wyroznienie {
	font-size: 17px;
	
}

/* ----------------------------------*/
/* Strona 404 */
/* ----------------------------------*/
.error404 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.error404 p {
    font-size: 16px;
}
.error404 div {
    font-size: 200px;
    line-height: 1.3;
	color: #007bff;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (max-width: 767.98px) {
	.error404 div {
		font-size: 90px;
	}
	.error404 p {
		font-size: 14px;
	}
}

.info-image .content {
	margin: 0 auto;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#terminy .shape-container {
	width: 400px;
	height: 120px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
	font-size: 26px;
}



.article {
    margin-top: 50px;
}
.article h2 {
    width: 110%;
    color: #42ba47;
    font-family: 'Baloo Chettan', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    margin-bottom: 35px;
}
.article ul {
    padding-left: 40px;
}



section.offers .for-school, section.offers .summer, section.offers .winter {
    padding-top: 90px;
}
section.partners {
    padding-bottom: 15px;
}
.footer {
    margin-bottom: 0px;
}

.pagination {
	float: right;
}
.pagination>li>a {
	position: relative;
	float: left;
	padding: 6px 15px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>li.active a {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}


.btn-ksiega {
	display: inline-block;
	background: #1bb7e0;
	color: #fff;
	text-shadow: 3px 5px 2px #474747;
	padding: 20px 40px;
	margin: 0px;
	cursor: pointer;
	clip-path: polygon(0 1%, 100% 10%, 100% 100%, 15% 91%, 0 100%);
	transition: all .5s;
	font-size: 22px;
	font-weight: bold;
}
.btn-ksiega:hover {
    text-shadow: none;
	color: #fff;
	text-decoration: none;
	clip-path: polygon(0 1%, 100% 10%, 100% 100%, 40% 91%, 0 100%);
}
@media (max-width: 767.98px) {
	.btn-ksiega {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.btn-transport {
	background-color: #3ba63f;
	display: inline-block;
	padding: 10px 25px;
	font-size: 22px;
	border-radius: 0;
	margin-bottom: 20px;
}

.btn-obozy {
    color: #fff;
    background-color: #1bb7e0;
    border-color: #1bb7e0;
}

.btn-obozy:hover {
    color: #fff;
    background-color: #0096bd;
    border-color: #0096bd;
}

.btn-obozy.focus,
.btn-obozy:focus, 
.btn-transport:focus {
    box-shadow: none
}

.form-control:focus {
    box-shadow: none;
}

.datePicker input {
	font-size: 14px;
}

/* --------------------------------------*/
/* korekty cssów w stosunku do oryginału */
/* --------------------------------------*/
.header {
    max-height: none;
}
.header .row {
    position: static;
}
.search-container {
	top: 185px;
	bottom: auto;
}
.form-container.is-active {
    top: 160px;
}
.left-indicators div:nth-child(-n+2) {
    padding-top: 0 !important; 
}
.left-indicators div:nth-child(-n+2), .right-indicators div:nth-child(-n+2) {
    padding-top: 0 !important; 
}
.textDescription {
	text-shadow: none;
}
.textDescription p > strong {
	font-size: 18px;
}
.hashtag-list {
	width: 100%;
}
.info-text ul {
	margin-left: 30px;
}
@media (max-width: 991.98px) {
	.header {
		max-width: 100%;
	}
	.header .row .tiles-nav {
        align-items: normal;
    }
	.header .row .tiles-nav a {
		margin-top: 0px;
	}
	.header .row {
		max-height: none;
		position: static;
	}
	.header .row .nav-offers-list {
		position: absolute;
	}
	.header .row .tiles-nav div.active {
		height: 122px;
	}
	.form-container.is-active {
		top: 115px;
	}
	.search-container {
		top: 145px;
		bottom: auto;
	}
}
@media (max-width: 767.98px) {
	.header .row .tiles-nav {
        align-items: center;
		margin-bottom: 25px;
    }
	.header .row .tiles-nav a {
		margin-top: -30px;
	}
	.header .row .nav-offers-list {
		position: static;
	}
	.header .row .nav-offers-list .ofertaUkryjMenu {
		display: none;
	}
	.obozyOferty {
		padding: 80px 40px 50px 40px;
	}
	.header-container {
		background-image: url(../img/bgc.jpg);
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
	}
	.search-container.top {
		top: auto;
	}
	.form-container.is-active {
		top: auto;
	}
}

/* ----------------------------------*/
/* Validator formularzy */
/* ----------------------------------*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error label,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e03e25;
}
.has-error .form-control {
  border-color: #e03e25;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #e03e25;
  background-color: #f2dede;
  border-color: #e03e25;
}
.has-error .form-control-feedback {
  color: #e03e25;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success label,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
/* --- */

footer {
    background-color: #1bb7e0;
    border-top: 1px solid #00f;
    padding: 30px 0 30px 0;
}
footer .container {
	max-width: 1366px;
}
footer .nav { 
	margin-bottom: 30px;
	display: flex;
    justify-content: space-between;
}
@media (max-width: 992.98px) {
	footer .nav {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	footer .nav-item {
		text-align: center;
	}
}
footer .nav-link {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
}
@media (max-width: 1279.98px) {
	footer .nav-link {
		font-size: 14px;
		padding: 0 5px 0 5px;
	}
}
footer .opis {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: #19181b;
}
footer .opis a {
    color: #19181b;
    text-decoration: none;
}