:root {
  --orange: #EB6028;
  --orangedark: rgb(213, 74, 35);
  --blue: #007AFF;
  --navy: #153d8a;
  --darkgrey: #383838;
  --darkblue: #161B97;
  --cb_background: #F1F1F1;
  --cb_orange: #EE6D3A;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-bold-webfont.woff") format("woff"),
    url("../fonts/opensans-bold-webfont.ttf") format("truetype"),
    url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("../fonts/opensans-italic-webfont.eot");
  src: url("../fonts/opensans-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-italic-webfont.woff") format("woff"),
    url("../fonts/opensans-italic-webfont.ttf") format("truetype"),
    url("../fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-light-webfont.woff") format("woff"),
    url("../fonts/opensans-light-webfont.ttf") format("truetype"),
    url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-regular-webfont.woff") format("woff"),
    url("../fonts/opensans-regular-webfont.ttf") format("truetype"),
    url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold_italic";
  src: url("../fonts/opensans-bolditalic-webfont.eot");
  src: url("../fonts/opensans-bolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-bolditalic-webfont.woff") format("woff"),
    url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype"),
    url("../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-semibold-webfont.woff") format("woff"),
    url("../fonts/opensans-semibold-webfont.ttf") format("truetype"),
    url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.clearfix {
  clear: both;
}
.btn-primary {
    color: #fff;
    background-color: var(--orange);
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary.disabled:hover, .btn-primary:disabled:hover
{
  background-color: var(--orangedark);
}

.form-control:focus,
.form-control:focus-visible {
  color: #232323;
  border-color: #fff;
  background-color: #fff;
  outline: 2px solid var(--orange);
}

/*
=== CATEGORIES ===
*/
.trainings-groups li {
  display: flexbox;
  /* min-width: 345px; */
  /* height: 115px; */
  min-width: 33%;
  height: auto;
}
.trainings-groups li > div a {
  display: block;
  width: 100%;
  /* height: 115px; */
  min-height: 100px;

  margin:0 5px 0 5px;
  background: #15224C;
  position:sticky !important;
}
.trainings-groups li > div a span {
  display: flex;
  justify-content: left;
  align-items: center;
  color:#fff;
}
@media only screen and (max-width: 1024px) {
  .trainings-groups li {
    min-width: 50%;
    height: 115px;
  }
}
@media only screen and (max-width: 768px) {
  .trainings-groups li {
    min-width: 100%;
    height: 115px;
  }
}



#products .page-not-found {
  background: none;
}
.sect-row {
  background: url(../img/border.gif) 0 100% repeat-x;
  padding: 0 0 25px 0;
  margin-bottom: 51px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #bbb;
    outline: none;
    transition: border linear .2s, box-shadow linear .2s;
}
.input-circle input:active,
.input-circle input::placeholder
 {
  /* border-color: var(--blue) !important; */
  /* color: var(--blue) !important; */
  border-color: #999 !important;
  color: #333 !important;
}
.input-circle label {
  display: block;
  height: 35px;
  float: left;
}
.round,
.round-big {
  position: relative;
}

.round label,
.round-big label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round-big label {
  height: 25px;
  width: 25px;
}

.round label:after,
.round-big label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}
.round-big label:after {
  left:6px;
  top:6px;
}

.round span,
.round-big span {
  padding: 8px 10px 5px 15px;
}

.round input[type="checkbox"],
.round-big input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label,
.round-big input[type="checkbox"]:checked + label {
  background-color: var(--blue);
  border-color: var(--blue);
}

.round input[type="checkbox"]:checked + label:after,
.round-big input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.block-promo .promo-name .cart-summary-line span {
  color: var(--orange);
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  color: var(--orange);
}
.card-block {
  padding: .5rem 0 .8rem .5rem;
}
.card-block h1 {
  font-family: open_sanslight;
  font-weight: normal;
  text-transform: none;
}
.has-discount.product-price,
.has-discount p,
.has-discount .page-content.page-cms ul,
.page-content.page-cms .has-discount ul {
  color: var(--orange);
}
.has-discount .discount {
  color: #fff;
  background: var(--orange);
}
.product-miniature .highlighted-informations .quick-view {
  color: var(--orange);
}
.product-miniature .highlighted-informations .quick-view:hover {
  color: var(--orangedark);
}

/*=== products box ===*/
.product-accessories article,
.featured-products article{
  display: flexbox;
  width: 180px;
  height: 340px !important;
  /* font-size: 3vh; */
  justify-content: center;
  align-items:flex-start;
}

.product-accessories article .thumbnail-container,
.featured-products article .thumbnail-container{
  height: 320px;
}

.product-accessories .product-miniature .product-price-and-shipping,
.featured-products .product-miniature .product-price-and-shipping
{
  /* background:red; */
  position: relative;
  margin-bottom: 0;
}
/* --- naglowek SZKOLENIA POWIAZANE */
.product-accessories p.h5.text-uppercase {
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
}


@media (max-width: 769px) {
  .products-accessories .product-miniature,
  .featured-products .product-miniature {
    /* padding-right: 5px; */
    /* width: 180px; */
    /* width: 100%; */
    /* max-width: 100%; */
    /* width: 180px; */
    /* margin: 0; */
    /* padding: 0; */
  }

}

.product-accessories .product-miniature .product-title a,
.featured-products .product-miniature .product-title a{
  display: block;
  height: 80px;
}

/*
=== PRESTABLOG ===
*/
#blog-logo {
  width: 197px;
  height: 220px;
  background: url(../img/baza_wiedzy_logo.png) 100% 100% no-repeat;
}

.block_bas {
  height: 250px;
}

@media only screen and (max-width: 1024px) {
  .block_bas {
    height: 250px;
  }
  .block_bas p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .block_bas {
    height: auto;
  }
  .block_bas p {
    font-size: 14px;
  }
}

#blog_list_1-7 .prestablog_more {
    background-color: var(--darkgrey);
}
#blog_list_1-7 .prestablog_more .blog_link:hover,
#blog_list_1-7 .prestablog_more .comments:hover
{
  background-color: #000;
  /* color: var(--orange); */
}

#blog_list_1-7 .block_bas h3 a {
  color:var(--navy);
}
.block-categories h4 {
  font-family: open_sanssemibold, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #333;
  line-height: normal;
  margin-bottom: 14px;
}
.block-categories h2 {
  font-family: open_sanslight, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 33px;
  font-weight: 400;
  color: #333;
  line-height: normal;
  margin-bottom: 14px;
}

.prestablogtree2 li {
  position: relative;
  padding-right: 20px;
  padding: 0 0 8px 20px;
  font-size: 14px;
  line-height: 21px;
}
.prestablogtree2 li:before {
    color: #383838;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 22px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
}
.prestablogtree2 li a {
  color: #6c6c6c;
}

/*
=== PRODUCTS LIST ===
*/

.table-trainings th a {
  color:#ccc;
}
.table-trainings td, .table-trainings td * {
    vertical-align: top;
}
.table-trainings td a {
  color:var(--navy);
}
.table-training-header {
  background: #2E3192;
  color:#fff;
  padding: 7px;
  height: 35px;
}

.training-pos-offer:hover {
  background: #f0f0f0;
}

.table-trainings .product-miniature .thumbnail-container {
  margin: 0;
}

.table-trainings .product-miniature {
  display: block;
}
.table-trainings .product-miniature .thumbnail-container {
  background: none;
}
.table-trainings .product-miniature .highlighted-informations {
  padding: 8px;
  max-width: 86%;
}

.table-trainings .wishlist-button-add {
  display: block;
  /* display: none; */
  position: absolute;
  top:10px;
  left: 10px;
}
.products article .wishlist-button-add {
  /* display: none !important; */
}

.table-trainings .product-price-and-shipping {
  padding: 5px;
  background: #fff;
}

.info-training-closed{
  font-size: 12px;
}

.product-short-descr{
  display: block;
  min-width: 550px;
  min-height: 20px;
}

@media (max-width: 769px) {

  .product-short-descr{
    display: block;
    font-size: 3vw;
    min-width: auto !important;
    overflow: visible;
    margin: 0;
    padding: 5px;
    /* background: red; */
    /* margin-bottom: 20px; */
  }

  .training-pos-descr{
    display: block;
    border-bottom:none !important;
  }
  .training-pos-terms-closed{
    display: block;
    margin-top: 20px;
  }
  .training-readmore{
    display: block;
    /* margin-top: 20px; */
  }

}

.cat-trainings-list {
  margin: 20px 0px 20px 0px;
}
.cat-trainings-col-th {
  height: 45px;
  background: var(--navy);
  padding: 8px 15px 8px 15px;
  border-right: 1px solid #fff;
}
.cat-trainings-col-th a {
  font-family: Manrope, sans-serif, "open_sansregular";
  font-weight: bold;
  /* font-size: 16px; */
  font-size: 16px;
  color:#ccc;
}

.row.cat-trainings-list {
  /* background: yellow; */
  margin: 10px 0 0 0 !important;
  /* padding: 15px 0 0 0 !important; */
}
.cat-trainings-col {
  /* background: yellowgreen; */
}
.training-pos-descr {
  padding-top: 0;
}

.row.thumbnail-container{
  background: transparent;
}
.cat-trainings-list .wishlist-button-add {
  /* display: none !important; */
  display: block;
  position:absolute;
  top:10px;
  left:125px;
  z-index: 999;
}

@media (max-width: 769px) {
  .cat-trainings-list .wishlist-button-add {
    display: none !important;
    position:absolute;
    top:5px;
    left:85px;
    z-index: 999;
  }
}
.wishlist-button-add:hover {
  opacity: 1 !important;
  background: var(--orange) !important;
}
.wishlist-button-add:hover .material-icons {
  color:#fff !important;
}

.thumbnail-top{
  /* background: red; */
  max-width: 180px;
}

.product-price-and-shipping {
  /* background: rebeccapurple; */
  height: 25px;
  max-width: 180px;
  display: flex;
  justify-content: center;
}
.product-miniature .product-price-and-shipping {
  margin-top: 5px;
  /* background: red; */
}
.cat-trainings-list-h {
  margin-left: 0px;
  margin-right: 0px;
}
.cat-trainings-list{
  padding:10px 0 0 0;
  margin: 0;
}
.cat-trainings-list:hover {
  background: #eeeeee;
}
.cat-trainings-list .training-pos-descr {
  font-size: 14px;
  line-height: 18px;
}
.cat-trainings-list .training-pos-descr h2 {
  font-size: 16px;
  text-transform: none;
}
.cat-trainings-list .training-pos-descr h2 a {
  color:var(--navy);
}
.cat-trainings-list .training-pos-terms{
  display: table;
  width: 100%;
}
.cat-trainings-list .training-pos-terms tbody {
  width: 100%;
  /* background: red; */
}
.cat-trainings-list .training-pos-descr{
  display: block;
  min-height: 10px;
}

.cat-trainings-list .training-pos-terms td {
  padding: 8px 5px 8px 5px;
  font-size: 14px;
}
.cat-trainings-list .training-pos-terms-closed {
  display:flex;
  width:100%;
  height: 100%;
  border: none;
  min-height:150px;
  justify-content:center;
  align-items:center;
  font-weight:bold;
}
.cat-trainings-list .training-pos-terms-closed a{
  display:block;
  padding:5px 20px 5px 20px;
  font-weight:bold;
}

