/*
Theme Name: CitoNet
Author: A100
Author URI: https://a100.com.pl/
Version: 1.0
*/

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.full-width {
    width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery{
  clear: both;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery Columns */

  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }


/* zmienne,paddingi calej strony, naglowki, przyciski, modale, breadcrum, formularze*/

body {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 300;
  color: #5d5d5d;
}

.padding-lr {
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 1199px) {
  .padding-lr {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (min-width: 1200px) {
  #advantages p.western{
  	min-height: 275px; 
  }
}

.padding-td {
  padding-top: 30px;
  padding-bottom: 30px;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  color: #303030;
}

.breadcrumb-separator {
  display: inline-block;
  width: 20px;
  height: 21px;
  background-image: url("img/breadcrumb-separator.png");
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -6px;
}

.floor {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.floor:after, .floor:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #3eabd4;
  margin: 0 auto;
}

.floor:after {
  bottom: 0;
  width: 200px;
  height: 1px;
}

.floor:before {
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.btn {
  border-radius: 60px;
  padding: 10px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-default {
  border: 1px solid #3eabd4;
  color: #3eabd4;
}

.btn.btn-doswiadczenie {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.btn.btn-kariera {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.btn.btn-default:hover {
  background-color: #3eabd4;
  color: #fff;
}

.btn.btn-filled {
  background-color: #3eabd4;
  color: #fff;
}

.btn.btn-filled:hover {
  border: 1px solid #3eabd4;
  color: #3eabd4;
  background-color: transparent;
}

.modal {
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal .modal-content {
  box-shadow: none !important;
  border: none !important;
  border-radius: 2px !important;
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal .form {
  padding-bottom: 20px;
}

#breadcrumb {
  background-size: cover;
  background-position: center;
}

#breadcrumb .path {
  padding-bottom: 10px;
  padding-top: 20px;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
  left: 0;
}

.form select, .form textarea, .form input:not([type=submit]) {
  width: 100%;
  padding: 10px;
  color: #000;
  margin-bottom: 15px;
}

.form select {
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  position: relative;
}

.form select:after {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  background: red;
  top: 0;
  right: 0;
}

.form input:not([type=submit]), .form textarea {
  border: 1px solid #3eabd4;
  background: transparent;
}

.form textarea {
  height: 200px;
}

.form input[type=submit] {
  color: #3eabd4;
  float: right;
  background: transparent;
  border: 0;
  font-weight: 400;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
}

div.wpcf7-validation-errors {
  border: none;
  color: #f7e700;
}

div.wpcf7-mail-sent-ng {
  border: none;
  color: #ff0000;
}

/* menu */
#header nav.navbar-default {
  position: relative;
  background: #fff;
  border-bottom: none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin-bottom: 0;
}

#header nav.navbar-default .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#header nav.navbar-default .navbar-nav li {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

#header nav.navbar-default .navbar-nav li a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#header nav.navbar-default .navbar-nav li a:hover {
  color: #000;
}

#header nav.navbar-default .navbar-nav li.menu-item-has-children .sub-menu {
  list-style: none;
}

#header nav.navbar-default .navbar-nav li > a {
  color: #515151;
  font-size: 16px;
}

#header nav.navbar-default .navbar-nav li.customer-panel a {
  border: 1px solid #3eabd4;
  border-radius: 50px;
}

#header nav.navbar-default .navbar-nav li.customer-panel a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  margin-right: 5px;
  background-image: url("img/customer-panel.png");
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header nav.navbar-default .navbar-nav li.customer-panel:hover a {
  border-color: #30C7FF;
}

#header nav.navbar-default .navbar-nav li.search img {
  height: 25px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header nav.navbar-default .navbar-nav li.search:hover img {
  opacity: 1;
}

#header nav.navbar-default .navbar-nav li.search-box label {
  font-weight: 300;
  padding-left: 10px;
  padding-right: 15px;
}

#header nav.navbar-default .navbar-nav li.search-box input[type=text] {
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
}

#header nav.navbar-default .navbar-nav li.search-box input[type=submit] {
  background: #3eabd4;
  border: 1px solid #3eabd4;
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  transition: all .3s ease;
}

#header nav.navbar-default .navbar-nav li.search-box input[type=submit]:hover {
  background: transparent;
  color: #303030;
}

#header nav.navbar-default .navbar-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header nav.navbar-default .navbar-header .navbar-brand {
  padding: 0;
}

#header nav.navbar-default .navbar-header .navbar-brand img {
  height: 100%;
}

