﻿body.overflowhidden {
  overflow: hidden;
}
body {
  overflow: hidden;
  overflow-y: visible
}

table {
  border-collapse: separate; 
}

.default {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 16px;
}





.form-contact {
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
}

.form-contact .panel-bg {
	background-color: rgba(0, 38, 83, 0.9);
	padding: 40px 0 30px 50px;
}

.form-contact .bg-cover {
	background: url('../img/bg.png') center/cover no-repeat;
	border: 0;
	border-radius: 0;
}

.form-contact label {
	color: #FFFFFF;
}

.form-contact .form-content {
	width: 65%;
}

.form-contact .tag {
	text-align: left;
	font-weight: normal;
}

.form-contact .field {
	border: 0;
	border-radius: 0px;
	height: 41px;
	font-size: 17px;
}

.form-contact .field-question {
	border: 0;
	border-radius: 0px;
	width: 100%;
	height: 131px;
	resize: none;
	font-size: 17px;
}

.form-contact .question-tag {
	font-weight: normal;
}

.form-contact .checkb {
	margin-top: 23px;
	padding: 0;
}

.form-contact .col-last {
	width: 100%;
	margin-top: 21px;
}

.form-contact .send-button {
	float: right;
	width: auto;
	width: initial;
	height: 100%;
	padding: 20px 24px;
	margin: 0;
	background-color: #ed6335;
	color: #FFFFFF;
	line-height: 0;
	font-size: 15px;
}

.form-contact .info {
	color: #FFFFFF;
	float: left;
	margin: 7px 0 0 0;
}

.form-contact .email-row {
	margin-bottom: 26px;
}