#category-description{
  font-size: 14px;
  line-height: 18px;
  /* color: #333 !important; */
  color: #000 !important;
  margin-bottom: 50px;
}
#category-description h2{
  color:#000;
  text-decoration: none;
  font-size: 16px;
  margin-top: 30px;
}
#category-description h3{
  color:var(--orange);
  font-size: 16px;
}
#category-description strong{
  color:var(--orange);
}
#category-description > ul li{
  /* font-family: open_sanslight, Verdana, Geneva, Tahoma, sans-serif; */
  font-family:Arial, sans-serif !important;
  color:#999 !important;
  /* color:#000 !important; */
  line-height: auto !important;
}

@media (max-width: 769px) {
  .nophone {
    display: none;
  }

  .cat-trainings-list {
    position:static;
  }

  .cat-trainings-list .product-miniature {
    /* background: red; */
    display: block;
    /* max-height: 170px; */
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .cat-trainings-list .thumbnail-top{
    display: flexbox;
    float: left;
    max-width: 30%;
    max-height: 160px;
    overflow: hidden;
    padding-top: 15px;
    /* background: red; */
  }
  .cat-trainings-list .training-pos-descr{
    display: flexbox;
    padding: 15px 0 10px 0;
    float: left;
    max-width: 70%;
    font-size: 12px;
    border-bottom: 1px solid #e2e2e2;
    /* background: green; */
  }
  .cat-trainings-list .training-pos-descr h2 {
    font-size: 14px;
  }
  .cat-trainings-list article {
    /* background: red; */
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cat-trainings-list .thumbnail-container {
    padding-bottom: 0;
  }
  .cat-trainings-list .highlighted-informations{
    display: none;
    height: 0 !important;
  }

  .cat-trainings-list .training-pos-terms {
    /* background: sienna; */
    display: table;
    width: 70%;
    float: right;
    margin-top: -30px;

    font-size: 12px;
    margin-bottom: 20px;
  }
  .cat-trainings-list .training-pos-terms tbody {
    width: 70%;
  }
  .cat-trainings-list .training-pos-terms td {
    padding: 0px;
    border: none;
  }
  .cat-trainings-list .info-training-closed {
    display: flex;
    width: 100%;
    padding: 0;
    /* background: red; */
    font-size: 10px;
    line-height: 14px;
  }
  .cat-trainings-list .training-pos-terms-closed {
    min-height:auto;
    display:flex;
    justify-content: right;
    margin-top: -30px;
    padding: 0;
  }
  .cat-trainings-list .training-pos-terms-closed a{
    padding:5px 20px 5px 20px;
    font-size: 12px;
  }
}


/*
=== PRODUCT LIST SEARCH
*/
.traininglist-pos-search{
  display: flexbox;
  height: auto;
}
.traininglist-pos-search:hover{
  background: #eeeeee;
}
.pos-search-thumb{
  float: left;
  padding: 0 20px 10px 0;
  min-width:180px;
  max-height: 140px;
}
.pos-search-thumb img {
  min-width: 100%;
  max-width: 160px;
  height: auto;
}
.pos-search-thumb-nophoto{
  width:160px;
  height:160px;
  margin-right: 10px;
  background-color:#e2e2e2;
}
.pos-search-title{
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight:bold;
  margin-bottom: 10px;
}
.pos-search-descr{
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.pos-search-terms {
  font-size: 14px;
  color: #333;
}
@media (max-width: 1025px) {
  .pos-search-thumb{
    float: none;
    display: block;
    height: auto;
  }
  .pos-search-thumb img {
    min-width: auto;
  }
}
@media (max-width: 769px) {
  .pos-search-thumb{
    float: none;
    display: block;
    height: auto;
  }
  .pos-search-thumb img {
    min-width: auto;
  }
}

@media (max-width: 388px) {
  .traininglist-pos-search td:nth-child(1),
  .traininglist-pos-search td:nth-child(2),
  .traininglist-pos-search td:nth-child(3),
  .table-trainings th a
  {
    font-size: 3vw !important;
  }
  .traininglist-pos-search td:nth-child(1) .pos-search-thumb{
    padding: 0;
    margin: 0;
    width: 110px !important;
    overflow: hidden;
  }
  .pos-search-thumb{
    min-width: auto;
  }
  .traininglist-pos-search td:nth-child(1) .pos-search-thumb img {
    max-width: 100px;
    max-height: 100px;
  }
  .traininglist-pos-search td:nth-child(1) .pos-search-title {
    font-size: 3vw !important;
  }
  .traininglist-pos-search td:nth-child(1) .pos-search-descr {
    font-size: 3vw !important;
  }
}


/*
=== CATEGORIES ===
*/
.block-category {
  min-height: auto !important;
  margin-bottom: 0;
}
.block-categories {
  background: none;
  padding: 15px 0;
  margin:0;
}


/*
=== SUBCATEGORIES ===
*/
.subcategory-heading {
  /* color: var(--orange); */
  color: var(--darkgrey);
}

.trainings-groups {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

#subcategories-tra {
  margin-bottom: 40px;
}

.trainings-groups li {
  max-width: 33%;
  max-height: 170px;
  float: left;
  margin-bottom: 1%;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 468px) {
    .trainings-groups li {
      width: 100%;
      min-width: 100%;
  }
}

.trainings-groups li:hover {
  background: rgba(182, 235, 255, 0.32);
}
.trainings-groups li a {
  color: #FFF;
  font-size: 16px;
  position: relative;
  transition: all .1s ease-in-out;
}
.trainings-groups li a img {
  position: relative;
  left: 0;
  max-height: 170px;
  max-width: 98%;
  transition: all .6s ease-in-out;
}

.trainings-groups li a img:hover {
  transform: scale(1.03);
}
.trainings-groups li a span {
  position: absolute;
  display: flexbox;
  top: -35px;
  left: 15px;
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
  color: #FFF;
  height: 100%;
  width: 80%;
  text-transform: uppercase;
  line-height: auto;
  transition: all .6s ease-in-out;
}
.trainings-groups li a span:hover {
  color:#37e9fd;
  transform: scale(1.06);
}


.product-flags li.product-flag.on-sale {
  background: var(--orange);
}

#category-description {
  margin-top: 30px;
}

.text-muted a {
  color: var(--navy);
}
.text-muted a:hover {
  text-decoration: underline;
}
.text-muted {
  font-size: 16px;
  line-height: 20px;
  color: var(--darkgrey);
  font-family: open_sanslight, Verdana, Geneva, Tahoma, sans-serif;
}
.text-muted > ul {
  list-style:disc;
}
.text-muted > ul > li {
  font-size: 16px;
  color: var(--darkgrey);
  margin: 10px 30px;
}

/*
=== PAGINATION ===
*/

.pagination .page-list {
  background: none;
  border-top: 1px solid #ccc;
}
.pagination .previous, .pagination .next {
  font-size: 10px;
}

.pagination a:not(.previous):not(.next) {
  letter-spacing: 0;
  display: inline-block;
  border: 1px solid #e2e2e2;
  margin-right: 2px;
  padding: 1px 9px 1px 9px !important;
  font-size: 12px;
  text-align: center;
}
.pagination a:not(.previous):not(.next):hover {
  background-color: #ccc;
}

.page-list .current a {
  color: var(--orange);
  font-size: 12px;
  padding: 5px;
}

/*
=== CONTACT
*/
.contact-form {
  background: none;
}
.contact h1 {
    display: block;
    margin-left: 0!important;
    padding-left: 0!important;
    font-size: 33px;
    font-family: open_sanslight, Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
    line-height: 42px;
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: -1px;
    text-rendering: optimizelegibility;
}
.contact-form h2 {
  font-family: open_sanslight, Verdana, Geneva, Tahoma, sans-serif;
  text-transform: none;
  font-size: 33px;
  font-weight: 400;
  color: #333;
}
.contact-form .muted {
  display: block;
  padding-top: 20px;
  color: #999;
  font-size: 12px;
}
.contact-form .form-control {
  background-color: #fff;
  border: solid 1px #e2e2e2;
}
.person h4 {
  color: #2f3590;
  margin: 20px 0 4px 0;
  font-size: 20px;
  font-weight: bold;
}
.person a {
  font-size: 14px;
  color: #6c6c6c;
}
.person a:hover {
  text-decoration: underline;
}
.person hr {
  display: block;
  border-top: 1px solid #ccc;
  margin: 5px 0 7px 0;
  width: 100%;
}
hr {
    margin: 21px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.person strong {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: var(--darkgrey);
}

.contact-form-row {
  margin-bottom: 15px;
}
.contact-form-rules-row {
  margin-top:15px;
  line-height: 14px;
  font-size: 12px;
}

.contact-circles {
  margin: 30px 0 20px 0;
}

.contact-circles h5 {
  color: #2f3590;
  font-size: 20px;
}
.contact-circles p {
  font-size: 16px;
}
.contact-circles p a {
  color: #747474 !important;
}

.nectar_icon_wrap[data-border-thickness="2px"] .nectar_icon {
  color: #e5471a;
  border-width: 2px;
}
.nectar_icon_wrap[data-style="border-basic"] .nectar_icon,
.nectar_icon_wrap[data-style="border-animation"] .nectar_icon,
.nectar_icon_wrap[data-style="soft-bg"] .nectar_icon {
  line-height: 0;
  border: 2px solid rgba(0, 0, 0, 0.065);
  text-align: center;
  border-radius: 100px;
  position: relative;
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.nectar_icon_wrap[data-padding="25px"] .nectar_icon {
  padding: 25px;
}

.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"]:not([data-draw="true"])
  .nectar_icon,
.span_12.dark
  .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] {
  border-color: #e5471a !important;
}

.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"]:hover
  .nectar_icon,
.span_12.dark
  .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] {
  color: #ffffff;
  background-color: #e5471a;
}

.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background-color: var(--orange);
}
.group-span-filestyle .btn-default:hover {
  background-color: var(--orangedark);
}

/*
=== ADD TO CART ===
*/
.add-to-cart,
.add-to-cart:active,
.add-to-cart:active:hover,
.add-to-cart:visited,
.add-to-cart:visited:hover,
.add-to-cart:focus
{
  background: var(--orange);
  text-transform: lowercase;
}
.add-to-cart:hover {
  background: var(--orangedark);
}

#header a {
    color: #ccc;
}

.header-top-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

#mobnav-btn {
  display: none;
  font-size: 15px;
  position:absolute;
  top:15px;
  right: 0;
  margin-right: 20px;
  /* font-weight: bold; */
  /* background-color: blue; */
  /* color: white; */
  padding: 10px;
  cursor: pointer;
}
.mobnav-subarrow {
  display: none;
}

#header .header-top {
    padding: 0;
    margin: 0;
}
#header .header-nav {
    border-bottom: none;
}

#top-row {
    margin: 0;
}

#top-row .navigation ul.sf-menu {
  position: relative;
}

#top-row .navigation ul.sf-menu > li {
  margin-right: 2px;
  padding: 0;
  height: 64px;
}
#top-row .navigation ul.sf-menu > li {
    height: auto;
}


#logo img {
    width: 110%;
}
#logo {
  /* float: left; */
  top:-28px;
  left:0;
  position: absolute;
  margin: 0px 1px 0 -1px;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  /* max-height: 200px; */
  width: 220px;
  padding: 15px;
}
#logo:after {
  position: absolute;
  right: -20px;
  bottom: -15px;
  top: 0;
  left: 0;
  z-index: inherit;
  background: url(../img/logo_shadow.png) 100% 100% no-repeat;
  content: "";
}
#logo a {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  /* padding: 18px 19px; */
}

.header-top-scrolled #logo {
  padding: 0;
  margin: 10px 5px;
}
.header-top-scrolled #logo img {
  max-height: 40px;
}
.header-top-scrolled #logo:after {
  background: none;
}