@media screen and (min-width: 768px) {
  #header nav.navbar-default .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 81px;
    left: 0;
    width: 200px;
    background: #fff;
    opacity: 0;
    padding-left: 0;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header nav.navbar-default .navbar-nav li.menu-item-has-children .sub-menu li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #header nav.navbar-default .navbar-nav li.menu-item-has-children .sub-menu a {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }
  #header nav.navbar-default .navbar-nav li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: -3px;
    background-image: url("img/arrow-sub-menu.png");
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header nav.navbar-default .navbar-nav li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
  }
  #header nav.navbar-default .navbar-nav li.menu-item-has-children:hover > a:after {
    transform: translateY(5px);
  }
  #header nav.navbar-default .navbar-nav li.search-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10%;
    padding-left: 10%;
    background: #f7f7f7;
    border-bottom: 1px solid #d8dfe5;
    border-top: 1px solid #d8dfe5;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header nav.navbar-default .navbar-nav li.search-box form {
    float: right;
  }
  #header nav.navbar-default .navbar-nav li.search-box.opened {
    top: 84px;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  #header nav.navbar-default .navbar-nav li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header nav.navbar-default .navbar-nav li.menu-item-has-children .sub-menu {
    padding-left: 20px;
  }
  #header nav.navbar-default .navbar-nav li.customer-panel a {
    border: 0;
  }
  #header nav.navbar-default .navbar-nav li.search {
    display: none;
  }
  #header nav.navbar-default .navbar-nav li.search-box {
    display: block;
  }
}

/* wszystko co na stronie glownej
#main services
#advantages
#news
#map) */
#slider > div {
  z-index: -2;
}

#slider > div .floor {
  padding-bottom: 10px;
}

#main-services .box {
  margin-bottom: 30px;
}
#main-services .box h2{
  font-size: 1.3em;
}


#main-services .box .image {
  position: relative;
  height: 200px; /*height: 180px;*/
  background-size: cover;
  background-position: center center;
}

#main-services .box .image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(84, 173, 203, 0.85);*/
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
}

#main-services .box .image .overlay p {
  color: #fff;
}

#main-services .box .content {
  height: 118px; /*height: 140px;*/
  display: flex;
  align-items: center;
  background: #63c5ea;
  text-align: center;
  padding: 20px;
}

#main-services .box .content .center {
  width: 100%;
  padding-bottom: 21px;
}

#main-services .box .content h2 {
  color: #fff;
  margin-top: 0;
}

#main-services .box .content p {
  color: #f7f7f7;
  margin-bottom: 0;
}

#main-services .box .btn {
  background-color: #fff;
  width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -21px;
}

#main-services .box .btn:hover {
  background-color: #3eabd4;
}

#main-services .box:hover .image .overlay {
  opacity: 1;
}

@media screen and (min-width: 767px) {

}

#advantages {
  background: #f3f4f7;
}

#advantages h1 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

#advantages .image {
  width: 100%;
  height: auto;
}

#advantages .content h2 {
  font-size: 28px;
  color: #3eabd4;
  margin-top: 0;
  height: 55px;
}

#advantages .content .btn {
  margin-top: 20px;
  float: right;
  background-color: transparent;
}

#advantages .content .btn:hover {
  background-color: #3eabd4;
  color: #fff;
}

#advantages .content p strong {
  display: block;
  margin-top: 15px;
  color: #303030;
}

@media screen and (max-width: 1200px) {
  #advantages .image {
    width: 90%;
  }
  #advantages .btn {
    margin-bottom: 30px;
  }
}

#news h1 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

#news .btn {
  float: right;
  margin-top: 20px;
}

#news .newest-post .image {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}

#news .newest-post .image:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #333);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .newest-post .image .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #3eabd4;
  font-weight: 300;
  padding: 7px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .newest-post .image .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .newest-post .image .content h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

#news .newest-post .image .content .date {
  color: #f7f7f7;
}

#news .newest-post .image:hover:before {
  /*background: transparent;*/
  opacity: 0;
}

#news .newest-post .image:hover .badge,
#news .newest-post .image:hover .content {
  /*opacity: 0;*/
}

#news .previous-posts h2 {
  margin-top: 0;
  font-weight: 400;
}

#news .previous-posts .post {
  padding-left: 0;
  padding-right: 0;
}

#news .previous-posts .post > div:first-of-type {
  padding-left: 0;
  padding-right: 0;
}

#news .previous-posts .post > div:first-of-type:before {
  content: '';
  display: block;
  padding-top: 100%;
  background-color: #f7f7f7;
}

#news .previous-posts .post > div:first-of-type .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