/* Base for label styling */
.form-contact [type="checkbox"]:not(:checked),
.form-contact [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.form-contact [type="checkbox"]:not(:checked) + label,
.form-contact [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 100;
  text-align: justify;
  /*text-transform: uppercase;*/
  color: #FFFFFF;
  margin: 0;
}

/* checkbox aspect */
.form-contact [type="checkbox"]:not(:checked) + label:before,
.form-contact [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 23px;
  height: 23px;
  /*border: 2px solid #00bff3;*/
  background: #FFFFFF;
}

/* checked mark aspect */
.form-contact [type="checkbox"]:not(:checked) + label:after,
.form-contact [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 17px;
  line-height: 0.8;
  color: #5f5b59;
  transition: all .2s;
}

/* checked mark aspect changes */
.form-contact [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.form-contact [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.form-contact [type="checkbox"]:disabled:not(:checked) + label:before,
.form-contact [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.form-contact [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.form-contact [type="checkbox"]:disabled + label {
  color: #aaa;
}


/* Formularz newslettera */
#newsletter-container{margin:0 20px}

.newsletter .box .checkbox--default label{
  margin-top:10px;
}
#newsletter-box{
    text-align:left;
}
.newsletter .box .assent{
    text-transform:none;
}

#map-canvas .gm-point {
  display: none;
}

.navbar-custom .mobile-icons {
  display: none !important;
}




.sidebar .active-item {
  overflow: hidden;
}

/* Wysokość banera na podstronach */

@media (min-width: 1200px) {
    .header__carousel .item.h320p {
	height: 320px;
    }
}
@media (min-width: 992px) {
    .header__carousel .item.h320p {
	height: 600px;
    }
    .about_us-main{
        padding:15px 0;
    }
}
@media (min-width: 768px){
    .header__carousel .item.h320p {
	height: 500px;
    }
}
.header__carousel .item.h320p {
    background: no-repeat center/cover;
    height: 390px;
    border-bottom: 4px solid #002653;
    z-index: 1;
    text-decoration: none;
}

.image {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}

.event-single .head {
    padding-top: 25px;
}

.event-single .page__heading {
    margin-top: 0;
}

/* Ankiety */

.questionnaire .checkbox--default label {
    /*padding-left: 0;*/
    /*font-size: 16px;*/
    font-weight: 300;
}
.questionnaire .checkbox--default input[type=checkbox]:checked+label:after {
    background-color: #939393;
}

.about_us-main .brand-carousel .logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.about_us-main .brand .subheading {
  height: 80px;
}


/* Artykuły */
/* article a {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 500;
    color: #EC6334;
    text-transform: uppercase;
}

article a:after {
    content: '\203A';
    margin-left: 5px;
    font-size: 22px;
}
article a:hover {
    text-decoration:none;
}


article blockquote {
    max-width: 430px;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    color: #EB6333;
    border-left:none;
    padding:0;
} */

.payroll [data-toggle="tooltip"] {
    cursor: pointer;
}

.payroll .tooltip {
    opacity: 1;
    width: 250px;
    max-width: 250px;
}

.payroll .tooltip .tooltip-arrow {
    display: none;
}

.payroll .tooltip .tooltip-inner {
    width: 250px;
    padding: 15px 10px;
    max-width: 250px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    background-color: #ED6335;
}
@media screen and (max-width: 1200px) {
  .form-contact .form-content {
	  width: 75%
  }
}
@media screen and (max-width: 1023px) {
  .about_us-main .brand-carousel {
    width: 100%;
  }

  .about_us-main .brand-carousel .logo {
    text-align: center;
  }

}

@media (max-width: 991px) {
  .form-contact .send-button {
	  width: 100%;
  }
  .form-contact .info {
	color: #FFFFFF;
	float: left;
	margin-bottom: 17px;
	}
	.form-contact .form-content {
	margin: 0 auto;
	width: initial;
	width: auto;
	}
	.form-contact .panel-bg {
		padding: 20px;
	}

}

@media screen and (max-width: 767px) {
  .navbar-custom .nav .nav__right {
      display: block;
      position: absolute;
      right: 20px;
  }

  .social {
    display: none;
  }

  .newsletter .box {
    display: none;
  }

  .navbar-custom .brand img {
    max-height: 80px;
    width: auto;
  }

	.section.page.event-single h2.page__heading{
		margin-top:35px;
	}

  .event-single .head .image {
    float: none;
    text-align: center;
    margin: 0;
  }

  .navbar-custom .mobile-icons {
    display: block !important;
  }

  .navbar-custom .mobile-icons a {
    display: inline-block;
    margin-bottom: 0 !important;
  }

  .navbar-custom .mobile-icons .icons-container {
    display: inline-block;
    width: 100%;
    background: #091c5a;
  }

  .navbar-custom .mobile-icons .icons-container a {
    display: inline-block;
    padding: 15px;
  }

  .navbar-custom .nav-toggle .dropdown-menu {
    min-width: 100%;
  }

  .navbar-custom .nav-toggle .dropdown-menu.main {
    overflow: auto;
    max-height: calc(100vh - 80px);
    width: 230px;
  }

  .dropdown-menu>li>a {
    white-space: normal;
  }

  .nav-toggle .dropdown-menu:not(.main)>li>a {
    position: relative;
    padding-left: 30px;
  }

  .nav-toggle .dropdown-menu:not(.main)>li>a:before {
    content: '- ';
    position: absolu
	}
}

/* FAQ */

.faq .question:after{
	content: '';
    position: absolute;
    display: block;
    width: 19px;
    height: 12px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../gfx/arrow-faq.png);
    z-index: -1;
}

/* CONTACT */

#contact,
#contact-places {
  display: none;
}

#contact .btn {
  margin-top: 10px;
  width: 100%;
  height: 80px;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

#contact-places {
  /* margin-top: 20px; */
  /*position: -webkit-sticky;*/
  /* position:fixed; */
  /* bottom:40px; */
  background:#FFF;
}



#sidebar {
  position: relative;

  overflow: unset;
  height: 100%;
}

#contact-places.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#contact-places.sticky:before,
#contact-places.sticky:after {
    content: '';
    display: table;
}

#contact-places.affix{
    position:fixed;
    top: 0;
}

/* zmiana */
.flex {
  display: flex;
}
.flex-row{
  display: flex;
}
@media(max-width:1366px){
  .disable-contact-img{
    display: none;
  }
}
@media(max-width:768px){
  .flex {
    display: block;
  }
  .contact-sticky.sticky{
    position: static;
  }
}
.contact-sticky {
  /* margin-top: 20px; */
  /*position: -webkit-sticky;*/
  /* position:fixed; */
  /* bottom:40px; */
  background:#FFF;
  
}
.contact-sticky.sticky {
  position: -webkit-sticky;
  position: sticky;
  /* zmiana dodanie position fixed  i reset marginesu*/
  /* position: fixed; */
  /* margin-top: 0px; */
  top: 0px;

  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  
}

.contact-sticky.sticky:before,
.contact-sticky.sticky:after {
    content: '';
    display: table;
}

.contact-sticky.affix{
    position:fixed;
    top: 0;
}


@media (max-width: 767px) {
  #contact-places {
    padding: 0;
  }
  #contact-places .subheading {
    padding-top: 20px;
    padding-left: 10px;
  }
}