@media (min-width: 769px) {
    #top-row .chat .mod-custom span {
        color: var(--orange);
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #top-row .chat .mod-custom a {
        color: #9c9c9f;
    }
    #top-row .chat .mod-custom a:hover span {
        color: var(--navy);
    }
    #top-row .select-menu {
        display: none;
    }
    #top-row .navigation {
        float: right;
    }
    #top-row .navigation ul.sf-menu {
        position: relative;
    }

    #top-row .navigation ul.sf-menu > li {
        margin-right: 2px;
        padding: 0;
        height: 64px;
    }

    #top-row .navigation ul.sf-menu > li.active > a,
    #top-row .navigation ul.sf-menu > li.sfHover > a,
    #top-row .navigation ul.sf-menu > li.current > a,
    #top-row .navigation ul.sf-menu > li.active > span,
    #top-row .navigation ul.sf-menu > li.sfHover > span,
    #top-row .navigation ul.sf-menu > li.current > span {
        background: var(--orange);
        color: #ffffff;
        border-bottom: 6px solid var(--orange);
    }
    #top-row .navigation ul.sf-menu > li > a,
    #top-row .navigation ul.sf-menu > li > span {
        font-size: 14px;
        line-height: 64px;
        font-family: "open_sansregular";
        color: #2e3192;
        height: 70px;
        text-transform: uppercase;
        display: block;
        width: 100px;
        text-align: center;
        border-bottom: 0px solid transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #top-row .navigation ul.sf-menu > li > a:hover,
    #top-row .navigation ul.sf-menu > li > span:hover {
        background: var(--orange);
        color: #ffffff;
        border-bottom: 6px solid var(--orange);
    }
    #top-row .navigation ul.sf-menu li:hover > ul,
    #top-row .navigation ul.sf-menu li.sfHover > ul {
        top: 63px;
        margin-left: -87.5px;
        left: 50%;
    }
    #top-row .navigation ul.sf-menu ul {
        width: 175px;
    }
    #top-row .navigation ul.sf-menu li li:hover ul,
    #top-row .navigation ul.sf-menu li li.sfHover ul {
        top: -12px;
        left: 176px;
        margin-left: 0;
    }
    #top-row .navigation ul.sf-menu li li li:hover ul,
    #top-row .navigation ul.sf-menu li li li.sfHover ul {
        top: -12px;
        left: 176px;
        margin-left: 0;
    }
    #top-row .navigation ul.sf-menu ul {
        background: #050877;
        padding: 12px 0;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.31);
        -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.31);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.31);
    }
    #top-row .navigation ul.sf-menu ul ul {
        background: #fff;
    }
    #top-row .navigation ul.sf-menu ul ul li a,
    #top-row .navigation ul.sf-menu ul ul li span {
        color: #424242;
    }
    #top-row .navigation ul.sf-menu ul li a,
    #top-row .navigation ul.sf-menu ul li span {
    font-size: 13px;
    /* line-height: 35px; */
    line-height: 16px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;

    }
    #top-row .navigation ul.sf-menu ul li a:hover,
    #top-row .navigation ul.sf-menu ul li span:hover {
    color: #999999;
    }
    #top-row .navigation ul.sf-menu ul li.active > a,
    #top-row .navigation ul.sf-menu ul li.sfHover > a,
    #top-row .navigation ul.sf-menu ul li.active > span,
    #top-row .navigation ul.sf-menu ul li.sfHover > span {
    color: #999999;
    }
    #top-row .navigation ul.sf-menu ul li.firstItem {
    border: none;
    }
    #top-row .navigation ul.sf-menu.sf-vertical {
    width: 175px;
    }
    #top-row .navigation ul.sf-menu.sf-vertical li {
    width: 175px;
    margin-bottom: 1px;
    }
    #top-row .navigation ul.sf-menu.sf-vertical li:hover > ul,
    #top-row .navigation ul.sf-menu.sf-vertical li.sfHover > ul {
    top: -13px;
    }
    #top-row .navigation ul.sf-menu.sf-vertical ul {
    left: 177px;
    }
    #top-row .navigation ul.sf-menu.sf-vertical ul li a,
    #top-row .navigation ul.sf-menu.sf-vertical ul li span {
    padding: 9px 12px;
    }
    #top-row .navigation ul.sf-menu.sf-navbar {
    height: 64px;
    padding-bottom: 64px;
    margin-bottom: 2px;
    }
    #top-row .navigation ul.sf-menu.sf-navbar li:hover > ul,
    #top-row .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
    top: 66px;
    left: 0;
    }
    #top-row .navigation ul.sf-menu.sf-navbar li ul {
    width: auto;
    padding: 2px 0;
    }
    #top-row .navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
    width: 175px;
    top: 64px;
    }
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0;
}


.header-nav .container .row {
    padding-left: 230px;
}
@media (max-width: 769px) {
    .header-nav .container .row {
        padding-left: 0;
    }
}


@media only screen and (max-width: 768px) {
  #search_widget {
    max-width: 80%;
  }
  #mobnav-btn {
    margin: 0 15px;
    padding: 0;
    display: block;
  }
  #_mobile_logo {
    display: inline;
    /* background: url(../img/logo-SGP-tc-white.svg) 90% 90% no-repeat; */
    background-position: 0 0;
    padding: 8px;
    background-origin: content-box, padding-box;
  }
  #_mobile_logo a {
    display: block;
    width: 80px;
    height: auto;
  }
  .user-info {
    padding: 0;
    margin: 0;
  }
  #header .header-nav .user-info {
    margin: 0;
  }
  #header .header-nav .user-info a i {
    padding: 12px 0;
  }
  .mobnav-subarrow {
    display: block;
    z-index: 0 !important;
    background-color: #000;
    opacity: .3;
    border-bottom: 1px solid white;
    border-top: 1px solid black;
    height: 22px;
    width: 30px;
    background-position: top left!important;
    position: absolute;
    text-align: center;
    top: 8px;
    right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }
    .mobnav-subarrow i {
        padding-top: 0;
        margin-top: -2px;
        color:#fff;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
  .sf-menu {
    width: 100%!important;
    display: none;
  }
  .sf-menu.xactive {
    display: block!important;
    /* position: relative; */
    /* top:-300px; */
  }
  .sf-menu li {
    float: none!important;
    display: block!important;
    width: 100%!important;
  }
  #top-row .navigation ul.sf-menu > li {
    height: auto;
    margin: 5px 0 12px 0;
    color: #333;
    border-top: solid 1px #ccc;
    padding: 8px 5px 0 5px;
    font-size: 12px;
    font-weight: 700;
  }
  #top-row .navigation ul.sf-menu > li a {
    padding-top: 5px;
    color: #333;
  }
  #top-row .navigation ul.sf-menu > li ul {
    width: 88%;
    margin-top: 8px;
  }
  #top-row .navigation ul.sf-menu > li ul li {
    border-top: solid 1px #ccc;
  }
  #top-row .navigation ul.sf-menu > li ul li {
    padding: 5px 5px 8px 30px;
    font-weight: 500;
  }
    .sf-menu li a {
    float: none!important;
  }
  .sf-menu ul {
    position: static!important;
    display: none!important;
  }
  .xpopdrop ul {
    display: block!important;
  }
  .xpopdrop ul li a {
    width: 100%;
  }
}


#search_widget {
    margin-top: 10px;
    padding-left: 5px;
}

#header .header-nav,
#header .right-nav  {
    font-size: 13px;
}

.header-nav .container .row > div > div > div a {
  color: rgb(231, 231, 231);
}
.header-nav .container .row > div > div > div a:hover {
  color: #fff !important;
}
.header-nav .container .row > div > div > div {
  height: 48px;
  padding: 0 10px 0 10px;
}
.header-nav .container .row > div > div > div:hover {
  background-color: var(--navy);
  height: 48px;
  padding: 0 10px 0 10px;
}

#header .header-nav .blockcart {
    background: none;
    color: rgb(231, 231, 231);
    font-size: 12px;
}
#header .header-nav {
  background-color: var(--navy) !important;
}
#header .header-nav .cart-preview.active
{
    /* background: #161b9b; */
    background: none;
}
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: rgb(231, 231, 231);
}
#header .header-nav .cart-preview.active a:hover,
#header .header-nav .cart-preview.active i:hover {
  color: #fff;
}
#header #_desktop_cart
{
  padding: 0;
  margin: 0;
}
#header #_desktop_user_info,
#header #_desktop_language_selector
{
    padding: 0 10px 0 10px;
}

#header #_desktop_user_info .user-info {
  margin-left: 0;
}
#header .header-nav .cart-preview:hover,
#header #_desktop_user_info:hover {
    background: var(--navy);
    color: #fff;
}
#header #_desktop_user_info a:hover {
    color: #fff;
}
#header .header-nav .cart-preview .shopping-cart {
    color: rgb(231, 231, 231);
}
#_desktop_language_selector .dropdown .expand-more {
    color: rgb(231, 231, 231);
}
#_desktop_language_selector .dropdown-menu {
    background-color: var(--navy);
}

.social {
  text-align: right;
  padding: 14px 10px 34px 0;
  /* margin: 0 auto; */
  /* width: 1116px; */
}
.social li {
  margin: 0 0 0 5px;
  list-style: none;
  display: inline-block;
}
.social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  color: #ffffff;
}
.social li a:hover {
  /* color: #e45132 !important; */
  color: #fff !important;
  font-size: 20px;
  text-decoration: none !important;
}

/*
=== SLIDER ===
*/
#home-leftcol-slides {
  width: 74%;
  float:left;
}

.carousel {
  max-width: 100%;
  border: 4px solid #fff;
}
.carousel .carousel-inner {
  margin: 0;
  height: auto !important;
}

.caption  {
  max-width: 509px !important;
  bottom: 21% !important;
  display: block !important;
  position: absolute !important;
  color: #fff;
}
.caption h4 {
  background: url(../img/slider_title.png);
  padding: 0 50px 0 34px;
}


.carousel .carousel-item .caption .display-1 {
  font-family: open_sansbold;
  text-transform: none;
  font-size: 3rem;
}
.carousel .carousel-item .caption .text-uppercase {
  text-transform: none !important;
}

.caption-description  p {
   background: #fff;
  position: relative;
  padding: 0 33px;
  line-height: 42px;
  color: #050877 !important;
  text-decoration: underline;
  font-size: 17px;
  font-family: "open_sansitalic";
}

.direction a .icon-prev i,
.direction a .icon-next i
{
  color:var(--blue) !important;
}
.direction a .icon-prev i:hover,
.direction a .icon-next i:hover
{
  color: #fff !important;
}

.carousel-indicators {
  position: absolute;
  display: block !important;
  bottom: 1px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px 4px 1px 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(110, 110, 110, 0.5);
    border: 3px solid #fff;
    border-radius: 10px;
    opacity: .5;
  }
  .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px 4px 1px 4px;
    background-color: var(--blue);
    opacity: 1;
  }
.carousel-indicators {
  display: block !important;
}
@media (max-width: 1100px) {
  #home-leftcol-slides {
    width: 70%;
  }
  .carousel {
    width: 100% !important;
    margin-bottom: 10%;
  }
  .caption h4 {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  #home-leftcol-slides {
    width: 100%;
  }
  .carousel {
    margin: 0 0 10px 0;
    left:0;
    padding: 0;
    width: 100%;
  }
  .caption  {
    max-width: 509px !important;
    bottom: 10% !important;
    position: absolute !important;
    color: #fff;
    left: 100px !important;
  }
  .caption h4 {
    font-size: 2.6em !important;
    color: #fff !important;
  }
  .caption-description  p {
    font-size: 15px !important;
    line-height: auto !important;
    padding: 5px 10px 5px 10px !important;
  }
  .carousel-indicators li {
    margin: 1px 3px 1px 3px;
  }
}