#news .previous-posts .post > div:nth-of-type(2) {
  padding-right: 0;
  padding-left: 30px;
}

#news .previous-posts .post h3 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #news .btn {
    margin-bottom: 30px;
  }
}

#map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  min-height: 450px;
}

#map .container-fluid > div:first-of-type {
  background: #3eabd4;
  padding-left: 10%;
}

#map .container-fluid > div:first-of-type h1 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}

#map .container-fluid > div:first-of-type h1 .light {
  display: block;
  color: #f7f7f7;
  font-size: .7em;
  font-weight: 300;
}

#map .container-fluid > div:first-of-type .places {
  list-style: none;
  padding-left: 0;
}

#map .container-fluid > div:first-of-type .places li a {
  color: #f7f7f7;
  font-size: 25px;
  margin-top: 10px;
}
#map .container-fluid > div:first-of-type .places li a:hover {
  text-decoration:none;
}

#map .container-fluid > div:first-of-type .places li:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("img/map-check.png");
  background-size: cover;
  margin-right: 15px;
  margin-bottom: -3px;
}

#map .container-fluid > div:nth-of-type(2) {
  padding-left: 0;
  padding-right: 0;
}

#map .container-fluid > div:nth-of-type(2) #map-container {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #map .container-fluid {
    display: flex;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  #map-container {
    height: 400px !important;
  }
}

/* wszytko co w stopce */
#footer {
  clear: both;
}

#client h2 {
  font-size: 25px;
  font-weight: 400;
  color: #3eabd4;
}

/*#client h2:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 20px;
  margin-right: 10px;
  background: #3eabd4;
}*/

#client h2 .gray {
  display: block;
  font-size: 21px;
  color: #797979;
  margin-top: 15px;
}

#client > .container-fluid {
  border-top: 1px solid #dfdcdc;
}

#client .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#client .container-fluid > div {
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

#client .container-fluid > div > div {
  padding-right: 50px;
}

#client .container-fluid img {
  width: 60%;
  height: auto;
}

#client .container-fluid ul {
  padding-left: 0;
  list-style: none;
}

#client .container-fluid p {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  #client .form {
    padding-right: 20px;
  }

#advantages h1 {
  
    position: relative;
    top: -1em;
}

  #main-services{
  position: relative;
    top: -100px;
    margin-bottom: -90px;
}

}

.page-template-page-representatives #client > .container-fluid {
  border-top: none;
}

#related-brands {
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 20px;
}

#related-brands .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#related-brands img {
  height: 55px;
  width: auto;
  display: inline-block;
}

#related-brands img.img-tricomed{
  height: 70px;
}

#related-brands img.img-matopat24{
  height: 75px;
}

@media screen and (min-width: 768px) {
  #related-brands .logos {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #related-brands .logos img {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

#story .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#story .container-fluid .story .carousel {
  /*min-height: 180px; /*180px;*/*/
}

#story .container-fluid .story ul {
  padding-left: 0;
  list-style: none;
}

#story .container-fluid .story ul span {
  font-weight: 600;
  font-size: 25px;
  color: #1ab5f0;
  float: left;
}

#story .container-fluid .story ul span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background: url("img/story-arrow.png");
  background-size: contain;
  margin-left: 10px;
}

#story .container-fluid .story ul p {
  width: calc(100% - 100px);
  color: #3b3b3b;
  float: left;
  padding-left: 15px;
  position: relative;
  top: 6px;
  font-size: 1.2em;
}

#story .container-fluid .story ul li {
  margin-bottom: 30px;
  clear: both;
}

#story .container-fluid .career h1 {
  color: #fff;
}

#story .container-fluid .career h1:after, #story .container-fluid .career h1:before {
  background: #fcfcfc;
}

#story .container-fluid .career p {
  color: #f7f7f7;
}

#story .container-fluid .career .btn {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

#story .container-fluid .career .btn:hover {
  background-color: #fff;
  color: #3eabd4;
}

#story .btn {
  float: right;
  /*margin-top: 30px;*/
  margin-bottom: 26px;
}

@media screen and (min-width: 992px) {
  #story .container-fluid {
    position: relative;
    overflow: hidden;
    padding-right: 10%;
  }
  #story .container-fluid:before {
    content: '';
    display: block;
    position: absolute;
    right: -10%;
    bottom: -20%;
    width: 50%;
    height: 160%;
    background: #3eabd4;
    transform: rotate(-15deg);
    z-index: -1;
  }
  #story .container-fluid .story {
    padding-left: 10%;
    padding-right: 40px;
  }
 
  #story .container-fluid .story h1:after {
    width: 112%;
    right: -2%;
  }
  #story .container-fluid .story h1:before {
    left: -70%;
  }
  #story .container-fluid .career h1:after {
    width: 102%;
    left: -22%;
  }
  #story .container-fluid .career h1:before {
    left: -70%;
  }
}

