/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Variables override */
a {
  outline: none;
}
strong {
  color: inherit;
}
#g-main {
  padding: 0;
}
hr, p {
  margin: 1.2rem 0;
}
h2 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.g-title, .platform-content h1 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  border-radius: 0;
}
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus, select[multiple=multiple]:focus {
  border-color: #82C240;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  border-radius: 0;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #c4c4c4;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #82C240;
}
textarea {
  height: auto;
}
.button, .readon, .readmore, button.validate {
  display: inline-block;
  outline: none;
  color: #fafafa;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  text-transform: normal;
  padding: 0.3rem 1.6rem;
  border: 3px solid #82C240;
  border-radius: 0;
  box-shadow: none;
  background: #82C240;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: transparent;
  color: #292929;
}
.button .icon-chevron-right, .readon .icon-chevron-right, .readmore .icon-chevron-right, button.validate .icon-chevron-right {
  display: none;
}
.contact dd {
  margin-left: 0;
}
.contact #contact-form {
  margin: 0;
}
.contact legend {
  font-size: 0.7rem;
}
.contact textarea {
  height: 170px;
}
.contact input[type="color"], .contact input[type="date"], .contact input[type="datetime"], .contact input[type="datetime-local"], .contact input[type="email"], .contact input[type="month"], .contact input[type="number"], .contact input[type="password"], .contact input[type="search"], .contact input[type="tel"], .contact input[type="text"], .contact input[type="time"], .contact input[type="url"], .contact input[type="week"], .contact input:not([type]), .contact textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 33px;
}
.contact .contact-fields {
  width: 45%;
  float: left;
}
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
.contact dl {
  margin: 0;
}
.blog ul, div[itemprop*="articleBody"] ul {
  list-style: url('../../images/bullet.png');
  margin-left: 2.5rem;
}
.blog ul li, div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  width: 100%;
}
#cadre_alert_cookies p {
  font-size: 0.8rem;
  margin: 10px 0;
}
nav.g-main-nav ul.g-toplevel li .g-menu-item-container {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #202020;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
nav.g-main-nav ul.g-toplevel li.g-selected > .g-menu-item-container {
  color: #999999;
}
nav.g-main-nav ul.g-toplevel li.active > .g-menu-item-container {
  color: #999999;
}
nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container {
  margin-right: 20px;
}
nav.g-main-nav ul.g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  opacity: 0.7;
  width: 1rem;
  font-size: 0.7rem;
  position: relative;
  top: -1px;
}
nav.g-main-nav ul.g-toplevel ul.g-dropdown {
  background: #fff;
  box-shadow: 0 0 3px #898989;
}
nav.g-main-nav ul.g-toplevel ul.g-dropdown li .g-menu-item-container {
  padding: 6px 10px;
  text-transform: initial;
}
#g-page-surround {
  background: url('../../images/bg.png') #f1f1f1;
}
#g-top, #g-subtop {
  background: #fff;
}
#g-subtop {
  position: relative;
  z-index: 9999;
}
#g-top {
  padding: 10px 0;
}
#g-top #logo {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
}
#g-top #logo .small {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
#g-top #citylogo {
  padding-top: 30px;
}
#g-top #citylogo img {
  max-height: 100px;
}
#g-top .g-content {
  padding: 0 15px;
}
#g-subtop {
  background: #F8F7F7;
  border-top: 1px solid #eee;
}
#g-subtop .g-content {
  margin: 0;
  padding: 15px 0;
}
#g-header {
  background: #b8b8b8;
  background: #6a5a88;
  position: static;
  padding-bottom: 50px;
}
#g-header .slideshowck {
  margin: 0 !important;
}
#g-header .slideshowck .camera_caption > div {
  background: none;
}
#g-header .slideshowck .camera_caption .camera_caption_desc {
  font-family: "Lato";
  font-size: 1.1rem;
  padding: 15px 20px;
}
#g-header .slideshowck .camera_commands {
  display: none;
}
#g-header .slideshowck .camera_next, #g-header .slideshowck .camera_prev {
  background: none;
  width: 50px;
  height: 50px;
  outline: none;
}
#g-header .slideshowck .camera_next > span, #g-header .slideshowck .camera_prev > span {
  background: none;
  width: 50px;
  height: 50px;
}
#g-header .slideshowck .camera_prev {
  left: 25px;
}
#g-header .slideshowck .camera_next {
  right: 25px;
}
#g-header .slideshowck .camera_prev > span {
  background: url('../../images/arrow-left.png') no-repeat;
}
#g-header .slideshowck .camera_next > span {
  background: url('../../images/arrow-right.png') no-repeat;
}
#g-header .slideshowck .camera_pag {
  position: absolute;
  left: 0;
  bottom: 5px;
  padding-left: 15px;
}
#g-header .slideshowck .camera_pag .camera_pag_ul li {
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}
#g-header .slideshowck .camera_pag .camera_pag_ul li.cameracurrent {
  background: #fff;
}
#g-header .slideshowck .camera_pag .camera_pag_ul li > span {
  display: none;
}
#g-main {
  position: relative;
  padding: 15px 35px;
  box-shadow: 0px 0px 4px #999;
  margin-top: -55px;
}
#g-main #content-top .g-content {
  padding: 0 15px;
  margin: 0 10px;
}
#g-main #content-top .well {
  margin: 0;
}
#sidebar {
  position: relative;
}
#sidebar .g-content {
  padding-right: 0;
}
#sidebar .platform-content, #sidebar .module-table {
  margin-bottom: 25px;
}
#sidebar #ic-calendar-106 {
  position: relative;
}
#sidebar ul.g-toplevel li {
  padding: 2px 0;
  display: block;
}
#sidebar ul.g-toplevel li .g-menu-item-container {
  padding: 10px 10px;
  margin: 0;
  line-height: 1rem;
  background: #f9f9f9;
}
#sidebar ul.g-toplevel li.g-selected .g-menu-item-container, #sidebar ul.g-toplevel li.active .g-menu-item-container {
  color: #fff;
  background: #82C240;
}
#g-footer {
  background: none;
  border: 0;
}
#g-copyright {
  font-size: 0.75rem;
  border-top: 1px solid #e4e4e4;
  background: #6a5a88;
  color: #fafafa;
  position: static;
  margin-top: -120px;
  padding-top: 120px;
  /*position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;*/
}
#g-copyright .g-content {
  padding: 0 0.8rem;
}
#g-copyright p {
  margin: 0;
}
table th, .table-striped th {
  color: #fff;
  background: #82C240;
}
table.czytelnicy tr.dane {
  background: #f1f1f1;
}
#showcase-slogan {
  color: #fff;
  font-family: 'Saira';
  background: #6a5a88;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 2px solid #5a4a79;
}
#showcase-slogan .thumb {
  max-width: 60px;
}
#showcase-slogan #s-1 span, #showcase-slogan #s-2 span {
  position: relative;
}
#showcase-slogan #s-2 {
  font-size: 1.4rem;
}
#bread-block {
  font-size: 0.75rem;
}
#bread-block .g-content {
  padding: 0 15px;
  margin-bottom: 0;
}
#bread-block ul {
  margin-bottom: 0;
}
.blog h2, .blog-news h2 {
  font-weight: 600;
  margin-bottom: 5px;
}
.blog h2 a, .blog-news h2 a {
  color: #3d3d3d;
}
.blog .article-info.muted, .blog-news .article-info.muted {
  margin-top: 0;
  margin-bottom: 15px;
}
.blog .article-info-term, .blog-news .article-info-term {
  display: none;
}
.blog .published, .blog-news .published {
  margin: 0;
  font-size: 0.75rem;
}
.blog .item, .blog-news .item {
  border-bottom: 2px solid #e4e4e4;
}
.blog .btn, .blog-news .btn {
  background: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  border: 0;
  color: inherit;
}
.blog-news .item-image {
  margin: 0;
  margin-right: 25px;
  border: 1px solid #e4e4e4;
  padding: 2px;
  color: inherit;
}
.blog-news .item, .blog-news [class*="leading-"] {
  padding: 15px 0;
  border-bottom: 2px solid #e4e4e4;
  position: relative;
  padding-bottom: 40px;
}
.blog-news .item p, .blog-news [class*="leading-"] p {
  margin-top: 0;
}
.blog-news .item .readmore, .blog-news [class*="leading-"] .readmore {
  position: absolute;
  right: 0;
  bottom: 2px;
  margin: 0;
}
.blog-news .news-title {
  border-left: 2px solid #82C240;
  padding-left: 15px;
}
@media only all and (max-width: 47.99rem) {
  #g-top {
    text-align: center;
  }
  #g-copyright p {
    text-align: center !important;
  }
}
/*# sourceMappingURL=custom_11.css.map */