@media (max-width: 768px) {
   #home-leftcol-slides {
    width: 100%;
  }
  .carousel .carousel-item .caption .display-1 {
    font-family: open_sansbold;
    font-size: 14px;
  }
  .caption  {
    max-width: 409px !important;
    bottom: 5% !important;
    position: absolute !important;
    color: #fff;
    left: 50px !important;
  }
  .caption h4 {
    font-size: 2em !important;
    color: #fff !important;
  }
  .caption-description  p {
    font-size: 15px !important;
    line-height: auto !important;
    padding: 5px 10px 5px 10px !important;
  }
}

@media (max-width: 490px) {
  #home-leftcol-slides {
    width: 100%;
  }
  .carousel .carousel-item .caption .display-1 {
    font-family: open_sansbold;
    font-size: 12px;
  }
  .caption  {
    max-width: 309px !important;
    bottom: 15% !important;
    position: absolute !important;
    color: rgba(255, 255, 255, 0.488);
    left: 50px !important;
  }
  .caption h4 {
    font-size: 12px !important;
    color: #fff !important;
    padding: 10px;
  }
  .caption-description p {
    margin: 0 !important;
    left: 0 !important;
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 5px !important;
    bottom:5%;
    /* background: red; */
    /* padding: 5px 10px 5px 10px !important; */
  }
  #search-by-train-date-start,
  #search-by-train-date-end{
    height: 30px;
  }
}

/* === NAJBLIŻSZE SZKOLENIA OTWARTE (HOME) === */
.projects h3 {
  font-size: 33px;
  font-family: "open_sanslight";
  color: #333;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 20px;
  letter-spacing: -1px;
}

.opened-trainings {
  max-height: 830px;
  overflow-y: auto;
}

.opened-trainings-pos {
  padding: 10px;
  background: #FFF;
  border: 1px solid #ccc;
  max-width:100%;
  height: 140px;
  margin-bottom: 5px;
  overflow: hidden;
}

.opened-trainings-pos .op-training-col-left {
  display: flexbox;
  width: auto;
  height: auto;
}

.opened-trainings-pos .op-training-col-right {
  display: flexbox;
  width: auto;
  height: auto;
}


.opened-trainings-pos .op-training-col-left .op-training-img {
  display: flexbox;
  float: left;
  width: 20%;
}
.opened-trainings-pos .op-training-col-left .op-training-img img {
  max-height: 130px;
}
.opened-trainings-pos .op-training-col-right .op-training-action button {
  cursor: pointer;
}

.opened-trainings-pos .op-training-col-left .op-training-img a img {
  display: inline-block;
  width:auto;
  max-height: 140px;
  /* max-width:244px; */
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
.opened-trainings-pos .op-training-col-left .op-training-title {
  display: flexbox;
  float: left;
  margin-left: 5px;
  width: 50%;
}
.opened-trainings-pos .op-training-col-left .op-training-title h5 {
  margin:0;
  padding-bottom: 5px;
  color: #4145A1;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.opened-trainings-pos .op-training-col-left .op-training-title p {
  display: block;
  /* margin:0 15px 0; */
  padding:0 15px 3px 0;
  font-size: 14px;
  line-height: 18px;
}

.opened-trainings-pos .op-training-col-right .op-training-terms {
  display: inline-block;
  width: 20%;
  font-size: 12px;
  line-height: 22px;
  color: #4145A1;
  font-weight: bold;
}
.opened-trainings-pos .op-training-col-right .op-training-terms span {
  padding-left: 10px;
}

.opened-trainings-pos .op-training-col-right .op-training-action {
  display: inline-block;
  width: 8%;
}
.opened-trainings-pos .op-training-col-right .op-training-action button {
  width: 80px;
}


@media (max-width: 978px) {
  .opened-trainings {
    max-height: 100%;
    overflow-y: visible;
  }

  .opened-trainings-pos {
    display: block;
    width: 100%;
    height: auto;
  }
  .opened-trainings-pos .op-training-col-left {
    display: block;
    float:none;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .opened-trainings-pos .op-training-col-right {
    display: block;
    float:none;
    overflow: hidden;
    width: 100%;
    margin-top:15px;
    border-top: 1px solid #e2e2e2;
  }

  .opened-trainings-pos .op-training-col-left .op-training-title {
    width: 75%;
  }
  .opened-trainings-pos .op-training-col-left .op-training-title p {
    margin-right:0;
    padding: 0;
    font-size: 12px;
    line-height: auto;
  }

  .opened-trainings-pos .op-training-col-right .op-training-terms {
    display: inline-block;
    width: auto;
    padding-top:10px;
  }


  .opened-trainings-pos .op-training-col-right .op-training-action {
    display: block;
    float: right;
    width: 100px;
    padding-top:10px;
  }


}

@media (max-width: 769px) {
  .op-training-img {
    display: block;
    width: 30% !important;
    float: left;
    margin-right: 10px;
  }
  .op-training-img img {
    max-width: 100px;
  }
  .op-training-title {
    display: block;
    float: left;
    width: 65% !important;
  }
}
@media (max-width: 379px) {
  .op-training-img {
    display: block;
    width: 30% !important;
    float: left;
    margin-right: 5px;
  }
  .opened-trainings-pos .op-training-col-left .op-training-img img{
    width: 90px !important;
    max-height: 90px !important;
  }
  .op-training-title {
    display: block;
    float: left;
    width: 60% !important;
  }
}


/*
=== HOME FOOTER ===
*/

.footer-numbers {
  background: url(../img/border.gif) 0 100% repeat-x;
  padding: 0 0 25px 0;
  /* margin-bottom: 10px; */
}
.home-numbers {
  /* padding-top: 20px; */
  margin: 70px 0 30px 0;
  text-align: center;
  font-size: 24px;
  font-family: "open_sanslight";
}
.home-numbers .num-number {
  padding-top: 20px;
  color: #000000;
  font-weight: bolder;
  font-size: 40px;
}
.home-numbers .num-desc {
  color: #e5471a;
  font-size: 14px;
  font-weight: bold;
}


.clients {
  padding: 7px 0 0 0;
  margin:0;
  height: 65px;
  overflow: hidden;
}

/*
=== CUSTOM TEXT ===
*/
#custom-text {
  background: none;
}

/*
=== PRODUCTS ===
*/
.product-flags li.product-flag {
  color: #fff;
  background: var(--navy);
  font-size: 12px;
  padding: 8px;
}

/* ---- training searcher ---*/
.training-searcher label,
.training-searcher input,
.training-searcher button,
.training-searcher select,
.training-searcher textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    margin: 2px 0 5px 0;
    color: #fff;
}
.training-searcher button:hover{
  background: var(--orangedark) !important;
}
.training-searcher {
  display: flex;
  width: 26%;
  background-color: transparent;
  border-top:5px solid #fff;
  border-bottom:5px solid #fff;
  border-right:5px solid #fff;
  color:#fff;
  overflow: auto;
  font-size: 12px;
  height: auto !important;
  padding: 6px 15px 0 15px;
}
.training-searcher label {
  color:#333;
}
.trainer-searcher-wrapper {
  width:100%;
  color:#333;
}
.trainer-searcher-wrapper h3 {
  width: 100%;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 2px;
  /* border-bottom: 1px solid #007AFF; */
  /* border-bottom: 1px solid #fff; */
}

.input-circle input:focus {
    border: none;
}

.input-circle input,
.input-circle button,
.input-circle textarea,
.input-circle select,
.input-circle .select2-container {
  background: none;
  /* border: 1px solid #007AFF !important; */
  border: 1px solid #ccc !important;
  /* border: 1px solid transparent !important; */
  border-radius: 20px !important;
  /* color: #007AFF !important; */
  color: #333 !important;
  padding: 3px 10px 3px 12px;
}
.input-circle button:hover{
  background: var(--orangedark);
}
.input-circle button:focus,
.input-circle button:active,
.input-circle button:visited,
.input-circle button:focus-visible{
  background: var(--orangedark);
  outline: none !important;
}

.input-circle .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  max-height: 25px;
}
.input-circle .select2-container {
  margin-bottom: 10px;
}
.input-circle .select2-container--default .select2-selection--single .select2-selection__rendered {
  /* color: #007AFF; */
  color:#333;
}
.select2-container--default  {
  font-size: 12px;
}

.input-circle input[type="submit"],
.input-circle input[type="button"],
.input-circle button {
  /* background-color: #007AFF !important; */
  background-color:var(--orange) !important;
  border:none !important;
  color:#ffffff !important;
  margin-top: 15px !important;
  cursor: pointer !important;
  width: 70%;
  height: 35px;
  /* border: 1px solid #eee; */
  /* border-top-color: white !important; */
  /* border-left-color: white !important; */
  /* border-bottom-color: #999 !important; */
  /* border-right-color: #999 !important; */
}
.input-circle button:hover {
  background: var(--orangedark) !important;
}

#module-sgp_quoteform-quoteform div.modal,
#module-sgp_trainingformreg-trainingformreg div.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    bottom:auto;
    margin: -250px 0 0 -280px;
    background-color: #ffffff;

    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

#module-sgp_quoteform-quoteform .modal-content,
#module-sgp_trainingformreg-trainingformreg .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

#module-sgp_quoteform-quoteform .modal-header,
#module-sgp_trainingformreg-trainingformreg .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
#module-sgp_quoteform-quoteform .modal-body,
#module-sgp_trainingformreg-trainingformreg .modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
#module-sgp_quoteform-quoteform .modal-footer,
#module-sgp_trainingformreg-trainingformreg .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}


#form-reg-quest .form-group {
  display: flex;
  align-items:start;
  justify-content:baseline;
  align-content: baseline;
  line-height: 17px;
}
#form-reg-quest .form-group input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
  margin-top: 2px;
}
#form-reg-quest .form-group.input-circle input[type="text"] {
  display: none;
  /* display: block; */
  width: 90%;
  padding: 5px 10px 5px 10px;
}
#form-reg-quest .form-group label {
  width: auto;
}

.input-circle button, .input-circle input[type=button], .input-circle input[type=submit] {
    /* background-color: #007aff; */
    /* background-color: #007AFF; */
    color: #fff;
    margin-top: 15px;
    width: 70%;
    height: 35px;
    border: 1px solid;
    /* border-top-color: #fff !important; */
    /* border-left-color: #fff !important; */
    /* border-bottom-color: #999 !important; */
    /* border-right-color: #999 !important; */
    transition: all .5s;
}
.input-circle input[type=button]:hover {
  background: var(--orangedark) !important;
  color:#fff !important;
  border:none !important;
}

.form-group {
  margin: 5px 0 5px 0;
}
.input-circle input:active,
.input-circle input::placeholder
 {
  /* border-color: #007AFF; */
  /* color: #007AFF; */
  border-color: #999;
  color: #333;
}
.input-circle label {
  display: block;
  height: 35px;
  float: left;
}
.round,
.round-big {
  position: relative;
}

.round label,
.round-big label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round-big label {
  height: 25px;
  width: 25px;
}

.round label:after,
.round-big label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}
.round-big label:after {
  left:6px;
  top:6px;
}

.round span,
.round-big span {
  padding: 8px 10px 5px 15px;
}