@media screen and (max-width: 991px) {
  #story h1 {
    text-align: center;
  }
  #story .career {
    background: #3eabd4;
  }

}

#copyright {
  background: #4db7df;
  clear: both;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.9em
}

#copyright p {
  color: #fff;
  padding-right: 120px;
}

#copyright a {
  color: #fff;
}

#copyright .logo {
  background: #ffffff;
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 150px;
  height: 100px;
}

#copyright .logo img {
/*  width: 150px;
  padding: 20px;*/

  width: 100%;
  position: relative;
  z-index: 100;
  top: 50%;
  transform: translate(0,-50%);
}

#copyright img.tzmo_logo {
  height: 16px;
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

#copyright .logo .skewed-edge {
  position: absolute;
  
  bottom: -10px;
  right: 24px;
  width: 100px;
  height: 149px;
  background: #ffffff;
  
  transform: rotate(90deg) skew(10.5deg);
  z-index: 0;
  /*z-index: -1;*/

/*  bottom: 18px;
  right: 32px;
  width: 88px;
  height: 152px;*/

}

@media screen and (max-width: 767px) {
 /* #copyright a {
    display: block;
  }*/
}

.gm-style-iw {
  width: 210px !important;
}

#iw-container {
  /*width: 250px;*/
   width: 230px;
   font-size: 1.15em;
}

#iw-container .place-image {
  /*width: 250px;*/
  width: 220px;
}

#iw-container h2 {
  font-size: 18px
}

#iw-container .phone {
  color: #3eabd4;
}

#iw-container ul {
  padding-left: 0;
  list-style: none;
}

#iw-container ul li {
  padding-bottom: 6px;
}

/* uslugi lista, uslugi single*/
#services > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#services > .container-fluid > div:first-of-type {
  padding-left: 0;
  padding-right: 0;
}

#services > .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#services-grid .grid-item:before,
#services-promoted .grid-item:before {
  content: '';
  display: block;
  padding-top: 120%;
}

#services-grid .grid-item .image,
#services-promoted .grid-item .image {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-size: cover;
  background-position: center;
  border: 1px solid #dbdbdb;
}

#services-grid .grid-item .name,
#services-promoted .grid-item .name {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  height: 60px;
  background: rgba(33, 163, 217, 0.85);
  padding: 20px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services-grid .grid-item .name .center,
#services-promoted .grid-item .name .center {
  width: 100%;
}

#services-grid .grid-item .name h2,
#services-promoted .grid-item .name h2 {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

#services-grid .grid-item:hover,
#services-promoted .grid-item:hover {
  cursor: pointer;
}

#services-grid .grid-item:hover .name,
#services-promoted .grid-item:hover .name {
  height: calc(100% - 30px);
  background: rgba(33, 163, 217, 0.50);
}

#services-grid .grid-item:hover .name h2,
#services-promoted .grid-item:hover .name h2 {
  font-size: 20px;
}

#services-promoted {
  background: #f5f5f5;
  padding-bottom: 50px;
}

#services-promoted .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#services-promoted .grid-item .name {
  height: 80px;
}

#services-promoted .grid-item .name .center {
  padding-bottom: 20px;
}

#services-promoted .grid-item .btn-center {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  #services-promoted .container-fluid .grid-item:before {
    padding-top: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #services-promoted .container-fluid > div:nth-child(-n+2) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #services-promoted {
    padding-bottom: 30px;
  }
  #services-promoted .container-fluid > div {
    margin-bottom: 20px;
  }
}

@-webkit-keyframes pulse {
  0% {
    background: #14A5E1;
  }
  50% {
    background: #2BEDFF;
  }
  100% {
    background: #14A5E1;
  }
}

@keyframes pulse {
  0% {
    background: #14A5E1;
  }
  50% {
    background: #2BEDFF;
  }
  100% {
    background: #14A5E1;
  }
}

#services-filters {
  background: #f3f4f7;
  margin-top: 15px;
  margin-bottom: 15px;
}

#services-filters h1, #services-filters h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#services-filters h1 {
  background: #14a5e1;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

#services-filters h1.loading {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

#services-filters h2 {
  background-color: #e6e8f0;
  color: #333333;
  font-size: 15px;
  text-transform: uppercase;
}

