@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext);
/*FONTS*/
/*RWD*/
nav.top-nav {
  position: fixed;
  background-color: #FFF;
  border-color: #FFF;
  border-top: #121c44 solid 6px;
  width: 100%;
  height: 121px;
  top: 0;
  left: 0;
  z-index: 2000;
}
nav.top-nav .container {
  background: #fff;
  box-shadow: 1px 53px 40px -50px #777777;
  position: relative;
}
nav.top-nav #logo {
  dispay: block;
  line-height: 115px;
  height: 115px;
  width: 210px;
}
nav.top-nav #logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
nav.top-nav .toggle-nav {
  width: 40px;
  height: 40px;
  margin-top: 35px;
  border: 1px solid #DADADA;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}
nav.top-nav .toggle-nav .dashicons {
  font-size: 31px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
nav.top-nav .contact-info {
  color: #292a26;
  font-size: 20px;
}
nav.top-nav .contact-info .phone {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
}
nav.top-nav .contact-info .icon {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  cursor: hand;
  cursor: pointer;
  margin-left: 10px;
}
nav.top-nav .contact-info .icon:hover {
  transform: rotateY(180deg);
}
nav.top-nav .contact-info .icon::before,
nav.top-nav .contact-info .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('https://ad-korinstal.pl/wp-content/themes/bussines/less/../Images/footer-icon-set.png');
  background-size: 200% 300%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav.top-nav .contact-info .icon::after {
  transform: rotateY(180deg);
}
nav.top-nav .contact-info .icon.phone::before {
  background-position: 0 -24px;
}
nav.top-nav .contact-info .icon.phone::after {
  background-position: -24px -24px;
}
nav.top-nav .contact-info .icon.location::before {
  background-position: 0 0;
}
nav.top-nav .contact-info .icon.location::after {
  background-position: -24px 0;
}
nav.top-nav .navigation .nav li.menu-item-has-children > a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  font-size: 11px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  body.nav-visible nav.top-nav .contact-info {
    display: block;
  }
  body.nav-visible nav.top-nav .navigation {
    display: block;
  }
  nav.top-nav .contact-info {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
  }
  nav.top-nav .navigation {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 28, 68, 0.9);
    z-index: -1;
    padding-top: 140px;
    overflow: auto;
  }
  nav.top-nav .navigation .nav {
    width: 250px;
    margin: 0 auto;
  }
  nav.top-nav .navigation .nav > li {
    float: none !important;
  }
  nav.top-nav .navigation .nav > li > a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 700;
  }
  nav.top-nav .navigation .nav > li.current-menu-item > a,
  nav.top-nav .navigation .nav > li.current-page-ancestor > a,
  nav.top-nav .navigation .nav > li:hover > a {
    color: #ff8900;
  }
  nav.top-nav .navigation .nav > li:hover > ul.sub-menu {
    display: block;
  }
  nav.top-nav .navigation .nav > li > ul.sub-menu {
    display: none;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
  }
  nav.top-nav .navigation .nav > li > ul.sub-menu > li > a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    white-space: nowrap;
  }
  nav.top-nav .navigation .nav > li > ul.sub-menu > li.current-menu-item > a,
  nav.top-nav .navigation .nav > li > ul.sub-menu > li.current-page-ancestor > a,
  nav.top-nav .navigation .nav > li > ul.sub-menu > li:hover > a {
    color: #ff8900;
  }
}
@media (min-width: 768px) {
  nav.top-nav .contact-info {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  nav.top-nav .navigation .nav {
    margin-top: 56px;
  }
  nav.top-nav .navigation .nav > li {
    position: relative;
  }
  nav.top-nav .navigation .nav > li > a {
    background: none;
    text-transform: uppercase;
    padding: 17px 10px;
    color: #000;
    transition: all 0.2s ease-out;
    font-size: 13px;
    border-bottom: 2px solid rgba(255, 0, 0, 0);
    transition: all 0.5s ease 0s;
    border-radius: 0px;
    white-space: nowrap;
    font-weight: 700;
  }
  nav.top-nav .navigation .nav > li.current-menu-item > a,
  nav.top-nav .navigation .nav > li.current-page-ancestor > a,
  nav.top-nav .navigation .nav > li:hover > a {
    color: #121c44;
    border-bottom: 2px solid #121c44;
    border-radius: 0px;
    width: auto;
  }
  nav.top-nav .navigation .nav > li:hover > ul.sub-menu {
    display: block;
  }
  nav.top-nav .navigation .nav > li > ul.sub-menu {
    display: none;
    position: absolute;
    width: 220px;
    top: 100%;
    padding: 0;
    list-style: none;
    background: rgba(18, 28, 68, 0.9);
  }
  nav.top-nav .navigation .nav > li > ul.sub-menu > li > a {
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 50px;
    border-bottom: 1px solid #6d84ad;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease-out;
    white-space: nowrap;
  }
  nav.top-nav .navigation .nav > li > ul.sub-menu > li:last-child > a {
    border-bottom: none;
  }
  nav.top-nav .navigation .nav > li > ul.sub-menu > li.current-menu-item > a,
  nav.top-nav .navigation .nav > li > ul.sub-menu > li.current-page-ancestor > a,
  nav.top-nav .navigation .nav > li > ul.sub-menu > li:hover > a {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  nav.top-nav #logo {
    width: 200px;
  }
  nav.top-nav .navigation .nav > li > a {
    font-size: 15px;
    padding: 17px 10px;
  }
}
@media (min-width: 1200px) {
  nav.top-nav #logo {
    width: 300px;
  }
  nav.top-nav .navigation .nav > li > a {
    font-size: 15px;
    padding: 17px 15px;
  }
}
/* ==== CONTENT ==== */
#main-page-slider {
  position: relative;
  width: 100%;
  padding: 60px 0;
  margin: 12px 0 0 0;
  overflow: hidden;
  z-index: 1;
  min-height: 400px;
}
#main-page-slider #main-page-slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1 !important;
}
#main-page-slider #main-page-slider-bg .slick-track,
#main-page-slider #main-page-slider-bg .slick-list {
  height: 100% !important;
}
#main-page-slider #main-page-slider-bg .theme-slide {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-page-slider #main-page-slider-fg {
  margin: 0 auto;
  text-align: left;
}
#main-page-slider #main-page-slider-fg .block-list {
  float: left;
  color: #fff;
  position: relative;
  z-index: 3;
}
#main-page-slider #main-page-slider-fg .block-list .block {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 2px;
  font-family: 'Titillium Web', sans-serif;
  float: left;
}
#main-page-slider #main-page-slider-fg .block-list .block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ff8900;
  background-color: rgba(255, 137, 0, 0.9);
  transition: all 1s;
}
#main-page-slider #main-page-slider-fg .block-list .block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #121c44;
  background-color: rgba(18, 28, 68, 0.9);
  transition: all 1s;
}
#main-page-slider #main-page-slider-fg .block-list .block:hover::after {
  width: 100%;
}
#main-page-slider #main-page-slider-fg .block-list .block:hover::before {
  left: 100%;
}
#main-page-slider #main-page-slider-fg .block-list .block a {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#main-page-slider #main-page-slider-fg .block-list .block a:hover {
  color: #fff;
}
#content {
  padding: 0 0 150px 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 110px;
}
#home {
  padding: 30px 0;
}
/*Pasek nawigacyjny*/
.breadcrumbs {
  background: #ededed;
  padding: 15px 30px;
  position: relative;
  margin-top: -35px;
  margin-bottom: 20px;
  color: #121c44;
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #afafaf;
}
/*Tytuł w dziale DO PORBANIA*/
.title-bar {
  display: block;
  width: 100%;
  background: #121c44;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.partner-logo {
  line-height: 100px;
  height: 120px !important;
  padding: 20px;
  text-align: center;
}
.partner-logo:focus {
  outline: none;
}
.partner-logo img {
  max-height: 100px;
  max-width: 200px;
  height: auto;
  width: auto;
  display: inline-block !important;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.content-border {
  border: 1px solid #ff8900;
  padding: 30px;
}
section ul,
#content ul {
  list-style: none;
  padding-left: 0px;
}
section ul li,
#content ul li {
  margin: 5px 0;
}
section ul li:before,
#content ul li:before {
  content: '\2022';
  padding-right: 5px;
  color: #ff8900;
}
.primary {
  color: #121c44;
}
h1 {
  margin: 0;
}
/* ==== FOOTER ==== */
.footer-wrap {
  width: 100%;
  line-height: 1.1;
}
.footer-wrap .footer {
  width: auto;
  margin: 0 auto;
}
.footer-wrap a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-wrap a div.icon {
  width: 65px;
  height: 65px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
  transition: all 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.footer-wrap a div.icon:hover {
  transform: rotateY(180deg);
}
.footer-wrap a div.icon::before,
.footer-wrap a div.icon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('https://ad-korinstal.pl/wp-content/themes/bussines/less/../Images/footer-icon-set-footer.png');
  background-size: 200% 300%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-wrap a div.icon::after {
  transform: rotateY(180deg);
}
.footer-wrap a div.icon.phone::before {
  background-position: 0 -100%;
}
.footer-wrap a div.icon.phone::after {
  background-position: -100% -100%;
}
.footer-wrap a div.icon.mail::before {
  background-position: 0 -200%;
}
.footer-wrap a div.icon.mail::after {
  background-position: -100% -200%;
}
.footer-wrap a div.icon.location::before {
  background-position: 0 0;
}
.footer-wrap a div.icon.location::after {
  background-position: -100% 0;
}
#footer-first.footer-wrap {
  height: auto;
  background-color: #121c44;
  color: #fff;
  text-align: left;
  padding: 20px 0;
}
#footer-first.footer-wrap div.contact-info {
  width: 100%;
  height: 158px;
  vertical-align: middle;
  padding: 40px 0;
}
#footer-first.footer-wrap div.contact-info.icon {
  width: 110px;
  text-align: center;
}
#footer-first.footer-wrap .footer-text {
  margin-top: 10px;
  text-align: center;
}
#footer-second.footer-wrap {
  text-align: center;
  padding: 20px 0;
  font-size: 10pt;
  color: #81817f;
}
#footer-second.footer-wrap a {
  color: #81817f !important;
  text-decoration: underline;
}
#footer-second.footer-wrap a:hover {
  text-decoration: none;
}
/* ==== CONTACT FORM ==== */
.contact-style h3 {
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
}
.contact-style a {
  font-family: 'Titillium Web', sans-serif;
}
.contact-form .form-text {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 0 20px;
  height: 45px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contact-form .form-area {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 0 20px;
  height: 45px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  height: 150px;
  resize: none;
}
.contact-form .submit-button {
  float: right;
  width: 103px;
  height: 43px;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}
.contact-form .submit-button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #ff8900;
  z-index: -1;
  transition: left 1s;
}
.contact-form .submit-button:hover::before {
  left: 0;
}
.contact-form .submit-button .form-submit {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: hand;
  cursor: pointer;
}
.contact-form span.wpcf7-form-control-wrap {
  display: block;
}
.contact-form span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 9pt;
  right: 0;
  top: -15px;
}
div.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
  width: 350px;
}
.right-column-teskt a {
  color: #000000;
  text-decoration: underline;
}
.right-column-teskt a:hover {
  text-decoration: none;
}
/* ==== SUBMENU ==== */
.submenu ul {
  list-style: none;
  margin-left: -50px;
}
.submenu ul > li {
  border-bottom: 1px solid #6d84ad;
}
.submenu ul > li:first-child {
  border-top: none !important;
}
.submenu ul > li:last-child {
  border-bottom: none !important;
}
.submenu ul > li > a {
  padding: 20px 20px;
  color: #fff;
  font-size: 17px;
  display: block;
  text-decoration: none;
  transition: all .2s;
  line-height: 18px;
  background-color: #121c44;
  text-align: left;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
}
.submenu ul > li:hover > a,
.submenu ul > li.current_page_item > a {
  font-weight: bold;
}
@media (min-width: 1200px) {
  #main-page-slider #main-page-slider-fg .block-list {
    width: 50%;
    margin-top: 35px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block {
    width: 200px;
    height: 199px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block a {
    font-size: 13pt;
    color: #fff;
  }
  .contact-form {
    width: 390px;
  }
  .footer-wrap div.icon {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-page-slider #main-page-slider-fg .block-list {
    width: 50%;
    margin-top: 35px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block {
    width: 160px;
    height: 159px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block a {
    font-size: 10pt;
  }
  .contact-form {
    width: 100%;
  }
  #footer-first.footer-wrap {
    font-size: 10pt;
  }
  #footer-first.footer-wrap div.icon {
    width: 35px;
    height: 35px;
  }
  #footer-first.footer-wrap table.contact-info td.icon {
    width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content {
    margin-top: 35px;
  }
  #main-page-slider #main-page-slider-fg .block-list {
    width: 50%;
    margin-top: 30px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block {
    width: 160px;
    height: 160px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block a {
    font-size: 11pt;
  }
  .contact-form {
    width: 100%;
  }
  .footer-wrap div.icon {
    width: 35px;
    height: 35px;
  }
  #footer-first.footer-wrap {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  #main-page-slider #main-page-slider-fg .block-list {
    width: 50%;
    margin-top: 40px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block {
    width: 200px;
    height: 100px;
  }
  #main-page-slider #main-page-slider-fg .block-list .block a {
    font-size: 11pt;
  }
}
.gallery_offer_image {
  padding: 10px;
  height: 240px !important;
}
.gallery_offer_image .image-hover {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.gallery_offer_image .image-hover a.image-hover-overlay {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.84);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  text-decoration: none;
}
.gallery_offer_image .image-hover a.image-hover-overlay .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.gallery_offer_image .image-hover a.image-hover-overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.media {
  margin: 40px 0;
}
.media > .pull-left {
  padding-right: 20px;
}
.media .media-body {
  padding: 0px;
}
.media .media-body > a strong {
  font-size: 18px;
}
.media .media-body > small {
  display: block;
}
.media .media-body > p {
  margin: 20px 0;
}
.btn-info-custom {
  background-color: #121c44;
  border-radius: 0px;
  border: none;
  padding: 18px;
  font-size: 18px;
}
.btn-info-custom.btn-lg {
  padding: 10px 30px;
}
.btn-info-custom.btn-primary {
  background-color: #121c44;
}
.btn-info-custom.btn-primary:hover,
.btn-info-custom.btn-primary:active,
.btn-info-custom.btn-primary:focus {
  background-color: #1d2d6c !important;
}
.btn-info-custom.btn-secondary {
  background-color: #ff8900;
}
.btn-info-custom.btn-secondary:hover,
.btn-info-custom.btn-secondary:active,
.btn-info-custom.btn-secondary:focus {
  background-color: #ffa133 !important;
}
@media (max-width: 767px) {
  .media > .pull-left {
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.blog .page-header-custom {
  margin-top: 40px;
}
.blog .page-header-custom > h2 {
  font-size: 40px;
  text-align: center;
}
.blog .page-header-custom > h4 {
  text-align: center;
  margin: 20px 0;
}
.blog p {
  margin: 50px 0;
  text-indent: 40px;
}
.navigation-custom {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.error-page {
  text-align: center;
  position: relative;
  bottom: 70px;
}
.error-page h1 {
  margin: 0px;
  font-size: 150px;
  line-height: 150px;
  font-weight: bold;
}
.error-page h2 {
  color: #444;
  font-size: 20px;
  font-family: Arial,Helvetica,sans-serif;
}
.error-page p {
  color: #444;
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
}
body {
  font-family: 'Titillium Web', sans-serif;
  color: #000000;
  font-size: 18px;
}
a {
  color: #121c44;
}
a:hover {
  color: #121c44;
}
.container-custom {
  margin-top: 20px;
}
.acf-map {
  border: 6px solid #121c44 !important;
}
