.owl-carousel {
  position: relative;
}

.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-carousel .owl-controls .owl-nav div {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 30px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel-nav .owl-carousel-nav-item {
  height: 10px;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).dark {
  background: #0f3e24;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).light {
  background: #1d7745;
}

.owl-carousel-nav .owl-carousel-nav-item.active {
  background: #2ebc6d;
}

.owl-carousel {
  position: relative;
}

.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-carousel .owl-controls .owl-nav div {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 30px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel-nav .owl-carousel-nav-item {
  height: 10px;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).dark {
  background: #0f3e24;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).light {
  background: #1d7745;
}

.owl-carousel-nav .owl-carousel-nav-item.active {
  background: #2ebc6d;
}

.owl-carousel {
  position: relative;
}

.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-carousel .owl-controls .owl-nav div {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 30px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel-nav .owl-carousel-nav-item {
  height: 10px;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).dark {
  background: #0f3e24;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).light {
  background: #1d7745;
}

.owl-carousel-nav .owl-carousel-nav-item.active {
  background: #2ebc6d;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

body.wcag-font-16 {
  font-size: 16px !important;
}

body.wcag-font-18 {
  font-size: 18px !important;
}

html, body {
  /*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; */
  background-color: #ffffff;
  overflow-x: hidden;
  color: #212528;
  direction: ltr;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

.article-content p, .article-content span {
  font-family: "Outfit", sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}

/*new view*/
.container.grey {
  background: #f3f3f3;
}

.container.pages {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .container {
    width: auto;
  }
}

.container-right {
  padding-right: 20px;
  padding-bottom: 40px;
  text-align: right;
}

@media (max-width: 992px) {
  .container-right {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .container-right {
    padding-right: 10px;
  }
}

.container-right div.box {
  margin-bottom: 40px;
  width: 250px;
  background-color: white;
  float: right;
}

@media (max-width: 768px) {
  .container-right div.box {
    width: 100%;
  }
}

.container-right div.box div.title {
  padding: 25px 20px;
  width: 100%;
  background: #005862;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.0rem;
  text-align: left;
}

.container-right div.box div.content {
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  padding: 30px 0px 30px 20px;
}

.container-right div.box div.content ul {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

.container-right div.box div.content ul li {
  margin-bottom: 12px;
  list-style-type: none;
  line-height: 2.2rem;
}

.container-right div.box div.content ul li ul li {
  margin-bottom: 0px;
  line-height: 1.5rem;
}

.container-right div.box div.content ul li ul li:before {
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.container-right div.box div.content ul li ul li a {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.container-right div.box div.content ul li:before {
  content: '>';
  color: #ce2a81;
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.container-right div.box div.content ul li a {
  text-decoration: underline;
}

.container-right div.box div.content ul li a:link, .container-right div.box div.content ul li a:visited {
  color: #212528;
}

.container-right div.box div.content ul li a:hover, .container-right div.box div.content ul li a:active {
  color: #005862;
}

.container-left {
  padding: 0px 0px 0px 20px;
}

@media (max-width: 768px) {
  .container-left {
    padding: 0 15px;
  }
}

.container-left h1 {
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

div.search-params {
  border: 1px solid grey;
  display: inline-block;
  margin-bottom: 50px;
  padding: 10px;
  width: 100%;
  margin-top: 40px;
}

div.search-params div.searching {
  display: inline-block;
  padding: 10px 0 5px 0;
  width: 100%;
}

div.search-params div.searching input[type="text"] {
  margin-right: 20px;
  width: 60%;
}

div.search-params .form-check {
  width: 100%;
  margin-bottom: 0;
  margin-left: 10px;
}

div.search-params .form-group label {
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
}

div.search-params .form-group label input {
  margin-right: 5px;
  margin-bottom: 5px;
}

p {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  text-decoration: none;
  color: #767676;
}

a:hover, a:active {
  text-decoration: none;
  color: #212528;
}

.slider-container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider-container .sh-2 {
  position: relative;
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .slider-container .sh-2 {
    width: 100%;
  }
}

.slider-container .sh-2 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.slider-container .sh-4 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 25%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider-container .sh-4 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.slider-container .sh-8 {
  position: relative;
  float: left;
}

ul.extry {
  margin: 0px 20px 0px 0px;
  padding: 0;
  height: 100%;
  float: right;
  list-style-type: none;
  line-height: 3.0rem;
}

ul.extry li {
  margin-right: 10px;
  display: inline-block;
  line-height: 2.0rem;
}

ul.extry li img {
  margin: 0px 0px;
  height: 22px;
  display: block;
}

ul.extry li a {
  height: 22px;
  color: #a5a5a5;
}

ul.extry li a:hover {
  color: #212528;
}

ul.extry li a img {
  margin: 0px 0px;
  height: 22px;
  display: block;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  padding: 2rem 0px;
  height: 8rem;
  margin: 0;
  line-height: 4.0rem;
  font-size: 1.4rem;
  color: #a5a5a5;
  font-family: "Outfit", sans-serif;
}

header.smaller {
  height: 3.5rem;
  padding: 6px 0px;
}

header.small {
  height: 32px;
  padding: 6px 0px;
}

header ul {
  margin: 0px 20px 0px 0px;
  padding: 0;
  height: 100%;
  float: right;
  list-style-type: none;
  line-height: 3.0rem;
}

header ul li {
  margin-right: 10px;
  display: inline-block;
  line-height: 2.0rem;
}

header ul li img {
  margin: 5px 0px;
  height: 22px;
  display: block;
}

header ul li a {
  height: 22px;
  color: #a5a5a5;
}

header ul li a:hover {
  color: #212528;
}

header ul li a img {
  margin: 5px 0px;
  height: 22px;
  display: block;
}

header ul.flags img {
  height: unset;
}

header .flag {
  display: inline-block;
  position: relative;
  width: 18px;
  border: 1px solid #fff;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

header .flag-pl {
  background-image: url("/front/img/pl.svg");
}

header .flag-de {
  background-image: url("/front/img/de.svg");
}

header .flag-gb {
  background-image: url("/front/img/gb.svg");
}

header .navbar-right-search {
  float: right;
  display: inline;
  position: relative;
  line-height: 2.7rem;
  padding: 0px 0px 0px 0px;
}

header .navbar-right-search i {
  cursor: pointer;
  font-size: 1.8rem;
  color: black;
}

#main-nav {
  position: relative;
  width: 100%;
  height: 130px;
  /* display:block; */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* establish flex container */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  /* default value; can be omitted */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* default value; can be omitted */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  /* switched from default (flex-start, see below) */
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  background: white;
}

#main-nav.extrasections {
  font-size: 18px;
}

#main-nav.smaller {
  height: 110px;
}

@media (max-width: 768px) {
  #main-nav.smaller {
    height: auto;
  }
}

#main-nav.smaller .navbar-left .navbar-brand {
  padding: 10px 0px 0px 0px;
}

#main-nav.smaller .navbar-center {
  padding: 35px 0px;
}

#main-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#main-nav ul li {
  float: left;
  text-align: left;
}

#main-nav .navbar-left {
  height: 100%;
  position: relative;
}

#main-nav .navbar-left .nav-mobile {
  display: none;
}

#main-nav .navbar-left .navbar-brand {
  padding: 22px 0px 0px 0px;
  height: 100%;
  display: block;
}

#main-nav .navbar-left .navbar-brand .logo-mobile {
  display: none;
}

#main-nav .navbar-left .navbar-brand .logo-web img {
  height: 77px;
  margin-top: 10px;
  margin-left: 15px;
}

#main-nav .navbar-left .navbar-brand .logo-web p {
  margin: 10px 0px;
  padding: 17px 10px 15px 0;
  line-height: 20px;
  float: left;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  border-right: 2px solid #787878;
}

#main-nav .navbar-center {
  height: 100%;
  padding: 50px 0px;
}

#main-nav .navbar-center .main-menu {
  /*Submenu start*/
  /*Submenu End*/
}

#main-nav .navbar-center .main-menu li .main-menu-item, #main-nav .navbar-center .main-menu li .main-menu-single {
  cursor: pointer;
  padding: 10px 15px;
}

#main-nav .navbar-center .main-menu li .main-menu-item a, #main-nav .navbar-center .main-menu li .main-menu-single a {
  color: #222222;
}

#main-nav .navbar-center .main-menu ul:first-child .submenu {
  display: block;
}

#main-nav .navbar-center .main-menu .submenu {
  display: none;
  position: absolute;
  background-color: rgba(213, 213, 213, 0.97);
  padding: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  z-index: 1000;
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu > div {
  position: relative;
}

#main-nav .navbar-center .main-menu .submenu > div:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #005862;
  margin: 0px 10px 0px;
  padding: 0;
  position: absolute;
  left: -22px;
  top: 8px;
}

#main-nav .navbar-center .main-menu .submenu > div i {
  display: none;
}

#main-nav .navbar-center .main-menu .submenu ul {
  list-style-type: disc;
}

#main-nav .navbar-center .main-menu .submenu ul, #main-nav .navbar-center .main-menu .submenu li {
  margin: 0;
  padding: 0px 0px 0px 20px;
  /* display: block; */
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu ul a, #main-nav .navbar-center .main-menu .submenu li a {
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu ul a:link, #main-nav .navbar-center .main-menu .submenu ul a:visited, #main-nav .navbar-center .main-menu .submenu li a:link, #main-nav .navbar-center .main-menu .submenu li a:visited {
  color: #222222;
}

#main-nav .navbar-center .main-menu .submenu ul a:active, #main-nav .navbar-center .main-menu .submenu ul a:hover, #main-nav .navbar-center .main-menu .submenu li a:active, #main-nav .navbar-center .main-menu .submenu li a:hover {
  color: #000000;
}