#services-filters ul {
  padding-left: 10px;
  padding-right: 10px;
}

#services-filters ul li {
  display: block;
}

#services-filters ul li:first-of-type {
  padding-top: 10px;
}

#services-filters ul li label {
  color: #888888;
  font-weight: 300;
}

#services-filters ul li [type="checkbox"]:not(:checked),
#services-filters ul li [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#services-filters ul li [type="checkbox"]:not(:checked) + label,
#services-filters ul li [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

#services-filters ul li [type="checkbox"]:not(:checked) + label:before,
#services-filters ul li [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #3eabd4;
  background: transparent;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#services-filters ul li [type="checkbox"]:not(:checked) + label:after,
#services-filters ul li [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: .05em;
  left: .25em;
  transition: all .2s;
  background: url("img/filters-check.png");
  width: 20px;
  height: 13px;
}

#services-filters ul li [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

#services-filters ul li [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

#services-filters ul li [type="checkbox"]:disabled:not(:checked) + label:before,
#services-filters ul li [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

#services-filters ul li [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

#services-filters ul li [type="checkbox"]:disabled + label {
  color: #aaa;
}

#services-filters ul li label:hover:before {
  border-width: 2px !important;
}

.page-template-page-services #services-filters .btn-toggle-filter {
  display: none;
}

.single-uslugi #services-filters ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.single-uslugi #services-filters ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  background-image: url("img/filters-check.png");
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  #services > .container-fluid {
    display: flex;
    flex-direction: column;
  }
  #services > .container-fluid > div:first-of-type {
    order: 2;
  }
  #services > .container-fluid > div:last-of-type {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-services #services-filters ul {
    display: none;
  }
  .page-template-page-services #services-filters .btn-toggle-filter {
    display: inline-block;
    float: right;
    color: #fff;
    background: #3eabd4;
    padding: 4px;
    border-radius: 3px;
    margin-top: -4px;
    font-weight: 300;
  }
}

#services.single .container-fluid > div:nth-of-type(2) .btn {
  border-radius: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #services-filters h2 {
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 97% 50%;
  }
  #services-filters h2.area-header {
    background-image: url("img/area.png");
  }
  #services-filters h2.service_category-header {
    background-image: url("img/service_category.png");
  }
  #services-filters h2.destiny-header {
    background-image: url("img/destiny.png");
  }
}

.single-uslugi #breadcrumb {
  padding-bottom: 90px;
  -webkit-clip-path: polygon(0 0, 1920px 0, 19200px 67%, 0 100%);
  clip-path: polygon(0 0, 1920px 0, 1920px 67%, 0 100%);
}

.single-uslugi #breadcrumb h1 {
  border-left: 4px solid #3eabd4;
  padding-left: 10px;
}

.single-uslugi #services-filters {
  margin-top: -110px;
}

.single-uslugi #ModalInquiryForm .form input[name="subject"] {
  display: none;
}

.single-uslugi #ModalInquiryForm .form input[name="client-name"] {
  margin-bottom: -5px;
}

/* kariera lista, kariera single */
#career .header {
  border-bottom: 1px solid #d3d3d3;
}

#career .header h2 {
  font-size: 24px;
  color: #303030;
  font-weight: 400;
  margin-top: 0;
}

#career .header .place {
  text-align: center;
}

#career .header .apply {
  text-align: center;
}

#career .career-offers {
  padding-top: 20px;
  padding-bottom: 20px;
}

#career .career-offers .name {
  padding-top: 6px;
}

#career .career-offers .name p {
  font-size: 22px;
  color: #414141;
}

#career .career-offers .place {
  padding-top: 6px;
}

#career .career-offers .place p {
  text-align: center;
  font-size: 20px;
  color: #808080;
}

#career .career-offers .place p .bold {
  color: #414141;
}

#career .career-offers .apply .btn {
  text-align: center;
  width: 100%;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  #career .header .mobile {
    display: block;
  }
  #career .header .desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #career .header .mobile {
    display: none;
  }
  #career .header .desktop {
    display: block;
  }
}

#career-single .container-fluid > div:nth-of-type(1) {
  padding-left: 0;
}

#career-single .container-fluid > div:nth-of-type(2) {
  padding-right: 0;
}

#career-single .content h2 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  color: #303030;
}

#career-single .content h2:first-of-type() {
  margin-top: 0;
}

#career-single .content p {
  font-size: 18px;
  color: #444444;
}

#career-single .content ul {
  padding-left: 20px;
}

#career-single .content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#career-single .sidebar {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background: #f3f4f7;
  margin-top: -60px;
  padding: 20px;
}