.round input[type="checkbox"],
.round-big input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label,
.round-big input[type="checkbox"]:checked + label {
  background-color: #007AFF;
  border-color: #007AFF;
}

.round input[type="checkbox"]:checked + label:after,
.round-big input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


#search-by-train-search {
  width: 100%;
}
#search-by-train-date-start {
  max-width: 140px;
  margin-left: 10px;
  float:right;
}
#search-by-train-date-end {
  max-width: 140px;
  margin-left: 10px;
  float:right;
}
#search-select-topic {
  width: 100%;
}

@media (max-width: 1110px) {
  .slider {
    width: 65%;
  }
  .training-searcher {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .slider {
    width: 70%;
  }
  .training-searcher {
    width: 30%;
  }
}
@media (max-width: 980px) {
  .training-searcher {
    width: 100%;
  }
   #search-by-train-date-start {
    max-width: 50%;
  }
  #search-by-train-date-end {
    max-width: 50%;
  }
  .search-train-dates label {
    width: 45%;
    text-align: right;
  }
  .search-train-dates input {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .training-searcher {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .training-searcher {
    width: 38%;
    margin: 0 1% 0 1%;
    border:none;
  }
  #search-by-train-date-start {
    max-width: 50%;
  }
  #search-by-train-date-end {
    max-width: 50%;
  }
  .search-train-dates label {
    width: 45%;
    text-align: right;
  }
  .search-train-dates input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider {
    display: block;
    width: 100%;
  }
  .slider {
    width: 100%;
  }
  .training-searcher {
    width: 98%;
    margin: 0 1% 0 1%;
    border:none;
  }
}

/*---- wyszukiwarka w szkoleniach ----- */
.tsearch {
  /* background-color:#e2e2e2; */
  font-size: 14px;
  margin-bottom: 40px;
}
.tsearch-title,
.tsearch-form-group.input-circle label[for="tra_date_from"],
.tsearch-form-group.input-circle label[for="tra_date_to"] {
    display: none;
}
#label-online, #label-opened {
  display: none;
}
.tsearch-filter-date {
  display: block;
  float: left;
  margin:0;
  width: 20%;
}
.tsearch-filter-name {
  display: block;
  float:left;
  margin:0;
  max-width: 44%;
  overflow: auto;
}
.tsearch-filter-online {
  display: block;
  float:left;
  margin:0;
  padding-left: 2%;
  width: 6%;
}
.tsearch-filter-opened {
  display: block;
  float:left;
  padding-left: 2%;
  margin:0;
  width: 6%;
}
.tsearch-filter-city {
  display: block;
  float:left;
  margin:0;
  width: 24%;
}
.tsearch-header {
  /* background-color:#2E3192; */
  /* color: #ffffff; */
  color: var(--darkgrey);
  padding: 5px;
  font-size:12px;
  /* font-size: .6vw; */
  font-weight:bold;
  text-align: center;
  margin-bottom: 10px;
}
.tsearch-form-group {
  padding:5px 8px 5px 8px;
  min-height: 100px;
}
#tra_date_from,
#tra_date_to {
  width: 100%;
}
.tsearch-form-group.input-circle.round label {
  top: 10px;
  left: 10px;
}
#search-select-topic {
  width: 100%;
}
#filter-by-city {
  width:100%;
}
.tsearch-row {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tsearch-title {
    display: block;
    background-color:var(--navy);
    color: #ffffff;
    padding: 5px;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .tsearch {
    padding: 5px;
  }
  .tsearch-header {
    display:none;
  }
  .input-circle input, .input-circle button, .input-circle select, .input-circle .select2-container {
    margin-top:0;
    margin-bottom:5px;
  }
  .tsearch-row {
    display: table;
    width: 100%;
  }
  .tsearch-row::after {
    clear: booth;
  }
  .tsearch-form-group {
    min-height: 60px;
  }
  .tsearch-form-group.input-circle label[for="tra_date_from"],
  .tsearch-form-group.input-circle label[for="tra_date_to"] {
    display:block;
    width: 48%;
    float: left;
    text-align: right;
    margin-right: 2%;
  }
  #tra_date_from,
  #tra_date_to {
    display: block;
    width: 50%;
    float: left;
  }
  .tsearch-form-group.input-circle input {
    display: block;
    float: left;
    width: 50%;
  }
  .tsearch-filter-date {
    width: 100%;
  }
  .tsearch-filter-name {
    max-width: 100%;
  }
  .tsearch-filter-online {
    width: 25%;
  }
  .tsearch-filter-opened {
    width: 25%;
  }
  .tsearch-filter-city {
    width: 75%;
    padding-bottom: 15px;
  }
  .tsearch-filter-city button {
    min-width: none;
  }
  #label-online {
    display: block;
    padding: 8px 0 0 30px;
  }
  #label-opened {
    display: block;
    padding: 8px 0 0 30px;
  }

  .tsearch-form-group.input-circle.round label {
    top: 12px;
    left: 10px;
  }
}
@media (max-width: 769px) {
  .product-price-and-shipping .price{
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .tsearch-title {
    display: block;
    background-color:var(--navy);
    color: #ffffff;
    padding: 5px;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .tsearch {
    padding: 5px;
  }
  .tsearch-header {
    display:none;
  }
  .input-circle input, .input-circle button, .input-circle select, .input-circle .select2-container {
    margin-top:0;
    margin-bottom:5px;
  }
  .tsearch-row {
    display: table;
    width: 100%;
  }
  .tsearch-row::after {
    clear: booth;
  }
  .tsearch-form-group {
    min-height: 60px;
  }
  .tsearch-form-group.input-circle label[for="tra_date_from"],
  .tsearch-form-group.input-circle label[for="tra_date_to"] {
    display:block;
    width: 48%;
    float: left;
    text-align: right;
    margin-right: 2%;
  }
  #tra_date_from,
  #tra_date_to {
    display: block;
    width: 50%;
    min-height: 30px;
    float: left;
  }
  .tsearch-form-group.input-circle input {
    display: block;
    float: left;
    width: 50%;
  }
  .tsearch-filter-date {
    width: 100%;
  }
  .tsearch-filter-name {
    max-width: 100%;
  }
  .tsearch-filter-online {
    width: 50%;
  }
  .tsearch-filter-opened {
    width: 50%;
  }
  .tsearch-filter-city {
    width: 75%;
    padding-bottom: 15px;
  }
  .tsearch-filter-city button {
    min-width: none;
  }
  #label-online {
    display: block;
    padding: 8px 0 0 30px;
  }
  #label-opened {
    display: block;
    padding: 8px 0 0 30px;
  }

  .tsearch-form-group.input-circle.round label {
    top: 12px;
    left: 10px;
  }
  .product-price-and-shipping .price{
    font-size: 12px;
  }

  .training-pos-terms tr td:nth-child(1){
    font-size: 3vw;
    padding-right: 5px;
  }
  .training-pos-terms tr td:nth-child(2){
    font-size: 3vw;
    /* text-align: center; */
  }
}


.input-circle input:focus {
    border: none;
}

.input-circle input,
.input-circle button,
.input-circle textarea,
.input-circle select,
.input-circle .select2-container {
  background: none;
  /* border: 1px solid #007AFF; */
  /* color: #007AFF; */
  border: 1px solid #999;
  border-radius: 20px;
  color: #333;
  padding: 3px 10px 3px 12px;
}
.input-circle .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  max-height: 25px;
}
.input-circle .select2-container {
  margin-bottom: 10px;
}
.input-circle .select2-container--default .select2-selection--single .select2-selection__rendered {
  /* color: #007AFF; */
  color: #999;
}
.select2-container--default  {
  font-size: 12px;
}

.input-circle input[type="submit"],
.input-circle input[type="button"],
.input-circle button {
  /* background-color: #007AFF; */
  background-color: var(--orange);
  color:#ffffff;
  margin-top: 15px;
  width: 70%;
  height: 35px;
  /* border: 1px solid; */
  /* border-top-color: white !important; */
  /* border-left-color: white !important; */
  /* border-bottom-color: #999 !important; */
  /* border-right-color: #999 !important; */
}


.form-group {
  margin: 5px 0 5px 0;
}
.input-circle input:active,
.input-circle input::placeholder
 {
   /* border-color: #007AFF; */
   /* color: #007AFF; */
  border-color: #999;
  color: #333;
}
.input-circle label {
  display: block;
  height: 35px;
  float: left;
}
.round,
.round-big {
  position: relative;
}

.round label,
.round-big label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round-big label {
  height: 25px;
  width: 25px;
}

.round label:after,
.round-big label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}
.round-big label:after {
  left:6px;
  top:6px;
}

.round span,
.round-big span {
  padding: 8px 10px 5px 15px;
}

.round input[type="checkbox"],
.round-big input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label,
.round-big input[type="checkbox"]:checked + label {
  background-color: #007AFF;
  border-color: #007AFF;
}

.round input[type="checkbox"]:checked + label:after,
.round-big input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/*
 === CONTENT COOPERATION ===
*/

.content-cooperation {
  font-size: 12px;
  text-transform: none !important;
}
.content-cooperation h3 i {
  margin-right: 10px;
}
.content-cooperation h3 {
  padding-bottom: 5px;
}
.content-cooperation h3 span {
  display: inline-block;
  margin-bottom: 15px;
}

/*
=== HOME - Dlaczego my?
*/
.moduleTitle,
.from_the_blog h2,
.why_choose_us h2
{
  font-size: 33px;
  font-family: "open_sanslight";
  color: #333;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 20px;
  letter-spacing: -1px;
}

/*
=== HOME - Wydarzenia
*/
.row.home-events {
  margin: 20px 0 20px 0;
  padding: 0;
  /* background-color: red; */
}
.home-event-box {
  display: block;
  height: 297px;
  color:#FFF;
  padding: 15px;
  font-size: 11px;
  overflow: hidden;
}

.home-event-box.hbox1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/home-events/TC_box1_background.jpg) no-repeat 0 0;
  background-position: top left;
  background-size: 100%;
}
.home-event-box.hbox1 a {
  display: flexbox;
  max-width: 50%;
}
.home-event-box.hbox1 a img {
  max-width: 100%;
}

.home-event-box.hbox2 p {
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
}
.home-event-box.hbox2 a {
  display: block;
  color: #FFF;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
}
.home-event-box.hbox2 a span {
  color: #CF602D;
}

.home-event-box.hbox2 ul {
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.home-event-box.hbox2 ul li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: normal;
}
.home-event-box.hbox2 ul li::before {
  content:'';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  /* background-color: #CF602D; */
  background: url(../img/home-events/TC_box4_logo.svg) no-repeat 0 0;
  background-size:cover;
}

.home-event-box.hbox3 {
  display: block;
  padding-top: 65px;
  padding-right: 35px;
  text-align: justify;
}
.home-event-box.hbox3 p {
  color: #fff;
  padding-left: 11px;
  font-size: 12px;
  line-height: 20px;
}
.home-event-box.hbox3 a {
  display: block;
  color: #FFF;
  font-size: 12px;
  text-align: right;
}
.home-event-box.hbox3 a span {
  color: #CF602D;
}
.home-event-box.hbox3 ul {
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.home-event-box.hbox3 ul li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: normal;
}



.home-event-box.hbox4 a {
  display: flexbox;
  max-width: 31%;
}
.home-event-box.hbox4 a img {
  max-width: 100%;
}

.home-event-box.hbox2 {
  background: url(../img/home-events/TC_box2_background.jpg) no-repeat 0 0;
  background-position: top left;
  background-size: 100%;
}