#main-nav .navbar-center .main-menu .submenu ul ul li, #main-nav .navbar-center .main-menu .submenu li ul li {
  font-weight: 300;
}

#main-nav .navbar-center .main-menu .submenu ul ul li a, #main-nav .navbar-center .main-menu .submenu li ul li a {
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu ul ul li a:link, #main-nav .navbar-center .main-menu .submenu ul ul li a:visited, #main-nav .navbar-center .main-menu .submenu li ul li a:link, #main-nav .navbar-center .main-menu .submenu li ul li a:visited {
  color: #000;
}

#main-nav .navbar-center .main-menu .submenu ul ul li a:active, #main-nav .navbar-center .main-menu .submenu ul ul li a:hover, #main-nav .navbar-center .main-menu .submenu li ul li a:active, #main-nav .navbar-center .main-menu .submenu li ul li a:hover {
  color: #000000;
}

.custom_pointer {
  cursor: pointer !important;
}

.bg_menu_col_1.active {
  background-color: #005862;
  color: #ffffff;
}

.bg_menu_col_2.active {
  background-color: #005862;
  color: #ffffff;
}

.bg_menu_col_3.active {
  background-color: #024b55;
  color: #ffffff;
}

.bg_menu_col_4.active {
  background-color: #023e46;
  color: #ffffff;
}

.bg_menu_col_5.active,
.bg_menu_col_6.active,
.bg_menu_col_7.active,
.bg_menu_col_8.active,
.bg_menu_col_9.active,
.bg_menu_col_10.active {
  background-color: #00373d;
  color: #ffffff;
}

.bg_submenu_col_1 {
  background-color: #005862;
}

.bg_submenu_col_2 {
  background-color: #005862;
}

.bg_submenu_col_3 {
  background-color: #024b55;
}

.bg_submenu_col_4 {
  background-color: #023e46;
}

.bg_submenu_col_5 {
  background-color: #00373d;
}

.bg_submenu_col_6 {
  background-color: #023e46;
}

.bg_submenu_col_7 {
  background-color: #023e46;
}

.bg_submenu_col_8 {
  background-color: #023e46;
}

.bg_submenu_col_9 {
  background-color: #023e46;
}

.bg_submenu_col_10 {
  background-color: #005862;
}

#submenu-wrapper {
  /*Submenu start*/
  /*Submenu End*/
}

#submenu-wrapper.fixed .submenu {
  top: 93px;
}

#submenu-wrapper .submenu {
  display: none;
  position: absolute;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  top: 87px;
  z-index: 1000;
  width: 100%;
  -webkit-transition: display 500ms ease-in-out;
  transition: display 500ms ease-in-out;
  color: #ffffff;
}

#submenu-wrapper .submenu.extrasection {
  top: 78px;
}

#submenu-wrapper .submenu > div {
  position: relative;
  margin-bottom: 20px;
}

#submenu-wrapper .submenu > div:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #005862;
  margin: 0px 10px 0px;
  padding: 0;
  position: absolute;
  left: -22px;
  top: 8px;
}

#submenu-wrapper .submenu > div i {
  display: none;
}

#submenu-wrapper .submenu > ul {
  list-style-type: square;
  width: 50%;
  margin: 0;
  padding: 0px 0px 0px 20px;
  float: left;
}

#submenu-wrapper .submenu ul.menu-news {
  width: 100%;
  list-style-type: square;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  color: #fff;
}

#submenu-wrapper .submenu ul.menu-news li {
  float: left;
  list-style-type: square;
  text-align: left;
  padding: 0px 0px;
  margin: 10px 30px;
  width: auto;
  color: #fff;
  text-align: left;
}

#submenu-wrapper .submenu ul.menu-news li a {
  color: #fff;
}

#submenu-wrapper .submenu ul.menu-news li a:hover {
  color: #005862;
}

#submenu-wrapper .submenu li {
  margin: 0;
  padding: 0px 0px 0px 0px;
  /* display: block; */
  width: 100%;
}

#submenu-wrapper .submenu li a {
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#submenu-wrapper .submenu li a:link, #submenu-wrapper .submenu li a:visited {
  color: #fff;
}

#submenu-wrapper .submenu li a:hover {
  color: #fff;
  padding-left: 20px;
}

#submenu-wrapper .submenu li ul {
  margin-bottom: 40px;
  display: inline-block;
}

#submenu-wrapper .submenu li ul li {
  font-weight: 300;
}

#submenu-wrapper .submenu li ul li a {
  width: 100%;
}

#submenu-wrapper .submenu li ul li a:link, #submenu-wrapper .submenu li ul li a:visited {
  color: #fff;
}

#submenu-wrapper .submenu li ul li a:hover {
  color: #000000;
}

#main-baner {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* img{
    float:left;
    margin:0;
    padding:0;
    // width:12.5%;
    &.big{
      width:50%;
    }
  } */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main-news {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  background: #f3f3f3;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-9 */
  background-color: #fff;
}

.content-wrapper {
  margin: 0;
  padding: 0px 15px 50px;
  width: 100%;
  position: relative;
  background: #f3f3f3;
}

#news-title-2 {
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0 24px 15px;
  text-align: left;
}

.news-title, #news-title {
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0 24px;
}

.right-prev-next {
  position: absolute;
  right: 20px;
  top: 32px;
}

.right-prev-next div {
  width: 40px;
  height: 40px;
  position: absolute;
  background: no-repeat center center;
  cursor: pointer;
}

.right-prev-next .prev {
  right: 40px;
  background-image: url("/front/img/prev.png");
}

.right-prev-next .next {
  right: 0;
  background-image: url("/front/img/next.png");
}

#owl-news {
  position: relative;
  width: 100%;
}

.news-boxes-wrapper {
  width: 1170px;
}

.main-news-box {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212528;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin: 30px 0px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 8px 25px -3px rgba(170, 160, 170, 0.31);
          box-shadow: 0 8px 25px -3px rgba(170, 160, 170, 0.31);
}

.main-news-box:hover {
  -webkit-box-shadow: 0 8px 25px -3px rgba(180, 160, 160, 0.51);
          box-shadow: 0 8px 25px -3px rgba(180, 160, 160, 0.51);
}

.main-news-box .box-img {
  position: relative;
  width: 100%;
  display: block;
}

.main-news-box .box-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border: 1px solid #fff;
  width: 100%;
  padding: 15px 12px;
  position: relative;
}

.main-news-box .box-content.gal-content {
  height: 120px;
}

.main-news-box .box-content .box-date {
  position: relative;
  margin: 0px auto;
  background: #005862;
  color: #ffffff;
  width: 9rem;
  height: 2.1rem;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  line-height: 2.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.main-news-box .box-content .box-title {
  margin: 0rem 0px 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-color: #212528;
  line-height: 2.4rem;
}

.main-news-box .box-content .box-title.gal-title {
  margin: 0px 0px 10px;
}

.main-news-box .box-content .box-desc {
  height: 12.7rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.main-news-box .box-content .box-more {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #005862;
  /* width:120px; */
  height: 4.0rem;
  line-height: 2.6rem;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.main-news-box .box-content .box-more::after {
  content: " >";
}

.main-news-box .box-content .box-more:hover {
  color: #3bb5a3;
}

.news-new-box {
  background-color: white;
  text-align: left;
}

.news-new-box .box-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border: 1px solid #fff;
  width: 100%;
  height: 250px;
  padding: 25px 20px;
  position: relative;
  text-align: left;
}

.news-new-box .box-content.gal-content {
  height: 120px;
}

.news-new-box .box-content .box-date-event {
  position: relative;
  margin: 0px auto;
  color: #005862;
  width: auto;
  height: 2.1rem;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  line-height: 2.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-new-box .box-content .box-date {
  position: relative;
  margin: 0px auto;
  background: #005862;
  color: #ffffff;
  width: 90px;
  height: 2.1rem;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  line-height: 2.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.news-new-box .box-content .box-title {
  margin: 0px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  font-weight: 700;
}

.news-new-box .box-content .box-title.gal-title {
  margin: 0px 0px 10px;
}

.news-new-box .box-content .box-desc {
  height: 9.7rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-new-box .box-content .box-more {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  bottom: 5px;
  color: #005862;
  width: 120px;
  height: 4.0rem;
  line-height: 4.0rem;
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);
}

.news-new-box .box-content .box-more::after {
  content: " >";
}

.news-new-box .box-content .box-more:hover {
  color: #3bb5a3;
}

/*Akitualnosci*/
.news-boxes {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.news-boxes.boxes {
  margin-top: 30px;
}

.news-boxes .box-wrapper {
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 33px;
}

.news-boxes .box {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212528;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  width: 370px;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.news-boxes .box .box-get-orig {
  font-size: 1rem;
  float: right;
}

.news-boxes .box .box-img {
  position: relative;
  width: 100%;
  display: block;
}

.news-boxes .box .box-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border: 1px solid #fff;
  width: 100%;
  height: 265px;
  padding: 25px 20px;
  position: relative;
}

.news-boxes .box .box-content.gal-content {
  height: 120px;
}

.news-boxes .box .box-content .box-date {
  position: relative;
  margin: 0px auto;
  background: #005862;
  color: #ffffff;
  width: 90px;
  height: 2.1rem;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  line-height: 2.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-boxes .box .box-content .box-title {
  margin: 30px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 48px;
  overflow: hidden;
}

.news-boxes .box .box-content .box-title.gal-title {
  margin: 0px 0px 10px;
}

.news-boxes .box .box-content .box-desc {
  height: 72px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-boxes .box .box-content .box-more {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  bottom: 5px;
  color: #005862;
  width: 120px;
  height: 4.0rem;
  line-height: 4.0rem;
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);
}

.news-boxes .box .box-content .box-more::after {
  content: " >";
}

.news-boxes .box .box-content .box-more:hover {
  color: #3bb5a3;
}

#alert {
  width: 100%;
  padding: 0px 0px 2px 0px;
  background: #ffcb05;
  position: relative;
  color: #3c3d3d;
  line-height: 3.6rem;
  font-size: 2.0rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-align: center;
  /* Make it a marquee */
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  max-width: 1200px;
}

#alert.alert-1 {
  background: #ed1c24;
  color: #fff;
}

#alert.alert-2 {
  background: #f4cc43;
  color: #fff;
}

#alert.alert-3 {
  background: #005862;
  color: #fff;
}

#alert span {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  border: none;
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
}

#alert span:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

div.edit-by-admin {
  position: absolute;
  top: 40px;
  right: 5px;
  z-index: 999;
}

div.edit-by-admin a {
  color: #3c3d3d;
  font-size: 2.4rem;
}

div.edit-by-admin a:hover {
  color: #3c3d3d;
}

/* Make it move */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#event-wrapper {
  width: 100%;
  background-position: 50% 50%;
  background-image: url("/front/img/calendar-bg2.jpg");
  background-position: top left;
  background-color: #005862;
  padding: 40px 0px;
}