#contact-places .btn img {
  display: inline-block;
}

#contact-places .slick-arrow {
  z-index: 1;
}

#contact-places .slick-next:before,
#contact-places .slick-prev:before {
  content: '';
  display: block;
  width: 20px;
  height: 35px;
  background-image: url(../gfx/arrow_right.svg);
  background-size: 20px 35px;
}

#contact-places .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rte-content li{
    font-size:16px;
    line-height: 22px;
}


.rte-content ul:not(.nav):not(.pagination):not(.list)>li:before{
    content: '●';
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    color: #ED6335;
    line-height: 22px;
    font-size: 8px !important;
}
.rte-content h2{
    color: #ff6600;
    font-size: 21px;
	font-weight:700;
        margin-bottom:30px;
}
.rte-content h3{
    margin-top:40px;
    margin-bottom:20px;
}

@media screen and (max-width: 767px) {
  #contact-places .slick-next {
    right: 20px;
    top: 25%;
  }

  #contact-places .slick-prev {
    left: 20px;
    top: 25%;
  }
}


/**********************************/

@media (min-width: 768px) {
  .page {
      padding: 20px 0 40px;
  }
}

.page p {
  line-height: 28.4px;
}

.page.solutions p {
  margin-bottom: 15px;
}

.page__heading {
  font-size: 28px;
  margin-bottom: 40px;
}

.form-contact:not(.contact-blue) .panel-bg {
  background-color: rgba(255, 102, 0, 0.70);
}

.form-contact:not(.contact-blue) .send-button {
  padding: 20px 40px;
  background-color: #ea0c0c;
  font-weight: 700;
}

.form-contact:not(.contact-blue) .send-button:hover,
.form-contact:not(.contact-blue) .send-button:focus{
  background-color: #FF5252;
  color: #FFF;
}

#contact {

}

#contact .contact-heading {
  font-size: 20px;
  color:#002652;
}

#contact-places .btn {
  margin-top: 15px;
}

#contact-places address {
    margin-bottom: 10px;
}

#contact-places .item {
  overflow: hidden;
}

#contact-places .tel {
  transform: translateX(-200px);
  transition: transform 1s;
}

#contact-places .btn-tel img {
  width: 19px;
  height: auto;
}

#contact-places .slick-dots {
  bottom: -60px;
}

.page ul.slick-dots>li:before {
  content: '' !important;
}

.solutions .numbers-container {
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: right;
}

.solutions .numbers-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .solutions .numbers-wrapper {
    display: block;
  }

  .solutions .numbers {
    width: 100%;
    text-align: center;
  }

  .solutions .numbers:not(:last-child) {
    margin-bottom: 20px;
  }
}

.solutions .brand {
  margin: 0;
  padding: 0;
}

.solutions .brand .subheading {
  margin-right: 10px;
}

.solutions .about_us-main .numbers:not(:last-child) {
  margin-right: 0;
}

.solutions .about_us-main .subheading {
  width: 24%;
  margin: 10px 0;
  font-size: 25px;
}

.solutions .about_us-main .brand-carousel {
  width: 75%;
}

@media screen and (max-width: 1199px) {
  .solutions .about_us-main .subheading {
    font-size: 20px;
    width: 24%;
  }
}

@media screen and (max-width: 1023px) {
  .solutions .about_us-main .subheading {
    width: 29%;
  }

  .solutions .about_us-main .brand-carousel {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .solutions .about_us-main .brand-carousel {
    width: 100%;
  }
}

.solutions .about_us-main .brand-carousel .slick-slide {
  margin: 0 10px;
}

.solutions .about_us-main .brand-carousel .slick-list {
  margin: 0 -10px;
}

.solutions .section.contact-page.form-contact h2.page__heading{
    margin-top:0;
}

.editor-wrapper .about_us-main .numbers .number{
    margin-top:0;
}

.editor-wrapper .images{
    margin-top: 20px;
    margin-bottom: 30px;
}
.editor-wrapper .numbers-container{
    margin-top: 40px;
    margin-bottom: 40px;
}

.images {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top:-20px;
}

.images div {
  width: 50%;
  padding: 15px 10px;

  padding-bottom:8px;
}

.images img {
  display: inline-block;
}

.privacy-link,
.privacy-link:hover{
  color: #FFFFFF;
  font-weight: 600;
}

.form-contact-2 .form-content {
	width: 100%;
}

.form-contact-2 .panel-bg {
  padding: 20px;
}

.form-contact-2 .field {
  color: #999;
}

.form-contact-2 label {
  text-align: left !important;
}

.form-contact-2 .privacy-link {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: underline;
}

.form-contact-2 .btn {
  height: auto !important;
}

/* .form-btn-xs-container {
  display: none;
} */

/* .form-btn-xs {
  display: none;
} */

/* copypaste */
.form-btn-xs-container .form-heading {
  margin-bottom: 15px;
  color: #061959;
  text-align: center;
}

.form-btn-xs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  border: 4px solid #ED6335;
  height: 90px;
  text-transform: uppercase;
  color: #ED6335;
  cursor: pointer;
}