.home-event-box.hbox3 {
  background: url(../img/home-events/TC_box3_background.jpg) no-repeat 0 0;
  background-position: top left;
  background-size: 100%;
}
.home-event-box.hbox4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/home-events/TC_box4_background.jpg) no-repeat 0 0;
  background-position: top left;
  background-size: 100%;
}

@media (max-width: 1024px) {
   .home-event-box.hbox2 p {
    font-size:12px;
    line-height: 15px;
  }
  .home-event-box.hbox2 ul li {
    font-size:11px;
    line-height: 16px;
  }
  .home-event-box.hbox3 {
    padding-top: 40px;
    padding-right: 30px;
  }
  .home-event-box.hbox3 p {
    font-size:12px;
    line-height: 18px;
  }
  .home-event-box {
    /* height: 210px; */
  }
  .col-md-1.col-sm-12 {
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
  }
  .home-event-box.hbox1,
  .home-event-box.hbox3
  {
    margin-bottom: 0px;
  }
}
@media (max-width: 969px) {

  .row.home-events {
    padding: 0 !important;
    margin: 0 !important;
  }
  .col-md-6.col-lg-6 {
    padding: 10px 0 10px 0 !important;
    margin-bottom: 20px;
  }
  .home-event-box {
    height: 210px;
    padding: 0;
    margin: 0;
  }

  .home-event-box.hbox2 {
    padding: 10px;
  }
  .home-event-box.hbox2 p {
    padding-top: 0;
    padding-bottom: 0;
    font-size:9px;
    line-height: 12px;
  }
  .home-event-box.hbox2 a {
    margin-right: 10px;
    font-size: 9px;
  }

  .home-event-box.hbox2 ul {
    padding-top: 0;
    margin-top 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-event-box.hbox2 ul li {
    font-size:9px;
    line-height: 11px;
  }
  .home-event-box.hbox3 a {
    margin-right: 10px;
    font-size: 9px;
  }

  .home-event-box.hbox3 {
    padding-top: 40px;
  }
  .home-event-box.hbox3 p {
    font-size:9px;
    line-height: 12px;
  }
  .home-event-box.hbox1,
  .home-event-box.hbox3
  {
    margin-bottom: 0px;
  }
}



#mainbottom-row .moduletable {
  margin-bottom: 44px;
}
.from_the_blog .kmt-mod .mod-item {
  font-size: 14px;
}
.from_the_blog .kmt-mod .mod-item + .mod-item {
  border: none;
  padding-top: 20px;
}
.from_the_blog .kmt-mod .kmt-author > * {
  color: #383838;
}
.from_the_blog .kmt-mod .kmt-author > a:hover {
  color: #2e3192;
}
.from_the_blog .kmt-mod .mod-comment-page {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
.from_the_blog .kmt-mod .mod-comment-meta {
  background: none;
  padding: 0;
}
.from_the_blog .kmt-mod .mod-comment-meta a.mod-comment-permalink {
  color: inherit;
  font-size: 11px;
}
.from_the_blog .kmt-mod .mod-comment-meta a.mod-comment-permalink:hover {
  text-decoration: underline;
}

.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  font-size: 14px;
  padding: 0 0 8px 20px;
  line-height: 21px;
  list-style: none;
  position: relative;
}
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.list1 ul li:before {
  color: #383838;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  color: #6c6c6c;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
  color: #2e3192;
}

.why_choose_us .title {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #e7e7e7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(1, #e7e7e7)
  );
  background-image: -o-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
  border: 1px solid #b8b8b8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 70px 0 21px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}
.why_choose_us .title h6 {
  text-transform: uppercase;
  color: #2e2f30;
  font-size: 13px;
  font-family: "open_sansregular";
  margin: 0;
  padding: 13px 0 12px;
}
.why_choose_us .title:hover {
  background: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e7e7e7),
    color-stop(1, #fff)
  );
  background-image: -o-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: -moz-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: -ms-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: linear-gradient(top, #e7e7e7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e7e7, endColorstr=#ffffff);
}
.why_choose_us .title i[class^="icon-"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 46px;
  background: #fff;
  width: 48px;
  text-align: center;
  border-left: 1px solid #b8b8b8;
  font-size: 16px;
  color: #8a8989;
}
.why_choose_us .title i[class^="icon-"]:before {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 50%;
  height: 46px;
  margin-top: -23px;
}
.why_choose_us .selected .title {
  background: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e7e7e7),
    color-stop(1, #fff)
  );
  background-image: -o-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: -moz-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: -ms-linear-gradient(top, #e7e7e7 0%, #fff 100%);
  background-image: linear-gradient(top, #e7e7e7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e7e7, endColorstr=#ffffff);
}
.why_choose_us .item {
  margin-bottom: 11px;
}
.why_choose_us .item_introtext {
  font-size: 12px;
  line-height: 18px;
  padding: 12px 5px 0 22px;
}
.why_choose_us .item_introtext strong {
  color: #383838;
}
.why_choose_us .item_introtext p {
  padding-bottom: 5px;
}

/*
 === GALLERY ===
*/
.galslidereverywhere_block {
  text-align: center;
  display: flex;
}
.galslidereverywhere_block li{
  margin: 0 15px 0 15px;
  align-items: center;
  transition: all 0.5s;
  box-shadow: 3px 3px 5px -1px rgba(0,0,0,0),
                -3px -3px 5px -1px rgba(255,255,255,0);
}
.galslidereverywhere_block li:hover {
  transform: scale(1.06);
}
.galslidereverywhere_block li img {
  transition: all 0.5s;
  box-shadow: 3px 3px 5px -1px rgba(0,0,0,0),
                -3px -3px 5px -1px rgba(255,255,255,0);
}
.galslidereverywhere_block li img:hover {
  box-shadow: 3px 3px 15px -1px rgba(0,0,0,0.15),
                -3px -3px 15px -1px rgba(255,255,255,0.7);
}

/*
 === PRODUCT - TRAINING ===
*/
.float-right {
  float: right;
}
.btn-navy-circle {
    display: table;
    background-color: var(--darkblue);
    color:#ffffff ;
    padding: 0 15px 2px 15px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 20px;
    margin-bottom: 20px;
}

.btn-orange-big-circle:visited,
.btn-orange-big-circle:active,
.btn-orange-big-circle {
  display: block;
  background-color: var(--orange);
  color:#ffffff ;
  padding: 8px 25px 7px 25px !important;
  cursor: pointer;
  font-family: open_sansregular, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  height: 40px !important;
  border: none;
  border-radius: 20px;
  transition: all .3s ease-in-out;
}
.btn-orange-big-circle:hover {
  background: var(--orangedark);
  color:#fff;
}

.info-white-big-circle {
    background-color: #ffffff;
    color:var(--orange);
    padding: 5px 25px 7px 25px;
    font-family: open_sanslight, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid var(--orange);
    border-radius: 30px;
    margin: 20px 0 20px 0;
}

.btn-white-big-circle {
    background-color: #ffffff;
    color:var(--orange);
    padding: 5px 25px 7px 25px;
    cursor: pointer;
    font-family: open_sanslight, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid var(--orange);
    border-radius: 30px;
    margin: 20px 0 20px 0;
}
.btn-white-big-circle:hover {
    background: var(--orange);
    color: #fff;
    border: 1px solid var(--orangedark);
}

@media (max-width: 767px) {
  .btn-white-big-circle {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px 10px 20px;
  }
}


.btn-download_pdf,
.btn-print_pdf {
  display: block;
  font-family: open_sanslight, sans-serif;
  font-size: 18px;
  width: 200px;
  padding: 5px 20px;
  margin: 15px 0 15px 0;
}
.btn-download_pdf i,
.btn-print_pdf i{
  margin-right: 5px;
  font-size: 20px;
}

.title {
    font-family: open_sanslight, sans-serif;
    font-size: 33px;
    font-family: open_sanslight;
    color: #000;
    /* line-height: 42px; */
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

#training-duration,
#training-id {
    font-family: open_sansregular, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #555;
}

#training-lead {
    font-family: open_sanslight, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #333;
}
.prod-description p,
.prod-description {
  font-family: open_sanslight, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color:#333;
}
.prod-description strong{
  color: var(--orange);
}
.prod-description ul {
  list-style-type: disc;
  padding-left: 30px;
}


.orange-box {
    width: 100%;
    padding: 15px;
    background: var(--orange);
}
.orange-box h3 {
    font-family: open_sansregular, sans-serif;
    font-size: 25px;
    color: #fff;
}
.orange-box select {
    width: 100%;
}

.white-box {
    width: 100%;
    padding: 15px;
    background: #FFF;
}

#prod-terms {
  padding: 5px;
  color: #666;
}
.prod-price-info {
  padding:15px;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.prod-price-info strong {
  font-family: open_sansbold, sans-serif;
  font-size: 50px;
}
.prod-price-info p {
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.prod-price-info p strong {
  font-size: 12px;
}
#training-register-btn {
    margin-bottom: 20px;
    /* text-align: right; */
    padding: 10px 20px 20px 20px;
}
.training-readmore:visited,
.training-readmore:active,
.training-readmore {
    background-color: var(--orange);
    color:#ffffff ;
    padding: 3px 25px 5px 25px;
    cursor: pointer;
    font-family: open_sanslight, sans-serif;
    font-size: 16px;
    /* height: 30px; */
    border: none;
    border-radius: 20px;
    text-decoration: none;
}
.training-readmore:hover {
    border: none;
    background: var(--orangedark);
    color: #fff;
    text-decoration: none;
}


.training-prod h4 {
    color: var(--orange);
    font-family: open_sansregular, sans-serif;
    font-size: 20px;
}

.about-coach {
  margin-top: 40px;
}

.about-price {
  margin-top: 100px;
}
.about-price ul {
  list-style: disc;
  margin-top: 20px;
  color:#333;
}
.about-price ul > li {
  margin: 5px 50px;
  font-family: open_sanslight, sans-serif;
  color:#333;
}

#product .product-quantity.clearfix .qty {
  min-width: 80px !important;
}
#product .product-quantity.clearfix .add {
  width: 100% !important;
}
#product .btn-primary.add-to-cart{
  border-radius: 40px;
  width: 100%;
}
#product #add-to-cart-or-refresh .control-label {
  padding-top: 10px;
  font-size: 14px;
}
#product #training-register-btn{
  display: block;
  background: #fff;
}
#product .product-actions.js-product-actions {
  background: #fff;
  padding: 0 25px 25px 25px;
}

/* === FREE QUOTE === */
#free-quote-block {
  margin: 120px 0 40px 0;
    width: 100%;
    height: 390px;
    /* position: absolute; */
    position: static;
    background: url(../../../../img/bezplatna_wycena02.png) no-repeat 10px 30px;
    /* background-size: 90% 90%; */
    background-position: center;
    background-size: 90%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
}


#free-quote-block:hover {
    background-size: 100%;
}