#event-wrapper #icons {
  text-align: center;
  width: 100%;
  padding: 70px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#event-wrapper #icons > a {
  width: 100px;
  vertical-align: middle;
}

#event-wrapper #icons > a > p {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  height: 80px;
}

#event-wrapper #calendar-wrapper {
  background: #f7f7ed;
  /* click +2 more for popup */
}

#event-wrapper #calendar-wrapper .fc-toolbar {
  font-size: .9em;
}

#event-wrapper #calendar-wrapper .fc-toolbar h2 {
  font-size: 1.2rem;
  white-space: normal !important;
}

#event-wrapper #calendar-wrapper .fc-more-cell a {
  display: block;
  width: 85%;
  margin: 1px auto 0 auto;
  border-radius: 3px;
  background: grey;
  color: transparent;
  overflow: hidden;
  height: 4px;
}

#event-wrapper #calendar-wrapper .fc-more-popover {
  width: 100px;
}

#event-wrapper #calendar-wrapper .fc-view-month .fc-event, #event-wrapper #calendar-wrapper .fc-view-agendaWeek .fc-event, #event-wrapper #calendar-wrapper .fc-content {
  font-size: 0;
  overflow: hidden;
  height: 2px;
}

#event-wrapper #calendar-wrapper .fc-view-agendaWeek .fc-event-vert {
  font-size: 0;
  overflow: hidden;
  width: 2px !important;
}

#event-wrapper #calendar-wrapper .fc-agenda-axis {
  width: 20px !important;
  font-size: .7em;
}

#event-wrapper #calendar-wrapper .fc-button-content {
  padding: 0;
}

#event-wrapper #calendar-wrapper #event {
  background: #f7f7ed;
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

#event-wrapper #calendar-wrapper #event .asbutton-wrapper {
  height: 40px;
}

#event-wrapper #calendar-wrapper #event .asbutton-wrapper .asbutton {
  width: 100%;
}

#event-wrapper #calendar-wrapper #event .event-title {
  font-size: 1.8rem;
  color: #212528;
  line-height: 2.4rem;
  height: 80px;
  overflow: hidden;
  margin: 0;
}

#event-wrapper #calendar-wrapper #event .event-content {
  font-size: 1.6rem;
  font-weight: 400;
  color: #212528;
  line-height: 2.4rem;
  height: 93px;
  overflow: hidden;
  margin: 0;
}

#event-wrapper #calendar-wrapper #event .event-date {
  font-size: 0.9rem;
  color: #005862;
  padding: 0;
}

#event-wrapper #calendar-wrapper #event .event-more {
  font-size: 1.2rem;
  color: #005862;
  margin: 0px 0px 0px;
  padding: 0;
  display: block;
}

#video-baner {
  position: relative;
  width: 100%;
  background: #f3f3f3;
  display: block;
}

#video-baner h1 {
  padding: 40px 0px;
  text-transform: uppercase;
}

#video-baner #owl-video .item {
  width: 256px;
  height: 256px;
  overflow: hidden;
  position: relative;
}

#video-baner #owl-video .item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 512px;
  height: 256px;
}

#video-baner #owl-video .owl-nav {
  margin-top: 0;
}

.video-thumb-desc {
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.0rem;
  line-height: 4.0rem;
  background: none;
  color: white;
  z-index: 100;
  overflow: hidden;
  padding: 0px 20px;
}

div.footer-bottom {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  border-top: solid 1px #fff;
  padding-top: 10px;
}

div.footer-bottom ul.footer-horizontal {
  padding: 0;
  margin: 0px 0px 10px 0px;
}

div.footer-bottom ul.footer-horizontal li {
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
}

div.footer-bottom ul.footer-horizontal a {
  color: #fff;
}

footer {
  padding: 70px 30px 30px 30px;
  color: #fff;
  background: #2f5e70;
  font-size: 1.4rem;
}

footer ul {
  list-style-type: none;
}

footer ul.footer-horizontal {
  padding: 0;
  margin: 50px 0px 10px 0px;
  height: 20px;
}

footer ul.footer-horizontal a {
  color: #fff;
}

footer ul.footer-horizontal > li {
  float: left;
  margin-right: 20px;
  color: #005862;
}

footer .footer-cols {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer .footer-cols .icon-social {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  margin: 0px 20px 0px 0px;
}

footer .footer-cols .icon-social.skype {
  background-image: url("/front/img/skype.png");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .footer-cols .icon-social.facebook {
  background-image: url("/front/img/fb.png");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .footer-cols .icon-social.rss {
  background-image: url("/front/img/rss.png");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .footer-cols .icon-social.youtube {
  background-image: url("/front/img/yt.png");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .footer-cols .footer-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
}

footer .footer-cols .footer-col p {
  margin: 10px 0px;
}

footer .footer-cols .footer-col.footer-col-list {
  padding-right: 30px;
}

footer .footer-cols .footer-col.footer-col-list > ul {
  margin: 0px;
  padding: 0;
}

footer .footer-cols .footer-col.footer-col-list > ul > li {
  border-bottom: 0px solid #cecece;
  padding: 10px 0px;
  color: #fff;
}

footer .footer-cols .footer-col.footer-col-list > ul > li a {
  color: #fff;
}

footer .footer-cols .footer-col .footer-col-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

footer .footer-cols .footer-col .footer-col-title strong {
  font-size: 2.4rem;
}

footer .footer-cols .footer-col strong {
  font-weight: 700;
}

footer .copyrights {
  font-size: 1.2rem;
  font-weight: 400;
}

footer .send-newsletter {
  position: relative;
  width: 100%;
  height: calc(4rem + 10px);
  background: #767676;
  border-radius: 1px;
  border: 1px solid #767676;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

footer .send-newsletter form {
  float: left;
  width: 100%;
}

footer .send-newsletter input[type="email"] {
  background: transparent;
  border: none;
  color: #e3e3e3;
  line-height: 4.0rem;
  height: 4.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  padding: 0px 10px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .send-newsletter input[type="email"].invalid {
  border: 1px solid #DE888A;
}

footer .send-newsletter button {
  width: 80px;
  font-family: inherit;
  float: right;
  min-width: 0;
  line-height: 4.0rem;
  height: 4.0rem;
  padding: 0px;
  position: absolute;
  right: 4px;
}

input, textarea {
  border: 1px solid #cecece;
  background: #f3f3f3;
  color: #212528;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border-radius: 1px;
  margin-bottom: 20px;
  resize: none;
}

h1 {
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  font-color: #212528;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  font-color: #212528;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-color: #212528;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-color: #212528;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
}

h5 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  font-color: #212528;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-color: #212528;
  line-height: 2.0rem;
  padding: 0;
  margin: 0;
}

.text-blue {
  color: #666;
}

#breadcrumbs {
  width: 100%;
  padding: 0 15px;
  background: #005862;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 23px 0px;
}

.breadcrumbs nav {
  float: right;
  height: 100%;
}

.breadcrumbs nav a + a:before {
  content: " > ";
  padding: 0px 10px;
}

.breadcrumbs a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 0px;
}

.breadcrumbs p {
  float: left;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0px;
}

button {
  cursor: pointer;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  text-align: center;
  color: #767676;
  background: #f3f3f3;
  border-radius: 1px;
  border: 1px solid #f3f3f3;
}

button.fix-width {
  width: 220px;
}

button.blue {
  color: #ffffff;
  background: #005862;
  border-color: #005862;
}

button.blue:hover {
  background: #3bb5a3;
  border-color: #3bb5a3;
}

button:hover {
  background: #e1e6ea;
  border-color: #e1e6ea;
}

a.asbutton {
  cursor: pointer;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  color: #767676;
  background: #f3f3f3;
  border-color: #f3f3f3;
  min-width: 195px;
  text-align: center;
  border-radius: 1px;
  border: 1px solid;
}

a.asbutton.fix-width {
  width: 80%;
  min-width: auto;
  margin: 10px auto;
  bottom: 10px;
  text-align: center;
}

a.asbutton.yellow {
  color: #184e8e;
  background: #f4cc43;
  border-color: #f4cc43;
}

a.asbutton.yellow:hover {
  background: #f4cc43;
  border-color: #f4cc43;
}

a.asbutton.blue {
  color: #ffffff;
  background: #005862;
  border-color: #005862;
}

a.asbutton.blue:hover {
  background: #3bb5a3;
  border-color: #3bb5a3;
}

.wrapper1024 {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper1170 {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cols-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cols-wrapper div, .cols-wrapper p, .cols-wrapper span, .cols-wrapper a {
  text-align: left;
}

.main-cols-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper600 {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-more {
  margin: 30px auto;
  width: 220px;
}

.news-archive {
  float: right;
  margin-bottom: 30px;
}

#query-form {
  width: 100%;
  margin-bottom: 60px;
}

#query-form label {
  display: block;
  margin-bottom: 5px;
}

#query-form input, #query-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#query-form button {
  float: right;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
}

.contact-wrapper {
  width: 100%;
  display: inline-block;
}

.contact-wrapper h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact-wrapper h4, .contact-wrapper h5 {
  line-height: 2.0rem;
}

.contact-wrapper .contact-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: calc(100% - 300px);
  max-width: 550px;
  margin-left: 30px;
  margin-bottom: 50px;
}

.contact-wrapper .contact-left #form-contact {
  width: 100%;
}

.contact-wrapper .contact-left #form-contact .contact-input-wrapper label {
  display: block;
  margin-bottom: 5px;
}

