@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
}

section#top {
	width: 100%;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

section#baner {
	width: 100%;
    margin-top: 90px;
}
section#baner img {
    width: 100%;
}

section#begin {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
	padding: 50px 0;
}

section#desc2 {
	background:  url(images/baner.jpg);
	background-position: center center;
	padding:  10px 0;
	text-align:  center;
	text-transform: uppercase;
	color:  #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size:  16px;
	height:  423px;
	margin-top: 10px;
}

section#program {
	background: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
}

section#program h2 {
	text-transform: none;
	font-weight: bold;
}

section#dojazd h2 {
	text-transform: none;
	font-weight: bold;
}

section#rejestracja h2 {
	text-transform: none;
	font-weight: bold;
}

section#map-wrapper h2 {
	text-transform: none;
	font-weight: bold;
}



section#map {
	min-height: 500px;
	z-index: auto;
}

section#children {
	background:  #FFF;
	font-size:  16px;
}

section#children a,
section#children a:hover,
section#children a:active,
section#children a:focus {
	color: #96c11f;
	text-decoration: none;
}

section#form {
	/* min-height:  783px; */
	background:  #f8f8f8;
	color:  #000;
}

section#form .form-group {
	background: #FFF;
	padding: 0.6em;
}

section#form .bar {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 6px;
    margin: 30px auto 0;
    width: 30px;
}

section#footer {
	padding:  30px 0;
	text-align:  center;
	color:  #000;
	font-size:  16px;
}

section#location {
	min-height:  816px;
	background:  #96c11f;
	color:  #FFF;
	text-align:  center !important;
	font-size:  18px;
}

section#location p {
	margin: 20px 0;
}

section#location img {
	margin:  0 auto;
	margin-top:  20px;
}

section#location p:first-child {
	padding-top: 50px;
}

section#location h2,
section#form h2,
section#location h2 span,
section#form h2 span {
	background:  transparent;
}

section#form h2 {
	text-transform: none;
	font-weight: bold;
}

section#fundacja {
	min-height:  324px;
}

section#fundacja p {
	font-style:  italic;
}

section#form .form-control {
	background: #FFF !important;
	color:  #000;
	border:  0 !important;
	border-bottom:  2px solid #FFF;
	border-radius:  0 !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

section#form .form-group.select {
	position: relative;
}

section#form .form-group.select select option {
	color: #000;
}

section#form .form-group.select .select-arrow {
    color: rgba(255, 255, 255, 0.5);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    width: 30px;
    z-index: 99999;
    pointer-events: none;
}

section#form .form-group.select:hover .select-arrow {
	color:  rgba(255, 255, 255, 1);
}

section#form .form-group.select .select-arrow:after {
	content: '\25BC';
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #575756 !important;
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #575756 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #575756 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #575756 !important;
   opacity:  1;
}

section#form .btn-transparent {
	background: #dcb75c;
	border-radius: 0 !important;
	color: #FFF !important;
	transition: .2s all;
	margin:  0 auto !important;
	padding-left:  50px;
	padding-right:  50px;
	padding-top: 20px;
	padding-bottom: 20px;
    width: auto;
}

section#form .btn-transparent:hover {
	color: #FFF !important;
	padding-left:  65px;
	padding-right:  65px;
	transition: .2s all;
}

.text-center {
	text-align:  center !important;
}

.text-center img {
	display:  inline-block;
}

section#first-heading {
	padding-top:  70px;
	padding-bottom:  50px;
    border-bottom: 3px solid #eeeeee;
}

section#first-heading h1 {
	text-transform: none;
	font: 32px 'Montserrat';
	font-weight: bold;
}

section#first-heading h2 {
	font: 27px 'Montserrat';
	font-weight: normal;
	color: gray;
	text-transform: none;
}

section#program,
section#children,
section#fundacja,
section#location,
section#why-lodz,
section#form {
	padding:  50px 0;
}

.bold {
	font-weight:  bold;
}

.semibold {
	font-weight:  600;
}

h1 {
	font-size:  28.5px;
}

h2 {
	font-size:  28px;
}

h1,
h2 {
	text-transform:  uppercase;
	font-family:  'Montserrat';
	display:  block;
	text-align:  center;
	padding: 0 !important;
	margin:  0 !important;
	text-transform:  uppercase;
	font-family:  'Montserrat';
}

h1 span,
h2 span {
	display:  block;
	margin:  0 auto;
	width:  400px;
	background:  #FFF;
}

.full {
	margin-bottom: 50px !important;
	padding: 20px !important;
	background-color: rgb(0,55,31) !important;
	color: white !important;
	width: 100% !important;
}