#career-single .sidebar ul {
  padding-left: 0;
  list-style: none;
}

#career-single .sidebar ul li {
  font-size: 16px;
  color: #606060;
}

#career-single .sidebar ul li .bold {
  display: block;
  font-weight: 400;
  color: #303030;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}

#career-single .form-career {
  border-top: 1px solid #dbdbdb;
}

#career-single .form-career h1, #career-single .form-career h3 {
  color: #303030;
  font-weight: 400;
}

#career-single .form-career h1 {
  font-size: 30px;
}

#career-single .form-career h3 {
  font-size: 24px;
}

#career-single .form-career h3:nth-of-type(2) {
  margin-top: 40px;
}

#career-single .form-career label {
  font-size: 22px;
  color: #444444;
  font-weight: 300;
  text-align: left;
}

#career-single .form-career .form-group input:not([type=checkbox]) {
  width: 100%;
  border: 1px solid #e0dede;
  padding: 8px;
}

#career-single .form-career .acceptance p {
  font-size: 16px;
  margin-top: 20px;
}

#career-single .form-career .acceptance p input:not([type=submit]) {
  padding-right: 15px;
}

#career-single .form-career .acceptance p .small {
  font-size: 11px;
}

#career-single .form-career .btn {
  float: right;
  border-radius: 0;
  text-transform: none;
  margin-top: 30px;
  border: 1px solid #3eabd4;
}

@media screen and (max-width: 992px) {
  #career-single {
    display: flex;
    flex-direction: column;
  }
  #career-single > div {
    width: 100%;
  }
  #career-single > div:nth-of-type(2) {
    order: 1;
  }
  #career-single > div:nth-of-type(1) {
    order: 2;
  }
}

/* strona kontakt */
#contact h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

#contact input:not([type=submit]), #contact textarea {
  border: 1px solid #e0dede;
  color: #303030;
}

#contact input[type=submit] {
  border: 1px solid #3eabd4;
}

@media screen and (max-width: 991px) {
  #contact {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  #contact > div:first-of-type {
    order: 2;
  }
  #contact > div:last-of-type {
    order: 1;
  }
  #contact .form {
    padding-bottom: 30px;
  }
  #contact #map-container {
    height: 400px;
  }
}

@media screen and (min-width: 992px) {
  #contact {
    display: flex;
    align-items: stretch;
  }
  #contact #map-container {
    height: calc(100% - 40px);
  }
}

#contact-places-list .title {
  border-bottom: 1px solid #dbdbdb;
}

#contact-places-list .title h2 {
  font-size: 28px;
  font-weight: 600;
}

#contact-places-list .details {
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact-places-list .details ul {
  list-style: none;
  padding-left: 0;
}

#contact-places-list .details ul li {
  color: #5b5b5b;
  font-size: 15px;
}

#contact-places-list .details ul li strong {
  display: block;
  color: #5b5b5b;
  margin-top: 6px;
  font-size: 13px;
}

#contact-places-list .details ul li:first-of-type strong {
  margin-top: 0;
}

#contact-places-list .place-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact-places-list .place-image .image {
  height: 230px;
  background-position: center;
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
}

/* strona Produkty*/
#representatives-products .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#representatives-products .container-fluid h1 {
  margin-top: 0;
}

#representatives-products .container-fluid .btn {
  float: right;
}

#representatives-products .container-fluid .image {
  position: center;
  background-size: cover;
  border: 1px solid #d8dfe5;
}

@media screen and (min-width: 992px) {
  #representatives-products .container-fluid {
    display: flex;
    align-items: stretch;
  }
  #representatives-products .container-fluid .image {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  #representatives-products .container-fluid {
    display: flex;
    flex-direction: column;
  }
  #representatives-products .container-fluid > div:first-of-type {
    order: 2;
  }
  #representatives-products .container-fluid > div:last-of-type {
    order: 1;
  }
  #representatives-products .container-fluid .image {
    height: 300px;
    margin-bottom: 25px;
  }
}

#representatives-contact-details .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#representatives-contact-details .container-fluid .contact {
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#representatives-contact-details .container-fluid .contact h2 {
  font-size: 23px;
  color: #444444;
  margin-top: 0;
}

#representatives-contact-details .container-fluid .contact ul {
  list-style: none;
  padding-left: 0;
}

#representatives-contact-details .container-fluid .contact ul li {
  font-size: 15px;
  color: #262525;
}

#representatives-contact-details .container-fluid .contact ul li .detail {
  font-size: 13px;
  font-weight: 600;
  color: #5b5b5b;
  display: block;
  margin-top: 7px;
}