.contact-wrapper .contact-left #form-contact .contact-input-wrapper input, .contact-wrapper .contact-left #form-contact .contact-input-wrapper textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-wrapper .contact-left #form-contact #email-wrapper {
  width: 48%;
  float: left;
}

.contact-wrapper .contact-left #form-contact #name-wrapper {
  width: 48%;
  float: right;
}

.contact-wrapper .contact-left #form-contact #descrpition-wrapper {
  clear: both;
  width: 100%;
  height: 230px;
}

.contact-wrapper .contact-left #form-contact button {
  float: right;
}

.contact-wrapper .contact-right {
  float: right;
  margin-right: 30px;
  margin-bottom: 50px;
}

.wrapper768 {
  position: relative;
  width: 768px;
}

#add-event {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

#add-event .add-event-wrapper label {
  display: block;
  margin-bottom: 5px;
}

#add-event .add-event-wrapper input, #add-event .add-event-wrapper textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#add-event #email-wrapper {
  width: 48%;
  float: left;
}

#add-event #date-wrapper {
  width: 48%;
  float: right;
}

#add-event #title-wrapper {
  clear: both;
  width: 100%;
}

#add-event #descrpition-wrapper {
  clear: both;
  width: 100%;
  height: 230px;
}

#add-event button {
  float: right;
}

#confirm-event .asbutton {
  float: right;
  width: 220px;
}

#confirm-event p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#confirm-event .asbutton {
  float: right;
  width: 220px;
}

@media only screen and (max-width: 600px) {
  #add-event #email-wrapper, #add-event #date-wrapper {
    width: 100%;
  }
  #add-event button {
    width: 100%;
  }
  #confirm-event .asbutton {
    width: 100%;
  }
}

.article-content {
  /* img{
    width:100%;
  } */
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
}

.article-content ul, .article-content ol {
  margin-top: 0;
}

.article-content h4 {
  margin: 20px 0px 20px;
}

.article-wrapper {
  position: relative;
  float: left;
  max-width: 992px;
  width: calc(100% - 340px);
}

.article-right-boxes {
  width: 250px;
  position: relative;
  float: left;
  top: 40px;
  margin-left: 40px;
}

.article-right-box {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 30px;
}

.article-right-box hr {
  background: #e5e5e5;
  margin: 0px 20px;
  height: 1px;
  color: #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1px;
  overflow: hidden;
  border: none;
}

.article-right-box-title {
  padding: 25px 20px;
  width: 100%;
  background: #005862;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.0rem;
}

.article-right-box-content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  padding: 30px 0px 30px 20px;
}

.article-right-box-content ul {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

.article-right-box-content ul li {
  margin-bottom: 12px;
  list-style-type: none;
  line-height: 2.2rem;
  text-align: left;
}

.article-right-box-content ul li ul li {
  margin-bottom: 0px;
  line-height: 1.5rem;
}

.article-right-box-content ul li ul li:before {
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.article-right-box-content ul li ul li a {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.article-right-box-content ul li:before {
  content: '>';
  color: #ce2a81;
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.article-right-box-content ul li a {
  text-decoration: underline;
}

.article-right-box-content ul li a:link, .article-right-box-content ul li a:visited {
  color: #212528;
}

.article-right-box-content ul li a:hover, .article-right-box-content ul li a:active {
  color: #005862;
}

.article-right-box-popular {
  width: 100%;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  padding: 10px 0px 10px 20px;
}

.article-right-box-often a {
  color: #212528;
}

.article-right-box-often a img {
  float: left;
  width: 70px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
}

.article-right-box-often a p {
  position: relative;
  float: right;
  width: calc(100% - 80px);
  font-size: 1.2rem;
}

.article-right-box-often a h6 {
  clear: both;
  margin-top: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 1.4rem;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.admin-body {
  position: relative;
  background: #f5f6f8;
  height: 1000px;
  overflow: hidden;
}

#login-scr {
  background: #red;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 420px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#login-scr .admin-brand {
  position: relative;
  margin: 0 auto;
  display: table;
  padding-bottom: 22px;
}

#login-scr .admin-brand p {
  margin: 4px 0px;
  padding: 24px 10px 24px 0px;
  display: table-cell;
  vertical-align: middle;
  float: right;
  padding-right: 20px;
  text-align: right;
  border-right: 2px solid #787878;
}

#login-scr .admin-brand img {
  float: right;
  margin-left: 22px;
}

#login-scr input, #login-scr textarea {
  border: 1px solid #cecece;
  background: #f3f3f3;
  color: #212528;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border-radius: 1px;
  margin-bottom: 20px;
  resize: none;
  height: auto;
  width: 100%;
}

#login-scr #but_login {
  position: relative;
  left: 300px;
}

.Probe {
  float: left;
  list-style: none;
  padding: 2px 0px;
  margin: 0;
  width: 190px;
}

.ProbeProcent {
  float: left;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  height: 8px;
  text-align: left;
  background: #DFDFDF;
}

.ProbeProcentActive {
  float: left;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  height: 8px;
  text-align: left;
  background: #1184b9;
  width: 0px;
  display: none;
}

/* mapa serwisu */
div.article-content p {
  margin: 1.3rem auto !important;
  padding: 1rem auto !important;
}

div.article-content div.navigation {
  float: right;
  padding: 15px 0  0px 0px;
}

div.article-content h1.page-title {
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 24px  20px 0;
}

div.article-content h2.is-archive {
  color: #005862;
  padding: 0;
  margin: 0px 0px  30px 0;
  font-size: 2.0rem;
}

div.article-content h1.news-title {
  font-size: 3.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #005862;
  padding: 40px 24px  20px 0;
}

div.article-content img {
  max-width: 100%;
}

div.article-content h4.no-margin {
  margin: 0;
}

div.article-content ul.firstLine {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}

div.article-content ul.firstLine li {
  margin: 15px 0;
}

div.article-content ul.firstLine li a {
  color: #212528;
}

div.article-content ul.firstLine li a:hover {
  color: #767676;
  text-decoration: none;
}

div.article-content ul.secondLine {
  list-style-type: disc;
  margin: 0 0 0 50px;
  padding: 0;
}

div.article-content ul.secondLine li {
  margin: 3px 0;
}

div.article-content ul.secondLine li a {
  color: #212528;
}

div.article-content ul.secondLine li a:hover {
  color: #767676;
  text-decoration: none;
}

div.article-content div#search div.search-options {
  margin-bottom: 20px;
}

div.article-content div#search div.search-options p {
  font-weight: bold;
}

div.article-content div#search p.title {
  color: #497DB4;
  margin-bottom: 5px;
}

div.article-content div#search ul {
  color: #497DB4;
}

div.article-content div#search li {
  padding: 10px 0;
}

/* calendar */
/* kolory */
.bcg-black {
  background: #ccc;
}

.bcg-blue-1 {
  background: #328291;
}

.bcg-blue-2 {
  background: #324d91;
}

.bcg-blue-3 {
  background: #111745;
}

.bcg-blue-4 {
  background: #51a6cc;
}

.bcg-blue-5 {
  background: #6cbbe5;
}

.bcg-blue-6 {
  background: #a9c6ce;
}

.bcg-green-1 {
  background: #35a46c;
}

.bcg-grey-1 {
  background: #fafafa;
}

.bcg-grey-2 {
  background: #efefef;
}

.bcg-grey-3 {
  background: #e5e7e7;
}

.bcg-grey-4 {
  background: #bfbfbf;
}

.bcg-grey-5 {
  background: #c7c4c4;
}

.bcg-grey-6 {
  background: #bbb;
}

.bcg-grey-7 {
  background: #6b6b6b;
}

.bcg-grey-8 {
  background: #cecece;
}

.bcg-grey-9 {
  background: #bdd3d9;
}

.bcg-white {
  background: #fff;
}

.brd-bt-blue {
  border-bottom: 1px solid #d2dce7;
}

.brd-top-blue {
  border-top: 1px solid #d2dce7;
}

.ft-blue-1 {
  color: #005862;
}

.ft-grey-1 {
  color: #424242;
}

.ft-grey-2 {
  color: #ababab;
}

.ft-grey-3 {
  color: #c0c0c0;
}

.ft-grey-4 {
  color: #767676;
}

.ft-white {
  color: #fff;
}

.ft-white-2 {
  color: #f0f0f0;
}

.header-triangle, .calendar-triangle {
  border-color: #ffffff transparent transparent;
}

#CalendarTable td, .CalendarSiteMonthList li {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.dropdown a::before {
  color: #424242;
}

.CalendarSiteYearList li.active a, .CalendarSiteYearList li a:hover {
  color: #f0f0f0;
  background: #6b6b6b;
}

.CalendarSiteMonthList li a:hover {
  background: #6cbbe5;
}

.CalendarSiteMonthList li.active a {
  background: #328291;
}

#wrapperCalendarBoxCalendar {
  float: left;
  font-size: 1rem;
  margin: 30px 40px;
  width: 220px;
}

.calendar-date {
  font-size: 1.4rem;
  font-weight: 300;
}

