body {
  color: #555;
}
h1,
h2,
h3 {
  margin-top: 0;
}
.cleared {
  height: 50px;
}
div.mainmenu nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
div.mainmenu nav.navbar ul.nav>li>a {
  padding: 24px 16px;
}
div.mainmenu nav.navbar div.navbar-header>a>img {
  margin: 6px 0;
}
div.mainmenu nav.navbar .navbar-nav {
  background-color: white;
}
div.mainmenu nav.navbar .navbar-brand {
  width: 210px;
  padding: 7px 15px;
}
@media (min-width: 980px) {
  div.mainmenu nav.navbar .navbar-nav li.countrySelect,
  div.mainmenu nav.navbar .navbar-nav li.countrySelect a {
    color: #999;
  }
  div.mainmenu nav.navbar .navbar-nav li.countrySelect.open ul {
    display: block !important;
  }
  div.mainmenu nav.navbar .navbar-nav li.countrySelect.open ul li {
    display: block;
    width: 100%;
  }
}
div.mainmenu a.currentPage {
  color: #1e8ec9 !important;
}
div.mainmenu a.currentPage:hover {
  color: inherit;
}
@media (max-width: 1194px) {
  div.mainmenu {
    z-index: 1500;
  }
  div.mainmenu .navbar-header {
    float: none;
  }
  div.mainmenu .navbar-left,
  div.mainmenu .navbar-right {
    float: none !important;
  }
  div.mainmenu .navbar-toggle {
    display: block;
  }
  div.mainmenu .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  div.mainmenu .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  div.mainmenu .navbar-collapse.collapse {
    display: none !important;
  }
  div.mainmenu .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  div.mainmenu .navbar-nav>li {
    float: none;
  }
  div.mainmenu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.mainmenu .collapse.in {
    display: block !important;
  }
  div.mainmenu .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
article:not(.noparamargin) p {
  margin: 24px 0 0 0;
  text-align: justify;
}
article h2.title1 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 64px 0 32px 0;
}
article h2.title1 img {
  max-width: 10%;
}
article h2.title1 a {
  display: inline-block;
  max-width: 85%;
}
a {
  color: #1e8ec9;
}
a:not([href]) {
  text-decoration: none;
  cursor: auto;
  color: #1e8ec9;
}
a.blackAnchor {
  color: black;
}
hr.line1 {
  height: 0;
  border: none;
  border-bottom: 1px solid #1e8ec9;
  margin: 48px 0;
  opacity: 0.3;
}
select[name=city] {
  display: none;
}
select[name=wojewodztwo] {
  text-transform: capitalize;
}
.loader {
  display: none;
}
.citySelect select {
  width: 100%;
}
ul {
  margin-top: 16px;
}
.contactInfos {
  color: #222;
}
.contactInfos .row:not(:first-child) {
  margin-top: 32px;
}
.contactInfos img {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 1200px) {
  .contactInfos {
    margin-bottom: 64px;
  }
  .contactInfos .row {
    display: inline-block;
    width: 45%;
  }
  .contactInfos .col-lg-10 {
    padding-left: 32px;
  }
}
.contactForm input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  height: 50px;
  padding: 0 8px;
}
.contactForm textarea {
  width: 100%;
  height: 150px;
  padding: 8px;
}
.contactForm .row:not(:first-child) {
  margin-top: 32px;
}
.contactForm label {
  font-size: 10px;
}
.inputRow input {
  width: 100%;
}
.inputRow label {
  display: block;
}
.companyShow .positive {
  background-color: #1e8ec9;
  width: 100%;
  height: 300px;
  line-height: 300px;
  color: white;
  font-size: 40px;
  text-align: center;
}
.companyShow .positive span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.companyShow .contactData {
  margin-top: 32px;
}
.companyShow .contactData h4 {
  color: #777;
  font-size: 13px;
}
.companyShow .contactData div {
  color: #555;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.companyShow .contactData div.empty {
  width: 100%;
  height: 25px;
  background: linear-gradient(0deg,transparent 11px,#aaa 11px,#aaa 14px,transparent 14px);
}
.companyShow.cardEdit .contactData {
  margin-top: 16px;
}
.companyShow.cardEdit .contactData input {
  max-width: 100%;
}
.companyShow .description {
  margin-top: 64px;
}
.companyShow .photos {
  margin-top: 64px;
}
.companyShow .asidePanel .seal {
  width: 75%;
  margin: 64px auto;
  margin-bottom: 10px;
}
.companyShow textarea {
  width: 100%;
  height: 200px;
}
.companyShow .save {
  margin-top: 64px;
}
.companyShow .name input {
  width: 100%;
  font-size: 20px;
}
.surveyDate {
  font-size: 15px;
  text-align: center !important;
}
.yearStamp {
  font-size: 20px;
  color: #1e8ec9;
  text-align: center !important;
  font-weight: bold;
  margin-top: 0px !important;
  letter-spacing: 1px;
}
.lineTitle {
  margin: 64px 0;
  position: relative;
  text-align: center;
  opacity: 0.8;
}
.lineTitle:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: 0;
  z-index: -1;
  border-top: 2px solid #1e8ec9;
  content: "";
}
.lineTitle span {
  display: inline-block;
  background-color: white;
  padding: 0 16px;
}
.selected {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
}
.letterList {
  display: inline-block;
  width: 8%;
  vertical-align: top;
}
.letterList a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .letterList {
    display: none;
  }
}
.letterList.horizontal {
  display: none;
}
.letterList.horizontal a {
  display: table-cell;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .letterList.horizontal {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cityList {
  padding: 0;
  overflow: auto;
  height: 500px;
  display: inline-block;
  width: 90%;
}
.cityList>div {
  width: 100%;
}
.cityList>div>div {
  vertical-align: top;
}
.cityList .letterBig {
  width: 100%;
  margin: 6px 0;
  background: #539ed9 linear-gradient(200deg,#3b70cd,#539ed9);
  color: white;
  font-weight: bold;
  border-radius: 2px;
  font-size: 14px;
  padding: 3px 0 3px 10px;
}
.cityList .cities {
  vertical-align: top;
}
.cityList .cities a {
  display: block;
}
@media screen and (max-width: 1000px) {
  .cityList .cities a {
    margin-top: 8px;
  }
}
.cityList .scroller {
  display: inline-block;
  width: 2%;
  float: right;
  background-color: #aaa;
}
.cityList .scroller .scrollerHandle {
  width: 100%;
  height: 50px;
  background-color: #1e8ec9;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .cityList {
    width: 100%;
  }
}
.company h3 a {
  color: #555;
  text-transform: uppercase;
}
.company span {
  display: inline-block;
  padding-right: 16px;
}
.company:not(:first-child) {
  margin-top: 64px;
}
.checklabel {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.checklabel input {
  display: none;
}
.checklabel input + label {
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  border: 1px solid #aaa;
}
.checklabel input:checked + label {
  background-image: url("../img/ok.svg");
}
.checklabel .label {
  color: #555;
  cursor: pointer;
  display: inline-block;
}
.vcenter {
  display: flex;
  align-items: center;
}
.stepsTitle {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
}
.stepsTitle .step {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .stepsTitle .step {
    display: none;
  }
}
.stepsTitle .img-circle {
  background-color: #1e8ec9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 20px;
  display: inline-block;
  margin-left: 32px;
}
.stepsTitle h3 {
  font-size: 19px;
  color: #222;
}
input[type=submit],
a.bigButton,
input[type=button],
button[type=submit] {
  width: auto;
  padding: 12px 96px;
  color: white;
  display: block;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  background: #539ed9 linear-gradient(200deg,#3b70cd,#539ed9);
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
}
input[type=submit].full,
a.bigButton.full,
input[type=button].full,
button[type=submit].full {
  padding: 12px 0;
  width: 100%;
}
.stepsForm .label {
  color: #777;
  font-size: 15px;
  text-align: right;
  line-height: 40px;
}
.stepsForm input:not([type=submit]) {
  width: 100%;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #aaa;
  height: 50px;
  padding-left: 8px;
}
.stepsForm:not(:last-child) {
  margin-bottom: 25px;
}
.stepsForm .signinSubmit {
  text-align: center;
}
.stepsForm .signinSubmit input[type=submit] {
  margin: 6px auto;
}
.signinTitle {
  color: #1e8ec9;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin: 100px 0;
}
.title1 {
  font-size: 25px;
}
.title1 img {
  margin-right: 16px;
}
ul.list-nice {
  list-style-image: url('../img/dot.png');
}
ul.list-nice li:not(:first-child) {
  margin-top: 32px;
}
.center {
  text-align: center;
}
.modal-backdrop {
  background-color: white !important;
}
.modal-backdrop.fade.in {
  opacity: 0.8;
}
h1 {
  color: #555;
  margin-bottom: 16px;
}
.blueButton {
  background: #1e8ec9;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  border: none;
  transition: opacity 0.2s;
}
.blueButton a {
  color: inherit !important;
}
.blueButton:hover {
  opacity: 0.8;
}
.expertsTitle {
  margin-top: 150px;
  color: white;
  text-align: center;
  text-shadow: 3px 3px rgba(0,0,0,0.7);
  font-weight: bold;
  letter-spacing: 2px;
}
.expertsList .row:not(:first-child) {
  margin-top: 100px;
}
.expertsList .row:first-child {
  margin-top: 50px;
}
.expertsList .expert {
  display: flex;
  align-items: center;
}
.expertsList .expert .col-lg-3 {
  order: 0;
}
.expertsList .expert .col-lg-9 {
  order: 1;
}
.expertsList .expert h3 {
  display: block;
}
.expertsList .expert .expertTitle {
  background-color: #1e8ec9;
  display: inline-block;
  padding: 0 32px;
  height: 24px;
  line-height: 26px;
  border-radius: 12px;
  margin: 2px auto 16px auto;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  clear: both;
}
.expertsList .expert .expertDescription {
  margin-top: 64px;
  text-align: center;
}
.expertsList .expert img {
  max-height: 250px;
}
.expertsList .expert:nth-child(even) h3 {
  float: right;
}
.expertsList .expert:nth-child(even) .expertTitle {
  float: right;
}
.expertsList .expert:nth-child(even) .col-lg-3 {
  order: 1;
}
.expertsList .expert:nth-child(even) .col-lg-9 {
  order: 0;
}
.blueLink {
  color: #1e8ec9;
}
#topImg {
  min-height: 500px;
  border-bottom: 5px solid #1e8ec9;
}
#topImg .title {
  color: white;
  text-align: center;
  margin-top: 250px;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 1px 1px 2px #000;
}
.dropdown-menu > li {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 770px) {
  .dropdown-menu > li {
    display: block;
    float: none;
  }
}
.open > ul {
  display: inline-flex !important;
}
@media screen and (max-width: 800px) {
  .open > ul {
    display: block !important;
  }
}
.main-content {
  min-height: 500px;
}
.headerInfo {
  text-shadow: 3px 3px #000;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.headerInfo.title {
  margin-top: 100px;
}
.headerInfo.checkForm {
  margin-top: 30px;
}
.headerInfo.checkLabel {
  font-size: 15px;
  text-shadow: none;
  margin-top: 20px;
}
.headerInfo.checkLabel span {
  padding-left: 8px;
}
.headerInfo.checkLabel img {
  margin-top: -5px;
}
.headerCheckLabel {
  font-size: 14px;
  margin-top: 16px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.95);
}
.headerCheckLabel span {
  padding-left: 8px;
}
.headerCheckLabel img {
  margin-top: -6px;
}
@media screen and (max-width: 820px) {
  .headerCheckLabel {
    display: none;
  }
}
.circles .col-lg-4 .circleWrap,
.circles .col-lg-6 .circleWrap {
  width: 70%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .circles .col-lg-4 .circleWrap,
  .circles .col-lg-6 .circleWrap {
    margin-top: 32px;
  }
}
.circles .col-lg-4 h4,
.circles .col-lg-6 h4 {
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
}
.circles .col-lg-4 p,
.circles .col-lg-6 p {
  text-align: center;
}
.clearfix {
  height: 50px;
}
.clearfixMin {
  height: 25px;
}
#foot {
  background: #2b2c34;
}
#foot #footWrap {
  text-align: center;
  margin: 75px 0px;
}
#foot #footWrap h4 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.hiddenInput {
  display: none !important;
}
.plainA {
  color: #000;
  text-decoration: none;
}
ul.noDeco {
  list-style-type: none;
  padding-left: 0px;
}
ul.noDeco li {
  padding: 2px 0px;
}
ul.pagination {
  list-style-type: none;
  display: inline-block;
  float: left;
}
.topImgWrapper {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.searchFormWrap {
  width: 80%;
  border-radius: 12px;
  background-clip: content-box;
  margin: 16px auto 0 auto;
  box-shadow: 0 0 8px white;
}
.searchFormWrap form {
  text-align: left;
  height: 55px;
  border: 2px solid #1e8ec9;
  border-radius: 12px;
  overflow: hidden;
}
.searchFormWrap form input {
  display: inline;
  float: left;
}
.searchFormWrap form input[type="text"] {
  border: none;
  color: #000;
  font-size: 15px;
  width: 42%;
  height: 100%;
  padding-left: 10px;
}
.searchFormWrap form input[type="text"]:first-child {
  border-right: 2px solid #1e8ec9;
}
@media screen and (max-width: 555px) {
  .searchFormWrap form input[type="text"] {
    width: 95%;
    margin-left: 10px;
  }
}
.searchFormWrap form button {
  border-radius: 0;
  border: none;
  height: 100%;
  width: 16%;
  padding: 0;
  display: inline-block;
  transition: background 0.1s;
}
@media screen and (max-width: 555px) {
  .searchFormWrap form button {
    display: none;
  }
}
.map {
  width: 100%;
  height: 300px;
  margin-top: 64px;
}
.cookie-policy-popup {
  background: #fff;
  position: fixed;
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px #d7d7d7;
  margin: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  padding: 15px;
  padding-right: 100px;
  display: none;
}
.cookie-policy-popup .cookie-policy-agree {
  position: fixed;
  right: 10px;
  bottom: 15px;
  cursor: pointer;
}
#loginModal .loginMessageStatus {
  height: 0;
  overflow: hidden;
  opacity: 0;
  height: 20px;
}
#loginModal .loginMessage {
  height: 20px;
}
#loginModal input[type=text],
#loginModal input[type=password] {
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  border: 1px solid #222;
}
#loginModal input[type=submit],
#loginModal input[type=button] {
  padding: 10px 48px;
  color: white;
  background: linear-gradient(200deg,#3b70cd,#539ed9);
  border: none;
  border-radius: 16px;
  margin: 0 auto;
}
#loginModal label {
  font-size: 12px;
  color: #777;
}
#loginModal .row:not(:first-child) {
  margin-top: 16px;
}
#loginModal .login {
  text-align: center;
}
#loginModal .login a {
  display: block;
  color: #777;
  font-size: 10px;
  margin-top: 4px;
}
#loginModal .modal-title {
  font-weight: bold;
}
aside.messages {
  border: 3px solid #1e8ec9;
  border-radius: 8px;
  background-color: white;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 100px;
  z-index: 5000;
  cursor: pointer;
}
.message.info {
  color: #1e8ec9;
}
.message.error {
  color: #CF0E0E;
}
.message.success {
  color: #128820;
}
.message.bordered {
  padding: 16px;
  font-weight: bold;
}
.message.bordered:not(:first-child) {
  margin-top: 16px;
}
.button {
  padding: 14px 32px;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  white-space: nowrap;
  background-color: #1e8ec9;
  border-bottom: 3px solid #3366ff;
}
.button:hover {
  color: white;
  text-decoration: none;
}
.button.button-gray {
  background-color: #efefef;
  color: #1e8ec9;
  border-bottom: 3px solid #bbb;
}
footer {
  background-color: #393a40;
  color: #fff;
  margin-top: 32px;
}
footer .footer-main {
  color: white;
  padding: 64px 0;
  background-image: url("../img/footer.jpg");
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
footer .footer-main a {
  color: inherit;
}
footer .footer-main img {
  max-width: 50%;
  margin-bottom: 16px;
}
footer .footer-copyright {
  text-align: center;
  padding: 16px 0;
}
body.page-home .parallax-container #topImg {
  height: 500px;
}
body.page-home .survey p {
  line-height: 1.7em;
}
body.page-home hr {
  margin: 32px 0;
  box-shadow: 0 -8px 4px rgba(0,0,0,0.8);
}
body.page-home .desc {
  text-align: center;
}
body.page-home .desc .row {
  margin-top: 64px;
}
body.page-home .desc h2 {
  color: #1e8ec9;
  margin-bottom: 32px;
}
body.page-home .reward {
  background-image: url("../img/obrazek1_ttk.jpg");
  background-size: cover;
  background-position: center;
  padding: 128px 0;
  text-align: center;
  color: white;
  margin-top: 64px;
  border-top: 6px solid #1e8ec9;
  border-bottom: 6px solid #1e8ec9;
}
body.page-home .reward>h2 {
  font-size: 3.0em;
}
body.page-home .reward>p {
  width: 65%;
  font-size: 1.5em;
  line-height: 1.6em;
  margin: 16px auto 32px auto;
}
body.page-home .reward .reward-box {
  position: relative;
  background-image: url("../img/placeholders/circle.png");
  background-size: 100% 100%;
  width: 75%;
  margin: 0 auto;
  font-weight: bold;
}
body.page-home .reward .reward-box>span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.5em;
  font-family: "verdana";
}
body.page-home .whatisttk h2 {
  color: #1e8ec9;
}
body.page-home .whatisttk p {
  line-height: 2.0em;
}
body.page-signin img.example-inquiry {
  float: right;
  margin: 64px 0 32px 0;
  max-width: 45%;
}
body.page-signin section#topImg>div {
  background-color: white;
  position: absolute;
  left: 5%;
  right: 50%;
  top: 35%;
  padding: 16px;
  box-shadow: 0 6px 4px rgba(0,0,0,0.4);
}
body.page-signin section#topImg>div h3 {
  margin-top: 8px;
  margin-bottom: 32px;
  text-align: left;
}
body.page-signin section#topImg>div input[type=text] {
  border-radius: 0;
}
body.page-signin section#topImg>div button {
  border-radius: 0;
  float: right;
}
body.page-contact section#topImg,
body.page-home section#topImg {
  position: relative;
}
body.page-contact section#topImg>div,
body.page-home section#topImg>div {
  color: white;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
}
body.page-contact section#topImg>div>p,
body.page-home section#topImg>div>p {
  font-size: 2.5em;
  text-shadow: 0 1px 1px #000000;
}
body.page-contact section#topImg .more,
body.page-home section#topImg .more {
  margin: 48px 0;
}
body.page-contact section#topImg .more .button:not(:first-child),
body.page-home section#topImg .more .button:not(:first-child) {
  margin-left: 16px;
}
body.page-contact>footer {
  margin-top: 0;
}
body.page-listController #topImg,
body.page-cmpList #topImg {
  position: relative;
}
body.page-listController #topImg p,
body.page-cmpList #topImg p {
  color: white;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 1px 1px 2px #000;
}
body.page-listController .pagination-wrapper,
body.page-cmpList .pagination-wrapper {
  text-align: center;
}
body.page-listController .pagination-wrapper .pagination,
body.page-cmpList .pagination-wrapper .pagination {
  float: none;
}
body.page-category #topImg {
  position: relative;
}
body.page-category #topImg p {
  color: white;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 1px 1px 2px #000;
}
