body {
  line-height: 1.7;
  color: #535352;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
	background-image: url('img/orange.png');
  background-repeat: repeat;
  background-position: top left;
}
body.textMedium {
  font-size: 1.35em;
}
body.textLarge {
  font-size: 1.8em;
}
body.lineHeightLarge {
  line-height: 2;
}
.textMedium div.container {
  max-width: 75.4em;
}
.textLarge div.container {
  max-width: 75.4em;
}
.lineHeightLarge p {
  margin-bottom: 2rem;
}
body.lineSpaceLarge {
  letter-spacing: 0.12em;
  word-spacing: 0.16em;
}

a {
  color: #cc5200;
  text-decoration: none;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
}
h4 {
  font-size: 1.5em;
}

.bg_light_grey {
  background-color: #f9f9f6;
}

.navbar {
  padding: 0;
  background-color: #D25A01;
}

.navbar-collapse .customize-partial-edit-shortcut {
  display: none;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 1.5em 1em !important;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.navbar-nav .active {
  background: #cc5200;
  color: #fff;
}

.navbar-nav .active a {
  color: #fff;
}

.navbar-nav .nav-item:hover {
  background: #cc5200;
  transition: 0.8s;
}

.navbar-nav .nav-link:hover {
  color: #fff;
  transition: 0.8s;
}
.dropdown-menu {
  background-color: #cc5200;
  border-radius: 0;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}

.dropdown a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu a::after {
  display: none;
}

.dropdown-menu .nav-link {
  color: #333;
  font-size: 0.9em;
  font-weight: 600;
  padding: 7px 25px 7px 22px !important;
}
.sub-menu .active .a {
  color: #fff;
}
footer {
  background-color: #F0F0ED;
}
footer a {
  color: #666;
}
/*main {
  background-color: #fff;
}*/
main {
  margin-top: 2rem;
}

.belka_gora {
  background-color: #cc5200;
  color: #fff;
}
.belka_gora .nav-link {
  color: #fff;
  padding: 0.5rem 0.6rem;
}
.belka_gora .nav-link i {
  padding-right: 3px;
}

.header_2nd_line i {
  color: #fff;
  float: left;
  margin-right: 10px;
}

.header_2nd_line h5 {
  color: #000;
  font-size: 0.95em;
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link .nav-link {
    color: #fff;
  }

  .navbar .nav-item:hover .dropdown-menu .nav-link:hover {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
/* ============ desktop view .end// ============ */

footer h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.5em;
  color: #2e2b2c;
}

footer h4:after {
  background: #cc5200;
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

footer p {
  margin: 0 0 10px;
  box-sizing: border-box;
}

footer i {
  margin-right: 5px;
  color: #4169E1;
}

footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

footer .menu li {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

footer .menu a {
  color: #666;
  margin: 0;
  padding: 0;
}

footer .sec_foot {
  margin-top: 5px !important;
  font-size: 0.85em !important;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

footer .sec_foot .menu li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: inherit;
}

footer .sec_foot a {
  text-decoration: none;
  color: #fff;
}

.sliderHome {
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  background-position: center center;
}

.sliderHome .container {
  min-height: 100%;
  min-height: 100vh;
}

.sliderHome h1 {
  z-index: 5;
  white-space: normal;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto Slab", serif;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: center;
  line-height: 70px;
  border-width: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 3em !important;
  min-height: 0px;
  max-height: none;
  opacity: 1;
  text-transform: uppercase;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
  margin-top: 150px;
}

.sliderHome h1 span {
  transition: none 0s ease 0s;
  text-align: center;
  line-height: 70px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 48px;
  color: #029ca1;
}
.btn-rect {
  border-radius: 0;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #D25A01 !important;
  border-color: #D25A01 !important;
	text-decoration: none !important;
}

.dlaczegoWarto {
  background-color: #f9f9f6;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  line-height: 1.42857143;
  color: #333333;
  font-size: 2em;
  margin-bottom: 30px;
}
h2:after {
  background: none repeat scroll 0 0 #D25A01;
  bottom: -10px;
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 100px;
}
h2 span {
  color: #4169E1;
}
.dlaczegoWarto .icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4169E1;
  margin-right: 1rem !important;
  width: 1.5em;
}
.dlaczegoWarto p {
}

.aktualnosciWydarzenia h2 {
  text-transform: uppercase;
}
.aktualnosciWydarzenia h2 i {
  margin-right: 10px;
}

.aktualnosciWydarzenia .event-block {
  margin: 4px 0;
  position: relative;
}

.event-block .event-date {
  padding: 6px 18px;
  position: absolute;
  top: 24px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  background: #008C5A;
}

.event-block ul {
  font-size: 18px !important;
  font-weight: 600 !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-block .event-meta {
  background: #f7f6f2 none repeat scroll 0 0;
  display: inline-block;
  margin-left: 40px;
  padding: 12px 16px 8px 14px;
  z-index: -1;
  min-height: 150px;
  padding-left: 40px !important;
  border: 1px solid #eeeeee !important;
  width: calc(100% - 40px);
}

.event-block h4 {
  font-weight: 700 !important;
}

.event-block a {
  color: #333333;
}

.belkaTop {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 35px;
	min-height: 30px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.belkaTop .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.belkaTop h1 {
  color: #fff;
  font-size: 2em !important;
}

.belkaTop .breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.belkaTop .breadcrumb a,
.belkaTop .breadcrumb .separator,
.belkaTop .breadcrumb .item-current {
  font-weight: 600;
  color: #fff;
}
.belkaTop .breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}

.belkaTop .breadcrumb li.active {
  font-weight: 600;
  color: #fff;
}

.belkaTop i {
  margin-right: 5px;
  margin-left: 5px;
}

.podstrona ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding-left: 10px;
}

.podstrona li:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-weight: 900;
  padding-right: 10px;
}

.doPobrania .card {
  height: 200px;
}

.doPobrania .card a {
  bottom: 20px;
  position: absolute;
}

.img-fullwidth {
  width: 100% !important;
}
blockquote {
  border-left: 3px solid #eeeeee;
  margin: 20px 0;
  padding: 30px;
}
blockquote p {
  font-size: 1.3em;
  font-style: italic;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer {
  background-color: inherit;
}
@media only screen and (max-width: 576px) {
  .btn-lg {
    font-size: 0.8em;
  }
  .size-full {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .belka_gora a {
    font-size: 0.85em;
  }
  .nomobile {
    display: none !important;
  }
  .navbar-toggler {
    width: 60px;
    height: 46px;
    padding: 13px 0 0;
    float: right;
    text-decoration: none;
    outline: none;
    color: red;
  }
  .navbar .navbar-toggler-icon {
    background-color: #4169E1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    color: red;
  }
  .sliderHome h1 span {
    font-size: 0.8em;
  }
  .menu-2nd-footer-container {
    text-align: center !important;
  }
  .doPobrania h5 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    width: 60px;
    height: 46px;
    padding: 13px 0 0;
    float: right;
    text-decoration: none;
    outline: none;
    color: red;
  }
  .navbar .navbar-toggler-icon {
    background-color: #4169E1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    color: red;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 0.9em;
  }
}

.zwiekszTekst {
  padding: 0.5rem 0.3rem;
}

.textMedium .fa-4x {
  font-size: 3em;
}
.textLarge .fa-4x {
  font-size: 2em;
}
.dropdown-menu {
  font-size: 1em;
}
.btn-wcag {
  background-color: #008C5A !important;
}
.aktualnosciWydarzenia .event-content {
  color: #3b3b3b;
}
#menu-mainmenu .show {
  opacity: inherit;
  visibility: inherit;
}
.keycap {
  background-color: #f1f1f1;
  border: 1px solid #666;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 1px 2px 2px 1px;
  border-radius: 5px;
  color: #333;
  padding: 0 2px;
  margin: 1px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 17px;
  display: inline-block;
  text-align: center;
}
.keycombo {
  font-weight: bold;
}
.galeria{
  padding-top: 15px;
  padding-bottom: 15px;
}
.nauczyciele-przedmiot{
    color:#fff;
    background:#4169E1;
    box-shadow:5px 0 0 #4169E1, -5px 0 0 #4169E1;
    padding: 5px 0;
}



.bg_szkola_light {
	background-color: #D25A01;
}

.dropdown-item {
	color:#fff;
}

.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #D25A01;
}
.qr_foot {
	float: left;
	margin: 0 15px 15px 0;
}

pre, code, kbd, samp {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1em;
}

h3 {
	font-size: 1.5rem;
	color: #D25A01;
}

.footer-bg-1{

	background-color:#F0F0ED;
}

.footer-bg-2{
	background-color:#cc5200;
}



.partners-carousel {
	padding: 20px 0;
	background: white;
}

.partners-carousel .swiper-slide {
	display: flex;
	align-items: center;    /* wyrównanie logotypu w pionie */
	justify-content: center; /* centrowanie w poziomie */
}

.partners-carousel .swiper-slide img {
	height: 150px;       /* stała wysokość logotypów */
	max-width: 100%;    /* nie wychodzi poza slajd */
	object-fit: contain; /* zachowuje proporcje */
	display: block;
	margin: 0 auto;
}

.home .dyplomy-carousel {
	padding: 40px 0;   /* zwiększa wysokość całego slidera */
}

.home .dyplomy-carousel img {
	height: 100px;     /* np. zamiast 60px */
}

.dyplomy-carousel img {
	height: 200px;
	width: auto;
	max-width: 100%;
	padding-top: 20px;;
}


.wydarzenia-data-skrocona, .osiagniecie-rok{
	width: 56px;
	height: 51px;
	background: url(img/data.jpg) no-repeat;
	text-align: center;
	padding-top: 15px;
	margin-right: 20px;
	padding-bottom: 20px;
	color: #FFF;
}

.wydarzenie-galeria img {

	width:100%;
	height: auto;
}

.start-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
	padding-top: 2rem;;
}

.start-slider .slides {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
}

.start-slider .slides > * {
  min-width: 100%;
  height: 100%;
}


.bg-white {
  background-color: #fff;
}

.wydarzenia-lista, .osiagniecia-lista {
	margin-top: 20px;
}

.wydarzenie-item, .osiagniecie-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: inherit;
}

.wydarzenie-item:hover, .osiagniecie-item:hover {
	opacity: 0.85;
	text-decoration: none;
}


.wydarzenie-tytul {
	font-size: 1rem;
}

.file-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 10px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	background: #f6f7f8;
}

.file-link:hover {
	background: #eef0f2;
}

.file-icon svg {
	width: 20px;
	height: 20px;
}

a:hover{
	text-decoration: none;
}

.banner-wykwalifikowani {
  position: fixed;
  left: 0px;
  top: 260px;
  z-index:999;
}
.banner-sukces {
  position: fixed;
  left: 0px;
  top: 510px;
  z-index:999;
}
.banner-sukces2 {
  position: fixed;
  right: 0px;
  top: 510px;
  z-index:999;
}
.banner-kwalifikacje {
  position: fixed;
  left: 0px;
  top: 510px;
  z-index:999;
}