.calendar {
  /* font-family: 'Roboto', sans-serif; */
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0px 13px 5px 14px;
}

.calendar-cell {
  width: 38px;
  height: 27px;
  margin: 1px 1px 0 0;
  float: left;
  text-align: center;
  padding: 3px 0 0;
}

.calendar-navi {
  text-align: center;
  font-size: 1.3rem;
}

.calendar-button {
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
}

/*Calendar Site*/
.CalendarSite {
  float: left;
  width: 740px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
}

.CalendarSite h1 {
  float: left;
  text-align: left;
  margin: 0px 0px;
  padding: 0px 0px 10px 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6rem;
  color: #383838;
  font-weight: bold;
}

.CalendarSiteYearList {
  float: right;
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

.CalendarSiteYearList li {
  float: right;
  padding: 0px;
  height: 25px;
  margin: 0px 5px;
  border: solid #fff 0px;
}

.CalendarSiteYearList li.active, .CalendarSiteYearList li:hover {
  background: #6a6a6a;
  /* Old browsers */
  background: #6a6a6a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a), to(#4c4c4c));
  background: linear-gradient(to bottom, #6a6a6a 0%, #4c4c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid #ddd 1px;
  margin: 0px 4px;
}

.CalendarSiteYearList li a {
  display: inline;
  padding: 5px 10px;
  height: 15px;
  font-size: 1.2rem;
  font-weight: 300;
}

.CalendarSiteMonthList {
  float: left;
  width: 100%;
  height: 28px;
  margin: 10px 0px 10px 0px;
  padding: 9px 0px;
  list-style: none;
  line-height: 100%;
}

.CalendarSiteMonthList li {
  float: left;
  height: 28px;
}

.CalendarSiteMonthList li a {
  display: inline;
  float: left;
  height: 16px;
  padding: 6px 3px;
  margin: 0px 3px;
  font-size: 1.4rem;
  font-family: arial;
  text-transform: capitalize;
}

#CalendarSection {
  float: left;
  width: 100%;
  height: 35px;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}

.CalendarSectionButton {
  float: left;
  width: 150px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 300;
}

.CalendarSectionButton span {
  display: block;
  float: right;
  padding: 0px 10px 0px 0px;
  width: 7px;
  height: 11px;
  background-image: url("/images/calendar-change-category-button.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.CalendarSectionButtonAll {
  float: right;
}

#CalendarSectionItems {
  float: left;
  width: 400px;
  height: 25px;
  padding: 0px 0px;
  margin: 0px;
  list-style: none;
}

#CalendarSectionItems li {
  float: left;
  padding: 0px 5px;
  margin: 0px 2px;
  border: solid #e25c2f 1px;
  border-bottom: solid #e25c2f 1px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #fff;
  font-family: arial;
  background-color: #fe6533;
  /* Old browsers */
  background: #fe6533;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fe6533), to(#d44c1d));
  background: linear-gradient(to bottom, #fe6533 0%, #d44c1d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 1px 1px 0px #ff8a63 inset,  0px 1px 1px 0px #e5e5e5;
          box-shadow: 0px 1px 1px 0px #ff8a63 inset,  0px 1px 1px 0px #e5e5e5;
  border-radius: 3px;
}

#CalendarSectionItems li span {
  float: right;
  text-align: right;
  display: block;
  margin: 5px 0px 0px 10px;
  width: 9px;
  height: 9px;
  background: url("/images/icons.png") no-repeat -44px 0px;
  cursor: pointer;
}

#CalendarSectionList {
  position: absolute;
  width: 260px;
  margin: 27px 0px 0px 0px;
  padding: 10px 10px;
  border: solid #000 1px;
  border-radius: 3px;
  border: solid #cccccc 1px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px #dadada;
          box-shadow: 0px 1px 1px 0px #dadada;
  display: none;
  list-style: none;
}

#CalendarSectionList li {
  float: left;
  padding: 0px 5px;
  margin: 2px 2px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #3e3e3e;
}

#CalendarSectionList li.active {
  float: left;
  padding: 0px 5px;
  margin: 2px 2px;
  border: solid #e25c2f 1px;
  border-bottom: solid #e25c2f 1px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #fff;
  font-family: arial;
  background-color: #fe6533;
  /* Old browsers */
  background: #fe6533;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fe6533), to(#d44c1d));
  background: linear-gradient(to bottom, #fe6533 0%, #d44c1d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 1px 1px 0px #ff8a63 inset,  0px 1px 1px 0px #e5e5e5;
          box-shadow: 0px 1px 1px 0px #ff8a63 inset,  0px 1px 1px 0px #e5e5e5;
  border-radius: 3px;
}

#CalendarSectionList li.save {
  float: right;
  clear: right;
  padding: 8px;
  margin: 2px 2px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
  line-height: 100%;
}

/*Lista wiadomosci*/
.CalendarSiteItems {
  float: left;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px;
  list-style: none;
  border-bottom: solid #cccccc 1px;
}

.CalendarSiteItems li {
  float: left;
  width: 100%;
  text-align: left;
  padding: 5px 0px;
  margin: 0px 0px;
  border-bottom: solid #cccccc 1px;
  color: #383838;
}

.CalendarSiteItems li div.date {
  float: left;
  width: 80px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.2rem;
  font-family: arial;
}

.CalendarSiteItems li div.title {
  float: left;
  width: 630px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.6rem;
  font-family: arial;
  font-weight: bold;
}

.CalendarSiteItems li div.button {
  float: left;
  width: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.CalendarSiteItems li div.content {
  float: left;
  width: 630px;
  margin: 10px 0px 20px 80px;
  padding: 0px 0px 0px 0px;
  display: none;
  font-size: 1.2rem;
  font-family: arial;
  color: #3e3e3e;
}

.CalendarSiteItems li div.button span {
  cursor: pointer;
  float: left;
  font-family: arial;
  font-size: 1.1rem;
  padding: 7px 8px 9px 9px;
}

.CalendarSiteItems li div.button span.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*Calendar Small*/
.CalendarButtonMore {
  width: auto;
  height: 20px;
  margin: 10px 5px 0px 5px;
  padding: 4px 35px 0px 35px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #e5e5e5;
  background: #f5f5f5;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border-radius: 3px;
  border: solid #cccccc 1px;
  border-bottom: solid #a8a8a8 1px;
  line-height: 100%;
  -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
          box-shadow: 0px 1px 1px 0px #fff inset;
}

.CalendarButtonMore a {
  display: block;
  text-align: center;
  margin: 2px 0px 0px 0px;
  line-height: 100%;
  font-family: arial;
  font-size: 1.2rem;
  color: #3e3e3e;
  font-weight: bold;
}

.CalendarButtonMore:hover {
  background: #7e2e25;
  background: #7e2e25;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#7e2e25), to(#5d2119));
  background: linear-gradient(to bottom, #7e2e25 0%, #5d2119 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border-radius: 3px;
  border: solid #5e221a 1px;
  line-height: 100%;
  -webkit-box-shadow: 0px 1px 1px 0px #983a2e inset;
          box-shadow: 0px 1px 1px 0px #983a2e inset;
}

.CalendarButtonMore:hover a {
  color: #fff;
}

#CalendarHeader {
  width: 216px;
  height: 30px;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: #019bd4;
  /* Old browsers */
  background: #46c0e3;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#46c0e3), to(#019bd4));
  background: linear-gradient(to bottom, #46c0e3 0%, #019bd4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #383838;
  border: solid #009bd4 1px;
  font-size: 1.3rem;
  text-align: center;
}

#CalendarTitle {
  float: left;
  width: 210px;
  height: auto;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  font-size: 1.6rem;
  font-family: arial;
  color: #fff;
  font-weight: bold;
}

#CalendarHeaderContent {
  float: left;
  width: 166px;
  height: auto;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  font-size: 1.6rem;
  font-family: arial;
  color: #383838;
  font-weight: normal;
}

#CalendarFooter {
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  text-align: right;
  background: #F7F7ED;
}

#CalendarFooter a {
  color: #800000;
}

#CalendarTable th, #CalendarTable td {
  width: 38px;
  height: 27px;
  margin: 1px 1px 0 0;
  text-align: center;
  padding: 2px 0 1px;
  font-weight: 300;
}

#CalendarTable td.today_activ {
  background: none;
  border: solid #cccccc 1px;
  color: #828282;
}

#CalendarTable td.on {
  background: #45bfe3;
  /* Old browsers */
  background: #45bfe3;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#45bfe3), to(#029bd4));
  background: linear-gradient(to bottom, #45bfe3 0%, #029bd4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border: solid #abdcea 1px;
  color: #fff;
  font-size: 1.2rem;
}

#CalendarTable .on a {
  color: #fff;
}

#CalendarTable .today_activ a {
  color: #000;
}

.CalendarToolTipAB {
  position: absolute;
  z-index: 1000;
  display: none;
  opacity: 0;
}

.CalendarToolTip {
  position: absolute;
  left: -465px;
  top: -51px;
  width: 457px;
  height: 127px;
  padding: 4px;
  border: solid #cccccc 1px;
  border-radius: 3px;
  background: #fff;
  color: #383838;
}

.CalendarToolTip img {
  float: left;
  width: 130px;
  height: 90px;
  padding: 4px;
  margin: 10px;
  border: solid #cccccc 1px;
}

.CalendarToolTip .title {
  text-align: left;
  color: #383838;
  padding: 8px 0px 5px 0px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 120%;
}

.CalendarToolTip .text {
  text-align: left;
  color: #383838;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 140%;
}

.CalendarToolTip .text a {
  color: #383838 !important;
  font-weight: bold;
}

.CalendarToolTipBG {
  position: relative;
  left: 1px;
  top: 4px;
  width: 7px;
  height: 17px;
  background: url("/images/calendar-tooltip-bg.png") no-repeat 0px 0px;
}