@media(max-width: 768px) {




	section#first-heading {
		padding-top:  50px;
	}

	h1,
	h2 {
		background:  none;
	}

	h1 span,
	h2 span {
		display: inline-block;
		width: auto;
		font-size:  26px;
	}
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
  outline: 0 !important;
  /* IE6-9 */

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

form.ng-submitted input.ng-invalid,
form.ng-submitted select.ng-invalid,
select.ng-dirty.ng-invalid,
input.ng-dirty.ng-invalid {
	border-bottom: 2px solid red !important;
	color: red !important;
}

form.ng-submitted input.ng-invalid::-webkit-input-placeholder,
input.ng-dirty.ng-invalid::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    red !important;
    opacity:  1;
}
form.ng-submitted input.ng-invalid:-moz-placeholder,
input.ng-dirty.ng-invalid:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    red !important;
   opacity:  1;
}
form.ng-submitted input.ng-invalid::-moz-placeholder,
input.ng-dirty.ng-invalid::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    red !important;
   opacity:  1;
}
form.ng-submitted input.ng-invalid:-ms-input-placeholder,
input.ng-dirty.ng-invalid:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    red !important;
   opacity:  1;
}

.loading {
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  100%;
	text-align: center;
	padding-top:  300px;
	background:  rgba(0, 0, 0, 0.8);
	z-index:  999999;
}

.loading span {
	font-family:  'Montserrat';
	font-weight: 300;
	font-size:  30px;
	display:  block;
	margin-top:  50px;
	color:  #FFF;
}

.loading i {
	font-size:  100px;
	vertical-align: middle;
	color: #666666;
}

.closeIcon {
	color:  #FFF !important;
	font-size:  40px;
	position: fixed;
	top: 15px;
	right: 30px;
	z-index:  99999;
	font-family: 'Montserrat', sans-serif;
}

.closeIcon a,
.closeIcon a:focus,
.closeIcon a:active {
	color:  #FFF !important;
}

.closeIcon a:hover {
	text-decoration: none;
}

@media screen and (min-width: 992px) {

}

section#top {
	height:  auto;
	margin-top: 80px;
}

@media screen and (max-width: 991px) {
	section#top {
		background-size: initial;
		background-position: top right;
	}
}

#menu-top {
	margin: 15px 0;
	z-index: 999999;
}

#menu-top ul li.primary a {
	border:  3px solid #0076BF;
}

#menu-top ul {
	list-style: none;
	text-align: center;
	padding: 0;
	display:  inline-block;
    margin-bottom: 0;
}

#menu-top ul li {
	float: left;
	margin: 10px 5px;
	font-size:  22px;
	font-weight:  bold;
}

#menu-top ul li a {
	/* color: #000; */
	padding: 5px 15px;
}

.divider {
	background:  url(/images/divider.jpg);

	height: 9px;
	width: 100%;
}

.agenda-item {
	font-family: 'Montserra !important;
}

.agenda-item ul li {
	font-size:16px;
}

.agenda-item .day {
	display: block;
	font-weight: 900;
	font-size: 18px;
}

.agenda-item .number {
	font-size: 48px;
}

.agenda-item .title {
	font-size:30px;
	font-weight: 900;
}

.agenda-item .bar {
	height: 6px;
	width:100%;
	margin: 20px 0;
}

.agenda-item .title .date {
	color: #000;
	font-size: 24px;
	font-weight: 300;
}

.agenda-item .day {
	margin-bottom: 15px;
}

.agenda-item .desc {
	font-size: 20px;
	font-weight: 500;
}

.agenda-item .place {
	font-size: 20px;
	font-weight: 900;
}

.agenda-item.yellow .bar {
	background: rgb(215,178,96);
}

.agenda-item.yellow .title {
	color: rgb(215,178,96);
}

.agenda-item.green .bar {
	background: rgb(0,55,31);
}

.agenda-item.green .title {
	color: rgb(0,55,31);
}

.agenda-item.red .bar {
	background: #e93700;
}

.agenda-item.red .title {
	color: #e93700;
}

.agenda-item.teal .bar {
	background: #00d6e9;
}

.agenda-item.teal .title {
	color: #00d6e9;
}

.agenda-item.blue .bar {
	background: #007ee9;
}

.agenda-item.blue .title {
	color: #007ee9;
}

.form-group .title {
	font-weight: 900;
	margin: 12px;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}

.form-group label {
	margin: 6px 12px;
	display: block;
}

.form-group label input {
	margin-right: 7px;
}

form .error {
	color: red !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
form .error-text {
	position: absolute;
	color: red !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    right: 20px;
    top: 20px;
}
.form-group.indent {
	margin-left: 30px;
}

.form-group {
    margin-bottom: 15px;
	position: relative;
}