#representatives-contact-details .container-fluid .contact:hover {
  background: #f7f7f7;
  transform: scale(1.05);
  border-color: transparent;
  z-index: 99;
  box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 992px) {
  .contact {
    border-bottom: 1px solid #d8dfe5;
    border-right: 1px solid #d8dfe5;
  }
  .contact:nth-of-type(3n+1) {
    border-right: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact {
    border-bottom: 1px solid #d8dfe5;
  }
  .contact:nth-of-type(2n) {
    border-right: 1px solid #d8dfe5;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    border-bottom: 1px solid #d8dfe5;
  }
  .contact:last-of-type {
    border-bottom: none;
  }
}

#representatives-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#representatives-map .container-fluid #map-container {
  height: 500px;
}

@media screen and (max-width: 767px) {
  #representatives-map #map-container {
    height: 300px;
  }
}

/* single news */
#single-news .title {
  margin-top: 0;
  margin-bottom: 10px;
}

#single-news .date {
  font-weight: 600;
  font-size: 16px;
  color: #4f4f4f;
}

#single-news .image-container {
  z-index: -1;
  position: relative;
  max-height: 400px;
}

#single-news .image-container:before {
  content: '';
  display: block;
  padding-top: calc(56.25% + 40px);
}

#single-news .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#single-news .content h1, #single-news .content h2, #single-news .content h3, #single-news .content h4, #single-news .content h5, #single-news .content h6 {
  font-weight: 400;
}

#single-news footer {
  margin-bottom: 30px;
}

#single-news footer .btn {
  float: right;
}

/* wszystkie wydarzenia, wyszukiwarka*/
#all-news-and-search-results .image-container {
  position: relative;
}

#all-news-and-search-results .image-container:before {
  content: '';
  display: block;
  padding-top: calc(100% + 30px);
}

#all-news-and-search-results .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}

#all-news-and-search-results .date {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

#all-news-and-search-results .type {
  display: block;
  margin-top: -6px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #99a0a3;
  font-weight: 500;
}

#all-news-and-search-results .title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 26px;
}

#all-news-and-search-results .short {
  color: #5d5d5d;
  font-size: 18px;
}

#all-news-and-search-results .btn {
  float: right;
}

@media screen and (min-width: 992px) {
  #all-news-and-search-results .row div:nth-of-type(2) {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  #all-news-and-search-results .row div:nth-of-type(2) {
    background: #f7f7f7;
    margin-bottom: 30px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  #all-news-and-search-results .image-container:before {
    padding-top: calc(56.25%);
  }
  #all-news-and-search-results .image-container .image {
    margin-bottom: 0;
  }
  #all-news-and-search-results .btn {
    width: 100%;
    margin-bottom: 15px;
    background: #3eabd4;
    color: #fff;
  }
  #all-news-and-search-results .btn:hover {
    background: #f7f7f7;
    color: #3eabd4;
  }
}

/* strona O firmie*/
#about-company .experience .event {
  display: flex;
  align-items: stretch;
  clear: both;
}

#about-company .experience .event .year {
  width: 115px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

#about-company .experience .event .year span {
  font-weight: 600;
  font-size: 25px;
  color: #1ab5f0;
}

#about-company .experience .event .year span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background: url("img/story-arrow.png");
  background-size: contain;
  margin-left: 10px;
}

#about-company .experience .event .what-happend {
  width: calc(100% - 115px);
  float: left;
  display: flex;
  align-items: center;
}

#about-company .experience .event .what-happend p {
  color: #3b3b3b;
  margin-bottom: 0;
  font-size: 1.2em;
}

/*# sourceMappingURL=style.css.map */

#services-single h2{
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    padding-top: 20px;
    font-weight: 300;
}
#services-single img{}

.wpcf7 select option[value=""]{
display: none;
}

#story .container-fluid .career {
  position: relative;
  height: 350px;
}

#story .container-fluid .story {
  position: relative;
}

#carousel-story{
  min-height: 245px;
}


.gabinet .contact{
  border: 0;
}
.gabinet div:nth-child(odd){
  /*border-left:  1px solid #d8dfe5;*/
  border-left:  1px solid #d8dfe5;
  border-top:  1px solid #d8dfe5;
}

.gabinet div:nth-child(even){
  border-left:  1px solid #d8dfe5;
  border-top:  1px solid #d8dfe5;
  border-right:  1px solid #d8dfe5;
}

.gabinet div:nth-last-child(2){
  border-left:  1px solid #d8dfe5;
  border-top:  1px solid #d8dfe5;
  border-bottom:  1px solid #d8dfe5;
}