/*Wraper box*/
/*wraper*/
#wrapperCalendar {
  position: fixed;
  right: -480px;
  top: 180px;
  width: 10px;
  height: 250px;
  background: red;
  z-index: 9000;
}

#wrapperCalendarContent {
  position: relative;
  float: right;
  right: 0px;
  width: 508px;
  height: 222px;
  padding: 6px 6px 6px 6px;
  margin: 0;
  background: #fff;
  z-index: 99999;
  border: solid #ddd7da 1px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 0px 1px 0 #c4c4c4;
          box-shadow: 0 0px 1px 0 #c4c4c4;
}

#wrapperCalendarBox {
  float: left;
  width: 472px;
  height: 222px;
  padding: 0;
  margin: 0px 0px 0px 35px;
  overflow: hidden;
}

#wrapperCalendarBoxContents {
  float: left;
  width: 240px;
  padding: 0px 0px 0px 14px;
}

#wrapperCalendarBoxContentsTitle {
  float: left;
  width: 240px;
  padding: 0px 0px 0px 0px;
  color: #383838;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 120%;
}

#wrapperCalendarBoxContentsDate {
  float: left;
  width: 200px;
  padding: 5px 0px 5px 0px;
  color: #049dd5;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 120%;
}

#wrapperCalendarBoxContentsText {
  float: left;
  width: 200px;
  padding: 0px 0px 0px 0px;
  color: #383838;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 150%;
}

#wrapperCalendarBoxContentsText a {
  color: #049dd5;
}

#wrapperCalendarBoxContentsText img {
  float: left;
  margin: 0px 5px 5px 0px;
}

#wrapperCalendarTitle {
  position: relative;
  right: 0px;
  top: 0px;
  width: 34px;
  height: 220px;
  padding: 0;
  margin: 0px 0px;
  background: #cdcdcd;
  border: solid #cfcfcf 1px;
  border-right: solid #a7a7a7 1px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0px 1px 4px 0px #fff;
          box-shadow: 0px 1px 4px 0px #fff;
  cursor: pointer;
}

#wrapperCalendarTitle img {
  margin: -90px 0px 0px 9px;
  float: left;
}

#wrapperCalendarTitle span {
  position: relative;
  display: block;
  left: -470px;
  top: -105px;
  height: 63px;
  width: 571px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-weight: bold;
  color: #0e6197;
  font-size: 2.6rem  !important;
  font-family: "Outfit", sans-serif;
  z-index: 101;
}

#CalendarHeaderNext, #CalendarHeaderPrev {
  font-size: 2.2rem;
  font-weight: 800;
  position: relative;
  top: 2px;
}

div#navbar {
  position: relative;
}

#hide-search-form {
  background: #ffffff;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  bottom: -7.0rem;
  display: none;
  height: 7.0rem;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 0 30px;
}

#hide-search-form input[type="text"] {
  background: #ffffff;
  border: 0 none;
  color: #767676;
  float: left;
  font-size: 2.8rem;
  height: 68px;
  padding: 0;
  width: calc(100% - 100px);
}

#hide-search-form i#serach-button {
  color: #767676;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 7.0rem;
}

.pagination {
  clear: both;
}

.print-send-pdf {
  text-align: right;
  float: right;
  display: inline-block;
  margin-left: 10px;
  font-size: 2rem;
}

.print-send-pdf.send-mail input {
  display: none;
  float: right;
  font-size: 1.6rem;
  padding: 4px 5px;
  margin-right: 1rem;
}

.print-send-pdf.send-mail a {
  float: right;
}

a.pagination {
  padding: 0px 0px;
  margin: 10px 0px 0px 0px;
  text-align: right;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.pagination_next, a.pagination_prev, a.pagination_deactiv {
  background: #ededed;
  border: solid #cccccc 1px;
  float: left;
  font-size: 1.6rem;
  width: 30px;
  margin: 0px 10px 0px 0px;
  padding: 6px 0px;
  color: #767676;
  text-align: center;
  line-height: 100%;
  position: relative;
}

a.pagination_activ, a.pagination_activ:hover, a.pagination_deactiv:hover, a.pagination_prev:hover, a.pagination_next:hover {
  background: #005862;
  border: solid #005862 1px;
  float: left;
  font-size: 1.6rem;
  width: 30px;
  margin: 0px 10px 0px 0px;
  padding: 6px 0px;
  color: #ffffff;
  text-align: center;
  line-height: 100%;
  position: relative;
}

.button-probe {
  margin-bottom: 40px;
}

div.questionnaire-content {
  border-bottom: 1px solid #005862;
  display: inline-block;
  padding: 30px 0 5px 0;
  width: 100%;
}

div.questionnaire-content div.content-title {
  font-weight: bold;
}

div.questionnaire-content ul.questionnaire-menu {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

div.questionnaire-content ul.questionnaire-menu li {
  clear: both;
  padding: 6px 0;
}

div.questionnaire-content ul.questionnaire-menu li input[type="radio"] {
  margin: 4px 0;
}

div.questionnaire-content ul.questionnaire-menu li label {
  margin-left: 10px;
}

div.questionnaire-content div.questionnaire-send-box input.questionnaire-send-button {
  background: #005862;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 959px) {
  footer .footer-cols {
    display: block;
  }
  footer .footer-cols .footer-col {
    width: 100%;
    margin: 0px auto 30px;
  }
  footer .footer-cols .footer-col.footer-col-list {
    padding-right: 0px;
  }
  .contact-wrapper .contact-left #form-contact #email-wrapper, .contact-wrapper .contact-left #form-contact #name-wrapper {
    width: 100%;
  }
  .contact-wrapper .contact-left #form-contact button {
    width: 100%;
  }
  #main-baner {
    /* img{
      display: none;
      &.big{
        display: block;
        width:100%;
      }
    } */
  }
  #main-nav .navbar-right {
    padding-right: 20px;
  }
  #main-nav .navbar-left .navbar-brand p {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  #event-wrapper .wrapper1200 #icons {
    float: none;
    margin: 0 auto;
    width: 300px;
    padding: 50px 10px;
  }
  #event-wrapper .wrapper1200 #icons a {
    width: 70px;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper {
    float: none;
    margin: 0 auto;
    width: 320px;
    padding: 20px;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper #wrapperCalendarBoxCalendar {
    float: none;
    margin: 0 auto;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper #event {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper #event button {
    width: 100%;
  }
}