.free-quote-skew-navy {
  width: 60%;
	height: 60px;
	transform: skewX( -22deg );
	background-color:var(--navy);
  padding: 8px 30px 6px 30px;
  margin-top: -10px;
  position: absolute;
}
.free-quote-skew-navy h5 {
  transform: skewX( 22deg );
  font-family: open_sansregular, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.free-quote-skew-orange {
  width: 61%;
	height: 50px;
  position: relative;
  top: 350px;
	transform: skewX( -22deg );
	background-color: var(--orange);
  padding: 12px 30px 6px 30px;
  display: inline-block;
  margin: 5px 17%;
}

.free-quote-skew-orange a {
  display: block;
  transform: skewX( 22deg );
  font-family: open_sansregular, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.free-quote-skew-orange:hover {
  background-color: var(--orangedark);
}
.free-quote-skew-orange a:hover {
  text-decoration: none;
}


@media (max-width: 1199px) {
  .free-quote-skew-navy {
    width: 90%;
  }
  #free-quote-block {
    background-size: 95%;
    height: 390px;
  }
  .free-quote-skew-orange {
    width: 75%;
    top: 320px;
  }
  .free-quote-skew-orange a {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .free-quote-skew-navy {
    width: 90%;
  }
  #free-quote-block {
    background-size: 95%;
    height: 320px;
  }
  .free-quote-skew-orange {
    width: 75%;
    top: 250px;
  }
  .free-quote-skew-orange a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #free-quote-block {
    position: static;
    background-size: 90%;
    height: 390px;
  }
  .free-quote-skew-navy {
    width: 60%;
  }
  .free-quote-skew-orange {
    width: 61%;
    top: 350px;
  }
  .free-quote-skew-orange a {
    font-size: 20px;
  }
}
@media (max-width: 489px) {
  #free-quote-block {
    position: static;
    background-size: 90%;
    height: 310px;
  }
  .free-quote-skew-navy {
    width: 80%;
  }
  .free-quote-skew-navy h5{
    font-size: 18px;
  }
  .free-quote-skew-orange {
    width: 61%;
    top: 250px;
  }
  .free-quote-skew-orange a {
    font-size: 20px;
  }
}



/* === SERVICES / CUSTOMERS === */
.page-cms-11 {
  background: #F5F5F5 !important;
  padding: 0 !important;
}
#implementations{
  background: #fff;
  padding: 15px;
  font-size: 14px;
  color:#666;
  text-align: left;
  text-justify: auto;
}


#services h2 {
  display: table;
  width: auto;
	height: 40px;
	transform: skewX( -22deg );
	background-color: #133C8A;
  color: #fff;
  padding: 8px 30px 6px 30px;
  margin: 10px 0 40px 20px;
}

#services h2 span {
  display: block;
  max-width: 100%;
  transform: skewX( 22deg );
  font-family: open_sansregular, sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: left;
}

#services h3 {
  margin: 40px 0 40px 0;
  font-family: open_sanslight, sans-serif;
  color:#333;
}
#services h3::after{
  content: '';
  display: table;
  width: 120px;
  height: 20px;
  border-bottom: 1px solid #ccc;
}

#services > .white-border {
  background: #fff;
  margin-top: 30px;
  padding: 20px;
}

#services .consulting {
  margin-top: 40px;
  background: #fff;
  padding: 20px;
}
#services .audits {
  margin-top: 40px;
  background: #fff;
  padding: 20px;
}


.implement-cols,
.audits-cols,
.consult-cols {
  padding: 10px;
  font-size: 14px;
  color:#555;
  text-align: left;
  text-justify: auto;
}
.implement-manag-syst,
.audits,
.scope-services
{
  background: #F5F5F5;
  color:#333;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  text-justify: auto;
}
.implement-manag-syst ul li,
.implement-manag-syst p{
  color: #333;
}

.consult-cols ul li,
.audits-cols ul li {
  margin: 5px 10px;
  font-size: 14px;
  color:#555;
  text-align: left;
}

.audits-list-box {
  background: #fff;
  margin: 0 0 20px 0;
}
.audit-frame {
  padding: 25px;
  border: 1px solid #ccc;
  margin: 20px 0px 20px 0px;
}
.audit-frame p {
  color:#555 !important;
}

.audits-list-box > div h4 {
  display: table;
  margin-top: -35px;
  background: #fff;
  padding: 0 10px 0 10px;
  font-family: open_sanslight, sans-serif;
  color:var(--orange);
}
.audits-list-box > div p {
  font-size: 12px;
  color:#A1999D;
  padding-top: 20px;
  height: 255px;
  overflow:auto;
}

/*
 === VOUCHER ===
 */

.page-cms-12 {
  background: #F5F5F5 !important;
  padding: 0 !important;
}
#voucher-content {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  color:#666;
  text-align: left;
  text-justify: auto;
}
#voucher-for-trainings p{
  color:#555 !important;
}
#voucher-banner p {
  color:#e2e2e2 !important;
}

#voucher-for-trainings {
  font-size: 14px;
  color:#555;
  text-align: left;
  text-justify: auto;
}
#voucher-for-trainings h2 {
  display: table;
  width: auto;
	height: 40px;
	transform: skewX( -22deg );
	background-color: #133C8A;
  color: #fff;
  padding: 8px 30px 6px 30px;
  margin: 10px 0 40px 20px;
}

#voucher-for-trainings h2 span {
  display: block;
  max-width: 100%;
  transform: skewX( 22deg );
  font-family: open_sansregular, sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: left;
}

#voucher-for-trainings h3 {
  margin: 40px 0 40px 0;
  font-family: open_sansregular, sans-serif;
  font-size: 26px;
  line-height: auto;
  color:var(--orange);
}
#voucher-for-trainings h3::after{
  content: '';
  display: table;
  width: 120px;
  height: 20px;
  border-bottom: 1px solid var(--orange);
}

#voucher-for-trainings > .white-border {
  background: #fff;
  margin-top: 30px;
  padding: 20px;
}

.voucher-realization > p {
  color: var(--orange);
}

.voucher-cols {
  margin: 20px 0 100px 0;
}
.voucher-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 180px;
}
.voucher-col img {
  max-width: 100px;
  text-align: center;
  height: auto;
}
.voucher-cols > div {
  text-align: center !important;
}
.voucher-col-title {
  display: block !important;
  width: auto !important;
  margin: 10px 30px 30px 30px !important;
}
.voucher-col-title span {
  text-align: center !important;
}

.voucher-cols > div > p {
  text-justify: none;
  text-align: center;
  font-size: 14px;
  line-height: auto;
}
.voucher-col-title span {
  font-size: 18px !important;
}

#voucher-banner {
  display: block;
  width: 100%;
  height: 220px;
  margin: 40px 0 50px 0;
}
#voucher-banner-bg {
  display: block;
  background: linear-gradient(90deg, #193F88 0%, #0A133A 100%);
  width: 100%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  color:#fff;
}

.voucher-info {
  padding: 25px 0 20px 30px !important;
}
.voucher-info h4 {
  font-size: 22px;
}
.voucher-info p {
  color: #e2e2e2;
  font-size: 12px;
}
.voucher-info p:nth-of-type(2) {
  font-size: 16px;
}

.voucher-box-cta {
  max-width: 100%;
  height:auto;
  justify-content: center;
  align-items: baseline;
}
.voucher-img {
  display: block;
  float: left;
  width: 50%;
  height: auto;
}
.voucher-img img {
  display: block;
  margin-top: -20px;
}
.voucher-cta {
  display: flex;
  max-width: 100%;
  min-height: 180px;
  justify-content: center;
  align-items: center;
}
.voucher-cta a {
  display: block;
  font-size: 16px;
  padding-top: 5px !important;
}

@media (max-width: 1199px) {
  .voucher-img{
    display: none;
  }
  .voucher-cta a {
    font-size: 22px;
    height: 40px !important;
    padding: 10px 30px 10px 30px !important;
  }
}

@media (max-width: 769px) {
  #voucher-banner {
    height: 400px;
  }
  .voucher-info {
    padding-bottom: 0;
    height: 100px;
    margin-bottom: 10px !important;
  }
  #voucher-banner-bg {
    height: 300px;
  }
}

/*
 === CO-FINANCING TRAININGS ===
 */
.page-cms-13 {
  background: #F5F5F5 !important;
  padding: 0 !important;
}
.co-financing-white-content {
  background: #fff;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 70px;
  color:#666;
}
.co-financing-white-content a {
  color:#666;
  text-decoration: underline;
}
.co-financing-white-content a:hover {
  color:#000;
}

.co-financing-white-content h5 a {
  color:var(--orange);
  text-decoration: none;
}
.co-financing-white-content h5 a:hover {
  color:var(--orangedark);
  text-decoration: underline;
}
.co-financing-white-content .small-text{
  color:#555;
}

#tra-co-financing h3 {
  margin: 50px 0 50px 0;
  color:var(--orange);
  font-size: 18px;
  line-height: 24px;
}

#tra-co-financing h4 {
  margin: 50px 0 20px 0;
  font-family: open_sansregular, sans-serif;
  font-size: 18px;
  color:#343333;
}
#tra-co-financing h5 {
  margin: 50px 0 50px 0;
  color:var(--orange);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
#tra-co-financing ul {
  margin-left: 30px;
}
#tra-co-financing ul,
#tra-co-financing ol
{
  font-size: 15px;
  color:#555;
  line-height: 22px;
}
#tra-co-financing p{
  color:#555;
}
#tra-co-financing strong {
  font-family: open_sansbold, sans-serif;
}
#tra-co-financing .small-text {
  font-size: 12px;
  line-height: 14px;
}

.navy-text {
  color: var(--navy);
}
.baner-kfr {
  margin: 40px 0 40px 0;
  padding: 20px;
}
.baner-bur {
  margin-top: 70px;
}

/* === CONTACT WITH US === */
#contact-block {
    margin: 40px 0 40px 0;
    width: 100%;
    height: 440px;
    /* position: absolute; */
    position: static;
    background: url(../../../../img/contact-person.png) no-repeat 10px 30px;
    background-position: center;
    background-size: 90%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
}


#contact-block:hover {
    background-size: 93%;
}

.contact-skew-navy {
  width: 40%;
	height: 50px;
	transform: skewX( -22deg );
	background-color: #161B95;
  padding: 8px 10px 6px 10px;
  /* margin-top: -10px; */
  position: absolute;
  top:20%;
  left: 63%;
}
.contact-skew-navy h5 {
  transform: skewX( 22deg );
  font-family: open_sansbold, sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.contact-skew-orange {
  width: 75%;
	height: 50px;
  position: relative;
  left: 0;
  top: 85%;
	transform: skewX( -22deg );
	background-color: var(--orange);
  padding-top: 5px;
  display: inline-block;
  /* margin: 15px 4%; */
}

.contact-skew-orange a {
  display: block;
  transform: skewX( 22deg );
  font-family: open_sansbold, sans-serif;
  color: #fff;
  font-size: 25px;
  padding-top: 5px;
  text-align: center;
}
.contact-skew-orange:hover {
  background-color: var(--orangedark);
}
.contact-skew-orange a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  #contact-block {
    height: 380px;
  }
  .contact-skew-navy {
    width: 50%;
    top:10%;
  }
  .contact-skew-navy h5 {
    font-size: 18px;
  }
  .contact-skew-orange a {
    margin-top: 5px;
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  #contact-block {
    position: static;
    /* height: 260px; */
    background-size: 75%;
  }
  #contact-block:hover {
    background-size: 80%;
  }
  .contact-skew-navy {
    width: 40%;
    top:20%;
    left:55%;
  }
  .contact-skew-navy h5 {
    font-size: 16px;
  }
  .contact-skew-orange a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #contact-block {
      position: static;
      background-size: 75%;
      height: 440px;
  }
  #contact-block:hover {
    background-size: 80%;
  }
  .contact-skew-navy {
    width: 40%;
    top:20%;
  }
  .contact-skew-orange {
    top: 85%;
  }
  .contact-skew-navy h5{
    font-size: 22px;
  }
  .contact-skew-orange a {
    font-size: 25px;
  }
}
@media (max-width: 489px) {
  #contact-block {
    height: 340px;
  }
  .contact-skew-navy {
    width: 40%;
    top:20%;
    left:55%;
  }
  .contact-skew-navy h5{
    font-size: 16px;
  }
  .contact-skew-orange {
    top:80%;
  }
  .contact-skew-orange a {
    font-size: 18px;
  }
}


