*:active, *:focus, *:visited {
	outline: none !important;
	/*border: none !important;*/
}

.bg-primary {
	background-color: #004070 !important;
}

.text-primary {
	color: #004070 !important;
}

.bg-secondary {
	background-color: #0086CD !important;
}

.text-secondary {
	color: #0086CD !important;
}

.bg-suplementary {
	background-color: #3c3c3c !important;
}

.text-suplementary {
	color: #3c3c3c !important;
}

.page-item.active .page-link {
	border-color: #0086CD;
	background-color: #0086CD;
}

.page-link {
	color: #0086CD;
}

/*.text-white {
	color: white !important;
}*/

.menu-upper {
	font-size: 0.8em;
	height: 24px;
}

.lsp-1 {
	letter-spacing: 1px;
}

.belka-up {
	position: relative;
	top: -1px;
}


.data-publikacji {
	position: absolute;
	right: 1rem;
}

.minh-70vh {
	min-height: 70vh;
}

.margin {
	height: 16px;
}

body {
  width: 100%;
  display: block;
  position: relative;
}

body::after {
  content: "";
  background: url(../image/ornament.jpg) repeat;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

article>a {
	display: block;
	color: inherit;
}

article>a:hover {
		text-decoration: none;
		color: inherit;
		opacity: 0.8;
	}

.box-in-article {
	width: 100%;
	height: 40px;
	position: relative;



}

.circle {
	position: absolute;
	right: 25px;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;

}

.circle>span {
	font-size: 28px;
}

.text-shadow {
	text-shadow: 1px 1px 1px black;
}

/*
LOGO
*/

#logo {
	height: 60px;
	widows: auto;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: #004070;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #004070; }

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #004070;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

    /*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }


/*!
 * ARROW
 */
 
 .arrow-icon {
    background-color: transparent;
    height: 20px;
    width: 20px;
    display: block;
    padding: 0em;
    margin: 0em auto;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
  }

  .left-bar {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: -7px;
    width: 20px;
    height: 5px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px;
  }
  .left-bar:after {
    content: "";
    background-color: white;
    width: 20px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
  }

  .right-bar {
    position: absolute;
    background-color: transparent;
    top: 0px;
    right: -7px;
    width: 20px;
    height: 5px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px;
  }
  .right-bar:after {
    content: "";
    background-color: white;
    width: 20px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
  }

  .open .left-bar:after {
    transform-origin: center center;
    transform: rotate(-70deg);
  }
  .open .right-bar:after {
    transform-origin: center center;
    transform: rotate(70deg);
  }