@media only screen and (min-width: 1230px) {
  .news-boxes .box-wrapper {
    width: calc(100% / 3);
  }
  .news-boxes .box-wrapper:nth-child(3n-2) {
    text-align: left;
  }
  .news-boxes .box-wrapper:nth-child(3n-1) {
    text-align: center;
  }
  .news-boxes .box-wrapper:nth-child(3n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper.box-2 {
    width: calc(100% / 2);
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n-1) {
    text-align: left;
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n) {
    text-align: right;
    margin-bottom: 33px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1229px) {
  #main-nav {
    font-size: 20px;
  }
  .cols-wrapper {
    width: 1080px;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 1020px;
  }
  .main-cols-wrapper, #video-baner .wrapper1200 {
    width: 1080px;
    padding: 0px 30px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: calc(100% / 3);
  }
  .news-boxes .box-wrapper:nth-child(3n-2) {
    text-align: left;
  }
  .news-boxes .box-wrapper:nth-child(3n-1) {
    text-align: center;
  }
  .news-boxes .box-wrapper:nth-child(3n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper.box-2 {
    width: calc(100% / 2);
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n-1) {
    text-align: left;
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box {
    width: 320px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1079px) {
  #main-nav {
    font-size: 18px;
  }
  #main-nav .navbar-center .main-menu li:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-nav {
    font-size: 20px;
  }
  #main-nav .navbar-center .main-menu li:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .cols-wrapper {
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 670px;
  }
  .main-cols-wrapper, #video-baner .wrapper1200 {
    padding: 0px 0px;
  }
  .main-cols-wrapper.owl-main-cols-wrapper, #video-baner .wrapper1200.owl-main-cols-wrapper {
    width: 100%;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: calc(100% / 2);
  }
  .news-boxes .box-wrapper:nth-child(2n-1) {
    text-align: left;
  }
  .news-boxes .box-wrapper:nth-child(2n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box {
    width: 320px;
  }
  .news-boxes-2 {
    width: 100%;
  }
  .news-boxes-2 .box-2 {
    width: 320px;
    margin: 30px auto;
    float: none;
    display: block;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .cols-wrapper {
    width: 100%;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 370px;
  }
  #video-baner .wrapper1200 {
    width: 100%;
    padding: 0px 30px;
  }
  .main-cols-wrapper {
    width: 430px;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: 100%;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper:nth-child(n) {
    text-align: center;
  }
  .news-boxes .box {
    width: 370px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 429px) {
  .cols-wrapper {
    width: 100%;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 320px;
  }
  .main-cols-wrapper {
    width: 380px;
    padding: 0px 30px;
  }
  #video-baner .wrapper1200 {
    width: 100%;
    padding: 0px 30px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: 100%;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper:nth-child(n) {
    text-align: center;
  }
  .news-boxes .box {
    width: 320px;
  }
}

@media only screen and (max-width: 380px) {
  .right-prev-next {
    right: -10px;
  }
  .cols-wrapper {
    width: 100%;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 320px;
  }
  .main-cols-wrapper {
    width: 320px;
    padding: 0px 0px;
  }
  #video-baner .wrapper1200 {
    width: 100%;
    padding: 0px 0px;
  }
  #video-baner .wrapper1200 .right-prev-next {
    right: 0px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: 100%;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper:nth-child(n) {
    text-align: center;
  }
  .news-boxes .box {
    width: 320px;
  }
  footer ul.footer-horizontal {
    margin-top: 30px;
  }
  footer ul.footer-horizontal > li {
    float: left;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  header {
    display: none;
  }
  #baner-opportunity {
    display: none;
  }
  div.criteria_1 {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  div.criteria_1 input[type="radio"] {
    clear: both;
    margin: 6px;
    padding: 0px;
  }
  div.criteria_2 {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  div.criteria_2 input[type="radio"] {
    clear: both;
    margin: 6px;
    padding: 0px;
  }
  #main-nav {
    position: relative;
    height: 50px;
  }
  #main-nav .navbar-left .nav-mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff url(/front/img/nav.svg) no-repeat center center;
    height: 50px;
    width: 40px;
  }
  #main-nav .navbar-left .nav-mobile.active {
    background-color: #f3f3f3;
  }
  #main-nav .navbar-left .navbar-brand {
    padding: 0px;
  }
  #main-nav .navbar-left .navbar-brand .logo-mobile {
    display: block;
    float: left;
    margin-left: 50px;
  }
  #main-nav .navbar-left .navbar-brand .logo-mobile img {
    height: 40px;
    margin-top: 5px;
    float: left;
  }
  #main-nav .navbar-left .navbar-brand .logo-mobile p {
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-left: 10px;
  }
  #main-nav .navbar-left .navbar-brand .logo-web {
    display: none;
  }
  #main-nav .navbar-center {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    line-height: 5.0rem;
    z-index: 1000;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #f3f3f3;
    height: auto;
    overflow-y: scroll;
  }
  #main-nav .navbar-center .main-menu > li {
    margin-left: 50px;
  }
  #main-nav .navbar-center .main-menu li {
    width: auto;
    display: inline-block;
    clear: left;
  }
  #main-nav .navbar-center .main-menu li .main-menu-item {
    width: 100%;
    padding: 0px 30px 0px 0px;
    font-size: 28px;
    cursor: pointer;
  }
  #main-nav .navbar-center .main-menu li:not(:last-child) {
    margin-right: 0px;
    clear: both;
  }
  #main-nav .navbar-center .main-menu ul:first-child .submenu {
    display: block;
  }
  #main-nav .navbar-center .main-menu .submenu {
    display: none;
    position: absolute;
    background: #f3f3f3;
    padding: 0px 30px 0px 50px;
    width: 100%;
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 300;
    left: 0px;
    top: 0px;
    z-index: 1001;
  }
  #main-nav .navbar-center .main-menu .submenu > div {
    line-height: 5.0rem;
    position: relative;
  }
  #main-nav .navbar-center .main-menu .submenu > div i {
    text-align: center;
    width: 50px;
    height: 5.0rem;
    background-color: #f3f3f3;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: -50px;
    top: 0px;
    line-height: 5.0rem;
    cursor: pointer;
    display: block;
  }
  #main-nav .navbar-center .main-menu .submenu ul, #main-nav .navbar-center .main-menu .submenu li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  #main-nav .navbar-center .main-menu .submenu ul a, #main-nav .navbar-center .main-menu .submenu li a {
    width: 100%;
  }
  #main-nav .navbar-right {
    padding: 11px 20px;
  }
  #main-nav .navbar-right i {
    font-size: 2rem;
  }
  #hide-search-form {
    bottom: -5.0rem;
    height: 5.0rem;
    padding: 0 30px 0px 50px;
  }
  #hide-search-form input[type="text"] {
    font-size: 2.4rem;
    height: 48px;
    width: calc(100% - 30px);
  }
  #hide-search-form i#serach-button {
    font-size: 2.4rem;
    line-height: 5.0rem;
    float: right;
  }
  #main-baner {
    display: none;
  }
  .pagination:after {
    content: '';
    display: block;
    clear: both;
  }
  .pagination {
    width: 320px;
    margin: 0 auto;
  }
  .pagination a:first-child {
    margin-left: 9px;
  }
  .pagination a:first-child:hover {
    margin-left: 9px;
  }
  .news-archive {
    float: none;
    max-width: 302px;
    width: calc(100% - 18px);
    margin: 20px auto;
  }
  a.pagination_next, a.pagination_prev, a.pagination_deactiv, a.pagination_activ, a.pagination_activ:hover, a.pagination_deactiv:hover, a.pagination_prev:hover, a.pagination_next:hover {
    margin: 0px 4px 0px 0px;
  }
  .article-wrapper {
    position: relative;
    float: none;
    width: 100%;
    padding: 0px 0px;
  }
  .article-right-boxes {
    clear: both;
    position: relative;
    float: none;
    width: calc(100% - 60px);
    margin: 0px auto;
  }
  .breadcrumbs {
    padding: 23px 30px;
  }
  .breadcrumbs p {
    display: none;
  }
  .contact-wrapper .contact-left {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .contact-wrapper .contact-right {
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .article-wrapper {
    position: relative;
    float: left;
    margin-left: 30px;
  }
  .article-right-boxes {
    margin-right: 30px;
  }
  .breadcrumbs {
    padding: 23px 30px;
  }
}

.state-error {
  background: #FEE9EA;
  border-color: #DE888A;
}

.state-success {
  background: #F0FEE9;
  border-color: #A5D491;
}

.state-error + em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-size: 1.4rem;
  color: #DE888A;
  background: transparent;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt30 {
  margin-top: 30px !important;
}

#facebook_slider_widget {
  top: 325px !important;
  margin-top: 0px !important;
}

#baner-opportunity {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

/*pomocnicze*/
.box-get-orig {
  font-size: 1rem;
  text-align: right;
  width: 100%;
  display: inline-block;
}

.news-main-photo {
  margin-top: 15px;
  max-width: 100%;
}

i.append-extra-icon {
  padding-right: 10px;
}

.search-card {
  background: #eaeaea;
  margin-bottom: 30px;
  padding: 2.0rem 3.5rem;
}

.search-card .search-title {
  font-size: 1.8rem;
  color: #005862;
  font-weight: 700;
  margin-bottom: 15px;
}

.search-card .search-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #717171;
}

.search-card .search-text.green {
  color: #005862;
  margin-bottom: 0;
}

/*calendar*/
.calendar-small-page-wrapper {
  width: 100%;
  display: inline-block;
}

.calendar-small-page-wrapper #calendar-small {
  width: 100%;
  background-color: #005862;
}

.calendar-small-page-wrapper #calendar-small.fc-view-container {
  background-color: #005862;
}

.calendar-small-page-wrapper.article-right-box {
  display: inline-block;
}

#calendar-small {
  float: left;
  font-size: 1rem;
  padding: 10px;
  height: auto;
  width: 100%;
  background-color: #005862;
}

#calendar-small .fc-basic-view .fc-body .fc-row {
  min-height: auto;
  max-height: 41px;
  height: 41px;
}

#calendar-small .fc-day-number {
  display: inline-block;
  text-align: center;
  float: none;
  width: 100%;
  line-height: 3.0rem;
}

#calendar-small .fc-day-header {
  color: #fff;
  padding: 5px 0px 0px 0px;
  background-color: none;
  font-size: 1.4rem;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
}

#calendar-small .fc-head-container {
  border: none !important;
}

#calendar-small .fc-toolbar.fc-header-toolbar {
  margin: 0px;
}

#calendar-small .fc-button {
  width: 25px;
  min-width: auto;
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: .1rem;
  color: #fff;
  border-radius: 0px;
  height: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 0;
}

#calendar-small .fc-center h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: .1rem;
  color: #fff;
  padding: 3px 0 0 0;
  text-transform: capitalize;
}

#calendar-small .fc-bgevent {
  background-color: #005862;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: .9;
}

button.close-modal {
  background: none;
  border: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0rem;
  margin: 0;
  min-width: auto;
  padding: 11px 5px 3px 20px;
  text-align: right;
  text-transform: uppercase;
  float: right;
}

.modal-lg {
  max-width: 960px;
}

.modal-content {
  background: transparent;
}

.form-group {
  margin-top: 0px;
  margin-bottom: 2rem;
}

.form-group label {
  color: #132319;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: .7rem;
}

.form-group .form-control {
  margin-bottom: 0rem;
  font-family: "Outfit", sans-serif;
  color: #b7b7b7;
  border: 1px solid #eaeaea;
  line-height: 2.4rem;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 0;
}

.form-group .form-control.has-error {
  border: solid red 1px;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #b7b7b7;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.form-group .form-control:-ms-input-placeholder {
  color: #b7b7b7;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.form-group .form-control::-ms-input-placeholder {
  color: #b7b7b7;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.form-group .form-control::placeholder {
  color: #b7b7b7;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.form-group .state-error {
  background: rgba(218, 37, 28, 0.08);
  border-color: #da251c;
}

.form-group .state-success {
  background: rgba(29, 119, 69, 0.08);
  border-color: #1d7745;
}

.form-group em.state-error {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-size: 1.4rem;
  color: #da251c;
  background: transparent;
}

.form-group .news-photo-img {
  height: 215px;
}

.form-group .news-photo-img img {
  height: 215px;
  width: auto;
}

.form-group .news-photo-desc {
  height: auto;
  font-size: 1.4rem;
  color: #b7b7b7;
}

.form-group .news-photo-desc em {
  position: absolute;
  bottom: 40px;
  color: #1d7745;
}

.form-group .news-photo-desc button {
  position: absolute;
  bottom: 0;
}

.btn-normal {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #132319;
  padding: 1.2rem 2.5rem;
  border-radius: 0;
}

.btn-normal.btn-small {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.7rem 2rem;
}

.btn-normal.btn-blue {
  background: #005862;
  color: white;
}

.btn-normal.btn-blue:hover, .btn-normal.btn-blue:active {
  background: #005862;
}

#preview-thumb {
  width: 250px;
  height: 130px;
}

#preview-thumb img {
  width: 250px;
  height: 130px;
}