#prestablogfont,
#prestablogfont p,
#prestablogfont ul li
{
  color:#666;
}



#prod-others {
  margin-top: 100px;
}


.blog-readmore{
  color: #A1999D;
  margin: 30px 10px;
  font-weight: bold;
}
.blog-readmore:hover{
  color:#333;
}

/*
 === CHECKOUT ===
*/
#checkout #header .header-nav {
  background: #fff !important;
}
#checkout .header-nav .container .row {
  padding-left: 15px;
}
#checkout .done {
  color:var(--orange);
}
body#checkout section.checkout-step.-reachable.-current .step-number {
  background: var(--orange);
}

body#checkout section.checkout-step.-reachable.-current .step-number,
.custom-radio input[type="radio"]:checked + span {
  background: var(--navy);
}

body#checkout section.checkout-step .address-item.selected {
  border-color: var(--orange);
  border-radius: 10px;
}
body#checkout section.checkout-step .address-item {
  border-radius: 10px;
}


#checkout .form-group.row{
  margin-bottom: 20px;
}

#checkout .form-informations{
  margin-top: 30px;
  color:var(--navy);
  font-size: 16px;
}

#checkout a:hover,
#checkout a:visited:hover,
#checkout a {
  color:var(--navy);
}
#checkout #cart-summary-product-list .product-price{
  color:var(--navy);
}
#checkout button,
#checkout button:visited:hover
{
  background: var(--orange);
  border-radius: 30px;
}
#checkout button:hover {
  background: var(--orangedark) !important;
}
#checkout input {
  border-radius: 30px;
}
#checkout input:focus {
  border-color: var(--orange) !important;
}

#checkout select {
  border-radius: 30px;
  padding-left: 10px;
}
#checkout textarea {
  border-radius: 20px;
}

.input-group.js-parent-focus.focus {
  outline-color: transparent !important;
}

#checkout input#field-password{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#checkout .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#checkout .form-control-comment {
  font-size: 12px;
}
#checkout .form-informations {
  margin-top: 20px;
}
#checkout em {
  font-size: 10px;
}

/*
 === LOGOWANIE ===
*/
#authentication a {
  color: var(--navy);
}
#authentication a:hover {
  text-decoration: underline;
}
#authentication button,
#authentication button:visited:hover
{
  background: var(--orange);
  border-radius: 30px;
}
#authentication button:hover {
  background: var(--orangedark) !important;
}
#authentication input {
  border-radius: 30px;
}
#authentication input:focus {
  border-color: var(--orange) !important;
}
#authentication input#field-password{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#authentication .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
 === MOJE KONTO ===
*/
#my-account .link-item:hover i {
  color: var(--orange) !important;
}
#my-account a {
  color: var(--navy);
}
#my-account .page-footer a:hover {
  text-decoration: underline;
}

/*
 === MOJE KONTO : INFORMACJA ===
*/
#identity a {
  color: var(--navy);
}
#identity a:hover {
  text-decoration: underline;
}
#identity button,
#identity button:visited:hover
{
  background: var(--orange);
  border-radius: 30px;
}
#identity button:hover {
  background: var(--orangedark) !important;
}
#identity input {
  border-radius: 30px;
}
#identity input:focus {
  border-color: var(--orange) !important;
}
#identity input#field-new_password,
#identity input#field-password{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#identity .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#identity .form-control-comment {
  font-size: 12px;
}
#identity .form-informations {
  margin-top: 20px;
}
#identity em {
  font-size: 10px;
}
#identity .form-group.row{
  margin-bottom: 20px;
}


/*
 === MOJE KONTO : ADRESY - Uaktualnij ===
*/
#address a {
  color: var(--navy);
}
#address a:hover {
  text-decoration: underline;
}
#address button,
#address button:visited:hover
{
  background: var(--orange);
  border-radius: 30px;
}
#address button:hover {
  background: var(--orangedark) !important;
}
#address input {
  border-radius: 30px;
}
#address input:focus {
  border-color: var(--orange) !important;
}
#address input#field-new_password,
#address input#field-password{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#address .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#address .form-control-comment {
  font-size: 12px;
}
#address .form-informations {
  margin-top: 20px;
}
#address em {
  font-size: 10px;
}
#address .form-group.row{
  margin-bottom: 20px;
}
#address #field-id_country {
  border-color: var(--orange);
  border-radius: 30px;
}
#address #field-additional_info {
  border-color: var(--orange);
  border-radius: 10px;
}



#header .header-nav .right-nav a {
  color: #ccc;
}


.wishlist-product-price {
  display: none !important;
}
.wishlist-product-combinations {
  display: none !important;
}
.wishlist-product-bottom {
  display: none !important;
}

#search .product-miniature .thumbnail-container {
  max-width: 180px;
  height: 300px;
}
#search .product-miniature .thumbnail-container .product-description h2.h3 {
  font-size: .5vw;
}



#sticky-soc {
  display: block;
  width: 30px;
  height: 200px;
  z-index: 9999;
  position: fixed;
  left: 0;
  top:40%;
  transform: translateY(-50%);
  animation: slideInFromLeft 0.5s ease-out forwards;
}
#sticky-soc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sticky-soc ul li {
  padding-bottom: 5px;
}
#sticky-soc ul li img {
  width: 40px;
  height: 40px;
}
#sticky-soc ul li a {
  transition: all 0.3s;
  filter: brightness(100%);
}
#sticky-soc ul li a:hover {
  filter: brightness(80%);
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}



/*
 === FOOTER ===
*/
#footer,
#footer .block_newsletter
{
  background: #383838;
  color:#b6b6b6;
}
#footer a {
  color: #e2e2e2;
}
#footer a:hover {
  color: #fff;
}
#footer p.h3,
#footer p.h4,
#footer #block-newsletter-label,
#footer p.h3 a
 {
  color: #f0f0f0;
}
#footer .block_newsletter form .row .col-xs-12:last-of-type p {
  color:#b6b6b6;
}
#footer .block_newsletter .btn-primary {
  background-color: var(--orange);
}
#footer .block_newsletter .btn-primary:hover {
  background-color: var(--orangedark);
}
#footer .block_newsletter form .input-wrapper input:focus {
  border: 2px solid var(--orange);
}
#footer .block-social ul li {
  background-color: #333;
  color:#ddd;
}
#footer .block-social ul li:hover {
  background-color: var(--orange);
}

#footer .contact-rich .block .data {
  color: #b6b6b6;
  font-size: 10px;
}
#footer .contact-rich hr {
  border-color: #424242;
}

@media (max-width: 767px) {
  .links .title {
      padding: 0.625rem;
      cursor: pointer;
      color: #fff;
      border-bottom: 1px solid #ccc;
  }
  .footer-container .links .h3 {
    color: #ccc;
  }
  .block-contact .navbar-toggler .material-icons {
    color: #fff;
  }
  .contact-rich {
    margin-top: 20px;
  }
  .footer-container .links ul {
    background-color: #313131 !important;
  }
  .footer-container .links ul li a {
    padding-left: 10px;
  }
}



#copyright-row {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 18px;
}
#copyright-row h6 {
  color: #f0f0f0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "open_sansregular";
  margin-bottom: 20px;
}
#copyright-row .moduletable {
  display: none;
}
#copyright {
  background: url(../img/footer_border.gif) repeat-x;
  margin-top: 50px;
  padding: 21px 0 15px;
  font-size: 11px;
  color: #f0f0f0;
  font-family: inherit;
}
#copyright a:hover {
  text-decoration: underline;
}
#copyright .siteName a {
  color: #f0f0f0;
  font-size: 10px;
}
#copyright .social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  color: #ffffff;
}
#copyright .social li a:hover {
  color: var(--orange) !important;
  font-size: 20px;
  text-decoration: none !important;
}

.ets_cookie_banber_block.bottom{
  display: block !important;
}

/* --- contact box --- */
.grecaptcha-badge {
    bottom:60px !important;
}
#sgp-contactbox {
    display:block;
    position: fixed;
    right: 10px;
    bottom:10px;
    width: 180px;
    height: 40px;
    z-index: 9999999;
    border-radius: 30px;
    -webkit-box-shadow: 11px 15px 14px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 11px 15px 14px -16px rgba(66, 68, 90, 1);
    box-shadow: 11px 15px 14px -16px rgba(66, 68, 90, 1);
    background-color: var(--cb_background);
    /* border: 1px solid #ccc; */
    overflow: hidden;
    transition: all ease-in-out .5s;
}

#sgp-contactbox #cb-open {
    display:flex;
    background-color: var(--cb_orange);
    color:var(--cb_background);
    padding: 10px;
    overflow: hidden;
}
#sgp-contactbox #cb-open a {
    font-size: 16px;
    color:var(--cb_background);
}
#sgp-contactbox header {
    display: none;
    padding: 10px 10px 10px 10px;
    background: var(--cb_orange);
    color:#FFF;
    width: 100%;
    -webkit-box-shadow: 1px 2px 10px 3px rgba(107, 107, 115, 0.41);
    -moz-box-shadow: 1px 2px 10px 3px rgba(107, 107, 115, 0.41);
    box-shadow: 1px 2px 10px 3px rgba(107, 107, 115, 0.41);
}
#cb-logo {
    float: left;
    padding-top: 5px;
    margin-right: 7px;
}


#cb-header-text {
    display: block;
    height: 70px;
    padding-right: 5px;
}


#sgp-contactbox header #cb-close {
    width: 20px;
    margin-left: auto;
}
#cb-close a {
    margin-right: 10px;
    color:#FFF;
}
#cb-close a:hover {
    color: #ccc;
}


#sgp-contactbox header h3 {
    display: block;
    max-width: 200px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0;
}
#cb-header-text p {
    display: block;
    max-width: 160px;
    float: left;
    width: auto;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
}

#contactbox-wrapp {
    display: block;
    padding: 10px;
    margin-top: 20px;
    padding: 0 15px 10px 15px;
}

#cb-cloud {
    position: relative;
    left: 60px;
    background: url(../img/contactbox/dymek.png) no-repeat;
    width: 177px;
    height: 77px;
}
#cb-cloud p {
    display: block;
    padding: 12px 5px 10px 18px;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
}
#cb-intro-text #cb-logo-wh {
    position: relative;
    top:-10px;
    left: 10px;
}
#cb-form {
    text-align: center;
}
#cb-form .input-circle input {
    width: 90%;
    margin-bottom: 10px;
    font-size: 12px;
}
#cb-form .input-circle button {
    width: 50%;
    margin-right: 20px;
    float: right;
}
#cb-form .input-circle textarea {
    border-radius: 10px !important;
    width: 90%;
    height: 90px;
}

#cb-confirmation {
    display: block;
    padding-top: 150px;
    text-align: center;
    color: #222;
}
#cb-confirmation h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#cb-confirmation p {
    display: block;
    padding-top: 5px;
    font-size: 14px;
}

p, .page-content.page-cms ul {
  color:#000;
}
#category-description,
#category-description > ul li {
  font-family:Arial, sans-serif !important;
  /* color: #000 !important; */
  color: #999 !important;
}
#category-description > ul li {
  /* color:#000 !important; */
  color:#999 !important;
  font-size:11pt;
  font-family:Arial, sans-serif;
  font-weight: normal;
}
#category-description p,
#category-description p span
{
  color:#999 !important;
}
#category-description h2
{
  color:#5d5d5d !important;
}