#brand-carousel-2 .slick-prev {
  left: 0;
}

#brand-carousel-2 .slick-next {
  right: 0;
}

#messageContainer .cover {
  overflow: auto;
  align-items: flex-start;
}
/* end */




.form-modal-xs {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-height: 100%;
  overflow: auto;
}

.close-form-xs {
  float: right;
  margin-bottom: 20px;
  cursor: pointer;
}

.form-contact-2 .bg-cover {
  background: none;
}

#brand-carousel-2 .slick-next:before,
#brand-carousel-2 .slick-prev:before {
  content: '';
  display: block;
  width: 20px;
  height: 35px;
  background-image: url(../gfx/arrow_right.svg);
  background-size: 20px 35px;
}

#brand-carousel-2 .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#brand-carousel-2 .slick-prev {
  left: -35px;
}


/* POPUP */
#messageContainer .text{
    max-width:600px;
    color:#fff;
}
#messageContainer .text .text-bylaw2,
#messageContainer .text .text-privacy
{
    text-align:left;
}
/* zmiana */
.form-contact-bottom {
  display: none;
}


/* copypaste */

/* .form-btn-xs-container .form-heading {
  margin-bottom: 15px;
  color: #061959;
  text-align: center;
}

.form-btn-xs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  border: 4px solid #ED6335;
  height: 90px;
  text-transform: uppercase;
  color: #ED6335;
  cursor: pointer;
}

#brand-carousel-2 .slick-prev {
  left: 0;
}

#brand-carousel-2 .slick-next {
  right: 0;
}

#messageContainer .cover {
  overflow: auto;
  align-items: flex-start;
} */
/* end */

.form-btn-xs-container {
  /* zmiana na none */
  display: block;
}

.form-contact-bottom p {
  padding: 20px;
}
.ui-selectmenu-menu .ui-menu {
  max-width: 500px;
}
/* zmiana z max na min i  roz z 767 na 785*/

@media screen and (min-width: 785px) {
  .form-contact-bottom {
    display: none;
  }

  .form-btn-xs-container {
    /* zmiana na none */
    display: none;
  }

  .form-btn-xs-container .form-heading {
    margin-bottom: 15px;
    color: #061959;
    text-align: center;
  }

  .form-btn-xs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    border: 4px solid #ED6335;
    height: 90px;
    text-transform: uppercase;
    color: #ED6335;
    cursor: pointer;
  }

  #brand-carousel-2 .slick-prev {
    left: 0;
  }

  #brand-carousel-2 .slick-next {
    right: 0;
  }

  #messageContainer .cover {
    overflow: auto;
    align-items: flex-start;
  }
}

@media (max-height: 700px) {
  #messageContainer .cover {
    overflow: auto;
    align-items: flex-start;
  }
}

@media (min-width: 767px) {
  #appendContact {
    display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
  }
}


.button-container {
text-align: left;
}

#solution .page__heading {
  margin-bottom: 25px
}


#solution .contact-us {
  padding: 10px 25px;
  background-color: #D50000;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}
@media(max-width:784px){
  .mobile-hidden{
    display: none;
  }
}
.panel-img-dfb
{
  background: url(../img/team-member-2.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
@media (max-width:1200px)
{
  .panel-img-dfb
  {
    height: 220px;
  }
  
}
@media (max-width:991px)
{
  .panel-img-dfb
  {
    height: 165px;
  }
  
}
@media (max-width:767px)
{
  .panel-img-dfb
  {
    height: 100vw;
  }
  
}

/* ikonki social */

.social__list 
img, 
.mobile-icons  
img
{
    width: 22px;
}

/* linia social */

.social-line
{
  height: 20px;
  width: 2px;
  background: black;
  position: relative;
  top: 5px;
  margin-right: 15px;
}
@media(max-width:768px)
{
  .social-line
  {
    margin-right: 0;
    display: inline-block;
    background: #FFF;
    top: 7px;
  }
}