#review-dropzone-thumb {
  width: 250px;
}

.tooltip-inner {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  border-bottom-color: #fff;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
  border-top-color: #fff;
  border-width: 5px 5px 0;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -5px;
}

.owl-carousel .owl-controls {
  display: none;
}

.mobile-submenu {
  display: none;
}

.mobile-submenu ul li {
  line-height: 2.5rem;
}

.mobile-submenu ul li a {
  font-size: 1.5rem;
}

.mobile-submenu.active {
  display: block;
}

.gallery-card {
  margin-bottom: 2rem;
}

.gallery-card .gallery-orig {
  padding: .5rem 1rem;
  position: absolute;
  height: 4rem;
  line-height: 3rem;
  font-size: 2rem;
  background: rbga(255, 255, 255, 0.1);
  right: 20px;
  bottom: 5px;
}

.gallery-card .gallery-photo .card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 575px) {
  .gallery-card .gallery-photo .card-img-top {
    width: 100%;
  }
}

.galleries-card {
  margin-bottom: 2rem;
}

.galleries-card .card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 575px) {
  .galleries-card .card-img-top {
    width: 100%;
  }
}

.galleries-card .card-block {
  width: 100%;
  display: table;
  height: 7.5rem;
  background-color: #e7e7e7;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #132319;
  padding: 0rem 2rem;
  text-align: center;
}

.galleries-card .card-block span {
  display: table-cell;
  vertical-align: middle;
}

.fb-wrapper-plugin {
  position: fixed;
  left: -350px;
  top: 200px;
  width: 400px;
  height: 500px;
  z-index: 90;
  left: -350px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fb-wrapper-plugin > div.box {
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: 0;
  top: 0;
  width: 350px;
  height: 500px;
  z-index: 90;
}

.fb-wrapper-plugin.active {
  left: 0px;
}

.share-fb {
  width: 200px;
  padding: 1rem 0;
}

input.input_pagination {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 115px;
  color: #767676 !important;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

/*Mobile header*/
div.mobile-helper-section {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}

@media (max-width: 768px) {
  div.mobile-helper-section {
    display: block;
  }
}

ul.mobile-header-flags {
  float: left;
  margin-top: 10px;
}

ul.mobile-header-flags li {
  margin-right: 10px;
  line-height: 2rem;
  display: inline-block;
}

ul.mobile-helper-menu {
  float: left;
  margin-top: 30px;
}

ul.mobile-helper-menu li {
  margin-right: 10px;
  line-height: 2rem;
  display: inline-block;
}

.separate-post-wrapper {
  width: 100%;
}

.separate-post-wrapper .separate-post {
  width: 100%;
  margin-top: 10px;
  padding: 12px 20px;
  background: #005862;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.0rem;
}

.text-lower-case {
  text-transform: lowercase;
}

.text-upper-case {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #widAirly {
    display: none !important;
  }
}

/*formResult*/
div.formResult {
  font-weight: 400;
  font-size: 2.4rem;
  color: #080001;
  text-align: center;
  width: 100%;
  padding: 40px 0px;
  line-height: 3.2rem;
}

form.form h2 {
  padding: 10px 0px 30px 0px;
  text-transform: uppercase;
}

form.form div.form-wrap {
  margin-bottom: 20px;
  width: 100%;
}

form.form label {
  font-weight: 400;
  font-size: 1.6rem;
  color: #080001;
  text-align: left;
  width: 100%;
}

form.form label.permission {
  font-size: 1.4rem;
  line-height: 2.0rem;
  padding: 0px;
  margin-bottom: 30px;
  float: left;
}

form.form label.permission em.state-error {
  top: 0px;
}

form.form input[type="checkbox"] {
  padding: 4px 15px;
  margin: 10px 0px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #014473;
  border: 1px solid #a5b5c4;
  background-color: transparent;
}

form.form input[type="checkbox"].permission {
  padding: 0px;
  margin: 0px;
  float: left;
  position: relative;
  margin-right: 10px;
}

form.form input:not([type="checkbox"]) {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  color: #080001;
  width: 100%;
  padding: 8px 10px;
  max-width: 360px;
}

form.form input[type="submit"] {
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  min-width: 300px;
  margin: 20px 0px 30px 0px;
  color: #fff;
}

form.form select {
  width: 100%;
  padding: 8px 0px;
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/*                                                              NOWA WERSJA                                                                      */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/*niebieskie: 005862  na zielony: 005862*/
body.siteVersionOne div.article, body.siteVersionOne div.faqBox {
  text-align: left;
}

body.siteVersionOne .container {
  max-width: 1200px !important;
  width: 1200px;
}

@media (min-width: 1200px) {
  body.siteVersionOne .container {
    width: 1140px;
  }
}

@media (min-width: 992px) {
  body.siteVersionOne .container {
    width: 960px;
  }
}

@media (min-width: 768px) {
  body.siteVersionOne .container {
    width: 720px;
  }
}

@media (min-width: 576px) {
  body.siteVersionOne .container {
    width: 540px;
  }
}

@media (min-width: 360px) {
  body.siteVersionOne .container {
    width: 100%;
  }
}

body.siteVersionOne .wrapper1024 {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

body.siteVersionOne #header, body.siteVersionOne div#navbar {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

body.siteVersionOne div.h2-wrap {
  width: 100%;
  background-image: url("/front/img/gray-fix.jpg");
  background-position: center center;
  background-repeat: repeat-x;
  text-align: left;
  margin: 70px 0px 60px 0px;
  height: 30px;
  position: relative;
}

body.siteVersionOne h2.ver-2 {
  color: #000000;
  font-size: 4.8rem;
  padding-right: 20px;
  position: relative;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0px 0px;
  width: auto;
  text-align: left;
  display: inline;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  top: -13px;
  line-height: 5.5rem;
}

body.siteVersionOne h2.ver-gray {
  background-color: #f6f6f6 !important;
}

.extraHeaderBanerWrap img {
  max-width: 180px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}

div.eventWrapper {
  background: #f6f6f6;
  padding: 40px 0px;
  width: 100%;
}

div.eventWrapper div.wrap {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

div.eventWrapper div.sectionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  padding-bottom: 3.125%;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 992px) {
  div.eventWrapper div.sectionWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.eventWrapper div.section-1 {
  width: 44%;
}

@media (max-width: 992px) {
  div.eventWrapper div.section-1 {
    width: 100%;
  }
}

div.eventWrapper div.section-1 div.title {
  background-color: #fff;
  color: #222;
  text-align: left;
  border-radius: 10px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding: 10px 20px;
  margin-bottom: 10px;
}

div.eventWrapper div.section-1 a.item:last-child {
  margin-bottom: 0px;
}

div.eventWrapper div.section-1 a.item {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  color: #222;
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 12px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.eventWrapper div.section-1 a.item:hover {
  background-color: #005862;
  color: #fff !important;
}

div.eventWrapper div.section-1 a.item:hover div.time, div.eventWrapper div.section-1 a.item:hover div.content, div.eventWrapper div.section-1 a.item:hover div.more {
  color: #fff;
}

div.eventWrapper div.section-1 a.item div.time {
  color: #222;
  font-size: 1.3rem;
}

div.eventWrapper div.section-1 a.item div.content {
  color: #222;
  font-size: 1.8rem;
  line-height: 2.2rem;
  height: 55px;
  padding-top: 4px;
}

div.eventWrapper div.section-1 a.item div.more {
  color: #222;
  font-size: 1.4rem;
}

div.eventWrapper div.section-2 {
  width: 26%;
  margin-left: 2%;
  background-color: #005862;
  border-radius: 2px;
}

@media (max-width: 992px) {
  div.eventWrapper div.section-2 {
    width: 100%;
    margin-left: 0px;
  }
}

div.eventWrapper div.section-2 img {
  border-radius: 10px;
}

div.eventWrapper div.section-3 {
  width: 26%;
  margin-left: 2%;
}

@media (max-width: 992px) {
  div.eventWrapper div.section-3 {
    width: 100%;
    margin-left: 0px;
  }
}

div.footer-logo {
  margin: 30px auto;
  text-align: center;
}

div.footer-logo img {
  max-width: 120px;
}

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  padding: 6px 0px;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  color: #fff;
}

.fc-row .fc-content-skeleton td span, .fc-row .fc-helper-skeleton td span {
  font-size: 12px;
  color: #fff;
}

.fc td, .fc th {
  border-width: 0px !important;
}

.fc-view-container * tr, .fc-view-container ::after tr, .fc-view-container ::before tr {
  height: 50px;
}

.fc-time-grid .fc-slats td {
  height: 4.5em;
}

.fc-today span {
  background-color: #fff !important;
  color: #000 !important;
}

/*27585f*/
.fc-day-number {
  background: transparent;
  border: solid 1px #3bb5a3;
}

.fc-other-month {
  background-color: #27585f !important;
}

.fc-row .fc-content-skeleton td {
  background: #005862;
  padding: 5px;
}

.fc-day-top span.red-tooltip {
  background-color: #3bb5a3 !important;
  color: #fff !important;
}

.fc-scroller > .fc-day-grid {
  width: 99%;
}

div#calendar-more {
  position: relative;
  bottom: 15px;
}

div#calendar-more a.btn-mores {
  cursor: pointer;
  line-height: 2.0rem;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  color: #fff;
  background: #3bb5a3;
  border: solid 1px #3bb5a3;
  min-width: 195px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
}

div#calendar-more a.btn-mores:hover {
  background-color: #fff;
  color: #005862;
  border: solid 1px #005862;
}

.fc-left, .fc-center, .fc-right {
  position: relative;
  z-index: 999;
}

a:focus, button:focus, input:focus, label:focus, textarea:focus {
  outline: 2px dashed red;
  position: relative;
  z-index: 10;
}
