/* GLOBAL STYLES
-------------------------------------------------- */
/** {
    outline: 1px solid red;
}*/
body {
  padding: 0;
  color: #330000;
  background-color: #F6F3E0; /*#F5F2E1*/
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  position: relative;
}
html, body {
  scroll-behavior: smooth;
}
a {
  color: #1066E4;
  text-decoration: none;
}
a:hover {
  color: #6C009E;
  text-decoration: none;
}
p {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  line-height: 1.65rem;
  text-align: justify;
  font-size: 0.95rem;
}
h6 {
  line-height: 1.5em;
}
hr.white {
  border-top: 3px inset rgba(255, 255, 255, 0.9);
}
#slide {
  /*padding-top: 56px;
  margin-top: -56px;*/
}
#contents {
  overflow: hidden;
  z-index: 2000;
}
.figure-caption {
  color: #330000;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-bottom: 20px;
}
.section-sub {
  background-color: #F5F2E1; 
}
.section {
  background-color: #E9EBDE;
}
/*.section:nth-child(even) {
  background-color: #E8EADC;*/ /*pierwszy*/
/*}*/
.section-heading {
  line-height: 1.3em;
  color: #490B00;
  font-weight: 600;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.8);
}
.section h3, .section h4, .section h5, .section h6 {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.logotypy {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.7);
  background-color: #B4B6AA;
}
.grow {
  transition: all .2s linear;
}
.grow:hover {
  transform: scale(1.15);
}
.footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.40);
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, .5);
  background-color: #C8CABE;
}
.version {
  z-index: 1000;
  top: 2%;
  right: 0;
  position: absolute;
  background-color: #FCF8E8;
  line-height: 32px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #4A4A4A;
  border-right-color: #4A4A4A;
  border-bottom-color: #4A4A4A;
  border-left-color: #4A4A4A;
  padding: 10px 10px 10px 20px;
  border-top-left-radius: 60% 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 60% 100%;
}
.version-sm {
  z-index: 1000;
  bottom: 10%;
  right: 0;
  position: absolute;
  background-color: #FCF8E8;
  line-height: 32px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #4A4A4A;
  border-right-color: #4A4A4A;
  border-bottom-color: #4A4A4A;
  border-left-color: #4A4A4A;
  padding: 10px 10px 10px 20px;
  border-top-left-radius: 60% 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 60% 100%;
}
#version-up, #version-down {
  opacity: 0;
}
.tooltip-inner {
  color: #fff;
  background: #3e3d32;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Encode Sans Semi Condensed', sans-serif;
}
.tooltip-arrow {
  border-top-color: #3e3d32;
}
.bg-semitransparent {
  background-color: rgba(0, 0, 0, .02);
}
.bg-semitransparent:hover {
  background-color: rgba(0, 0, 0, .1);
  transition: all .8s ease-out;
}
.list-group {
  padding-bottom: 20px;
}
.list-group-item-transp {
  color: #330000;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 3px;
  border-radius: 15px !important;
  transition: all .8s ease-out;
}
a.list-group-item-transp {
  color: #330000;
}
a.list-group-item-transp .list-group-item-heading {
  color: inherit;
}
a.list-group-item-transp:hover, a.list-group-item-transp:focus {
  color: #330000;
  background-color: rgba(255, 255, 255, .2);
  border-right: 10px solid #00ff00;
  border-top: 1px solid #00993d;
}
a.list-group-item-transp.active, a.list-group-item-transp.active:hover, a.list-group-item-transp.active:focus {
  color: #fff;
  background-color: #00993d;
  border-color: #00aa44;
}
a.list-group-item-transp.active:hover, a.list-group-item-transp.active:focus {
  color: #fff;
  background-color: #00993d;
  border-right: 10px solid #00ff00;
  border-top: 1px solid #00993d;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  background-color: rgba(0, 0, 0, 0.08);
  color: #330000;
  border-color: rgba(0, 0, 0, 0.4);
}
.btn {
  font-family: 'Encode Sans Semi Condensed', sans-serif;
}
.btn-outline-prim {
  color: #330000 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  background-image: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0.4rem 1rem 0.4rem 1rem;
}
.btn-outline-prim:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-prim:focus, .btn-outline-prim.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}
.btn-outline-prim.disabled, .btn-outline-prim:disabled {
  color: #777777;
  background-color: transparent;
}
.btn-outline-prim:not(:disabled):not(.disabled):active, .btn-outline-prim:not(:disabled):not(.disabled).active, .show > .btn-outline-prim.dropdown-toggle {
  color: #fff;
  background-color: #3E3D32;
  border-color: #000;
}
.btn-outline-prim:not(:disabled):not(.disabled):active:focus, .btn-outline-prim:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-prim.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 0, 0, 0.5);
}
.slideanim {
  visibility: hidden;
  visibility: visible\9; /*For old IE browsers IE6-8 */
}
.slideanim.slide {
  visibility: visible;
  animation: slide 1s;
}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-brand {
  padding: 0px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.navbar-brand > img {}
.navbar-nav li a {}
.navbar-nav li a:hover {}
.navbar-nav > li {}
/* change the background color */
.navbar-custom {
  background: #F6F3E0 url("../images/naglow.png") no-repeat center;
  min-height: 45px;
  font-variant: normal;
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 35px;
  border-top: rgba(255, 255, 255, .5) solid 1px;
  border-bottom: rgba(0, 0, 0, .7) solid 1px;
  text-transform: uppercase;
}
/* change the brand and text color */
a.navbar-brand {
  color: #003324 !important;
  text-transform: none;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {}
.nav-pills > li > a.active {
  background-color: rgba(32, 89, 72, 0.70) !important;
  color: #fff !important;
  border-left: #84817e solid 1px;
  border-right: #84817e solid 1px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.nav-pills > li > a:hover {
  background-color: rgba(32, 89, 72, 0.3) !important;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.nav-pills .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  color: #003324;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-toggler {
  background: #205948;
}
.sticky.navbar {
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sticky .show-is-sticky, .sticky .show-not-sticky {
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.sticky .show-not-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.sticky.is-sticky.navbar {
  background: #C8CABE; /*#d3cfc2*/
}
.sticky.is-sticky .show-is-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
  opacity: 0;
  visibility: hidden;
}
/*COVER
-------------------------------------------------- */
.intro-header {
  top:0;
  padding: 0;
  overflow: hidden;
}
.parallax {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
  background-image: url("../images/Mollo2.png");
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  filter: brightness(0%);
}
/*.parallax > img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  z-index: 1; 
} */
.cntnt {
  color: #490B00;
  z-index: 900;
}
#title h1 {
  font-size: 2.3rem;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  line-height: 1.2em;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.6);
  opacity: 0;
}
#title h2 {
  font-size: 1.9rem;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  line-height: 1.2em;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.6);
  opacity: 0;
}
#orn {
  opacity: 0;
}
.padding-0 {
  padding-left: 0;
  padding-right: 0;
}
a.triangle {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 20px solid #fff;
  z-index: 701;
  bottom: calc(2% + 28px);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  display: block;
  transition: all 0.5s;
  opacity: 0;
}
a.triangle:hover {
  opacity: 0.6;
  border-top: 20px solid #FF0000;
}
a.scroll-circles {
  bottom: 2%;
  left: calc(50% + 10px);
  margin: 0 auto;
  position: absolute;
  z-index: 700;
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: height .25s ease, width .25s ease;
  transition: height .25s ease, width .25s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
a.scroll-circles:before, a.scroll-circles:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #F6F6F6;
}
a.scroll-circles:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
a.scroll-circles:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
a.scroll-circles:hover:before, a.scroll-circles:hover:after {
  border: 1px solid #FF0000;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}