.gabinet div:nth-last-child(1){
  /*border:  1px solid #d8dfe5;*/
  border-left:  1px solid #d8dfe5;
  border-top:  1px solid #d8dfe5;
  border-bottom:  1px solid #d8dfe5;
  border-right:  1px solid #d8dfe5;
}


/*

 pierwszy  lewy i gora
  drugi     lewy gora prawy
  ostatni 1 lewy gora dol
  ostatni 2 lewy gora dol prawy
*/

.gm-style-iw > div{
   /*overflow: hidden !important; */
   /*line-height: 1.35;*/
   /*white-space: nowrap;*/
   overflow-x: hidden !important;
   
}
.gm-style-iw > div { 
    /*overflow: -moz-scrollbars-none !important;*/
}
.gm-style-iw > div > div { 
    overflow-x: hidden !important;
}
#map-container ::-webkit-scrollbar { 
    display: none; 

}

@media screen and (min-width: 1340px) {
	#advantages p.western {
	    min-height: 236px;
	}
}
@media screen and (min-width: 1550px) {
	#advantages p.western {
	    min-height: 180px;
	}
}
@media screen and (min-width: 1900px) {
	#advantages p.western {
	    min-height: 155px;
	}
}
@media screen and (max-width: 765px) {

  .menu-footer{
  font-size: 18px;
  }
}

@media screen and (max-width: 840px) {
  #copyright .copyright-tzmo{
    font-size: 14px;
  }
  #copyright img.tzmo_logo{
    height: 12px;
    width: auto;
  }
}




.menu-footer{
  color: #FFF; 
  padding: 0px 0 10px 0;
  /*text-align: right;*/
}
.menu-footer a{
  padding: 0 10px 0 10px;
}
#copyright .cito-copy{
  color: #f7f7f7;
}

/* -------------------------------------- */
/* Dostosowanie slidera do rozdzielczosci */
/* -------------------------------------- */
#slider .baner-text{
    display: none !important;
}

#slider .baner-text-h{
   font-size: 8px !important;
   margin-top: 30px !important;
}


@media screen and (min-width: 400px) {

  #slider .baner-text-h{
    font-size: 10px !important;
    /*margin-top: -10px !important;*/
  }
}

@media screen and (min-width: 600px) {
  #slider .baner-text{
  	font-size: 11px !important;
    display: block !important;
  }

  #slider .baner-text-h{
    font-size: 14px !important;
    margin-top: -10px !important;
  }
}

@media screen and (min-width: 830px) {
  #slider .baner-text{
  	font-size: 13px !important;
  }
}

@media screen and (min-width: 945px) {
  #slider .baner-text{
  	font-size: 14px !important;
  }  
}

@media screen and (min-width: 1060px) {
  #slider .baner-text{
  	font-size: 15px !important;
  }  
}

@media screen and (min-width: 1266px) {
	#main-services {
		top: -75px;
	    margin-bottom: -65px;
	}
}

@media screen and (min-width: 1438px) {
	#slider .baner-text{
  	font-size: 17px !important;
  }  
}

@media screen and (min-width: 1628px) {
	#main-services {
		top: -125px;
   	 margin-bottom: -90px;
	}
}


@media screen and (min-width: 992px) and (max-width: 1090px) { 
  #main-services {
    top: -20px;
    margin-bottom: -8px;
	}
	#advantages h1 {
	    top: 0;
	}
}
@media screen and (min-width: 1090px) and (max-width: 1266px) { 
  	#main-services {
	    top: -45px;
	    margin-bottom: -30px;
	}
}
/* slider end 992px -1266 źle boxy*/
/* -------------------------------------- */

hr{
  border-top: 1px solid #ececec;
}

#services-filters button.clear-filtr{
    background: #cccccc;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    width: 100%;
    height: 46px;

    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #fff #fff #b9b9b9 #fff;
}

.sektor, #services-single{
  text-align: justify;
}

.career p.western, .advantages-text{
  text-align: justify;
}

#services-single .metaslider, .content .metaslider{
  float: left;
  margin: 20px;
}
.btn.btn-default.back{float:right;margin:20px 0;}

.wpcf7-acceptance label{
  display: block;
  padding-left: 25px;
  text-indent: -25px;
  font-weight: 200;
}

.wpcf7-acceptance input[type=checkbox]{
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}

#map .container-fluid > div:first-of-type .places li:last-child a {
 
 position: relative;
}

#map .container-fluid > div:first-of-type .places li:last-child:before{
 
}