/**
 * @file
 */
html,
body {
  /* font-family: "Roboto", sans-serif; */
  color: #1c1c1c;
  font-size: 1rem;
}

@media (max-width: 1024.98px) {
  .site-main-header-wrap {
    height: 80px !important;
  }

  .site-header-main-section-left {
    position: relative !important;
  }

  .site-brand-logo-only img {
    width: 240px;
    height: 69px;
    margin-top: 0px;
  }
}

@media (min-width: 1025px) {
  .site-main-header-wrap {
    height: auto !important;
  }

  .site-header-main-section-left {
    position: relative !important;
  }

  .site-brand-logo-only {
    position: absolute !important;
    top: -40px;
    left: 0;
    width: 330px;
    height: 95px;
  }

  .site-brand-logo-only img {
    width: 330px;
    height: 95px;
    margin-top: 5px;
  }
}

.content-title-style-above .page-hero-section .entry-hero-container-inner {
  background-image: url("../img/bg/bg-title-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}

.container {
  max-width: 1200px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.as-full-1 {
  background-color: #1c1c1c;
}

@media (max-width: 575.98px) {
  .as-full-2 {
    background-color: #1c1c1c;
    background-image: url("../img/bg-home-2.jpg");
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .as-full-2 h1 {
    color: #fafafa !important;
    font-size: 1.8rem !important;
  }

  .as-full-2 h2 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
    padding-top: 25px !important;
    padding-bottom: 0 !important;
  }

  .as-full-2 h4 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .as-full-2 {
    background-color: #1c1c1c;
    background-image: url("../img/bg-home-2.jpg");
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .as-full-2 h1 {
    color: #fafafa !important;
    font-size: 1.8rem !important;
  }

  .as-full-2 h2 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
    padding-top: 25px !important;
    padding-bottom: 0 !important;
  }

  .as-full-2 h4 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .as-full-2 {
    background-color: #1c1c1c;
    background-image: url("../img/bg-home-2.jpg");
    min-height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #585858 2px solid;
  }

  .as-full-2 h1 {
    color: #fafafa !important;
    font-size: 1.8rem !important;
  }

  .as-full-2 h2 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .as-full-2 h4 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .as-full-2 {
    background-color: #1c1c1c;
    background-image: url("../img/bg-home-2.jpg");
    min-height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #585858 2px solid;
  }

  .as-full-2 h1 {
    color: #fafafa !important;
    font-size: 2rem !important;
  }

  .as-full-2 h2 {
    color: #fafafa !important;
    font-size: 1.4rem !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .as-full-2 h4 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .as-full-2 {
    background-color: #1c1c1c;
    background-image: url("../img/bg-home-2.jpg");
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #585858 2px solid;
  }

  .home-opis {
    padding-top: 30px;
  }

  .as-full-2 h1 {
    color: #fafafa !important;
    font-size: 2rem !important;
  }

  .as-full-2 h2 {
    color: #fafafa !important;
    font-size: 1.4rem !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .as-full-2 h4 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
  }
}

@media (min-width: 1400px) {
  .as-full-2 {
    background-color: #1c1c1c;
    background-image: url("../img/bg-home-2.jpg");
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #585858 2px solid;
  }

  .home-opis {
    padding-top: 30px;
  }

  .as-full-2 h1 {
    color: #fafafa !important;
    font-size: 2rem !important;
  }

  .as-full-2 h2 {
    color: #fafafa !important;
    font-size: 1.4rem !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .as-full-2 h4 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
  }
}

/* menu-button */
@media (max-width: 1023.98px) {
  .buttonOnline {
    background: #2b6cb0;
    border: 1px #205996 solid;
    border-radius: 5px;
    color: #fafafa !important;
    padding: 8px 10px !important;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  .btn-my1 a:hover {
    background: #2b6cb0;
    color: #fafafa !important;
  }

  .btn-my1 {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .buttonOnline {
    display: none;
    visibility: hidden;
  }
}

/*
  Buttons
  */
.myButton1 {
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 3px;
  border: 1px solid #124d77;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 22px 12px 22px;
  text-decoration: none;
}
.myButton1:hover {
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
}
.myButton1:active {
  position: relative;
  top: 1px;
}

.myButton2 {
  box-shadow: inset 0px 1px 0px 0px #ffa500;
  background: linear-gradient(to bottom, #ca8401 5%, #ffa500 100%);
  background-color: #ffa500;
  border-radius: 3px;
  border: 1px solid #704900;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 22px 12px 22px;
  text-decoration: none;
}
.myButton2:hover {
  background: linear-gradient(to bottom, #ffa500 5%, #c4830b 100%);
  background-color: #e29300;
}
.myButton2:active {
  position: relative;
  top: 1px;
}

.btn-primary {
  background: #2b6cb0 !important;
  border: 1px #205996 solid !important;
  color: #ffffff !important;
}

/* Responsive Table */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5rem;
  margin: 0.5em 0 0.75rem;
}

table tr {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 0.35rem;
}

table th,
table td {
  padding: 0.625rem;
  text-align: center;
}

table th {
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767.98px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1rem;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625rem;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1rem;
    text-align: left;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/* video */
video {
  width: 100%;
  height: auto;
}

/* pricing-plan */
.as-full-armada1 {
  background-color: #fafafa;
}

.as-full-armada2 {
  background-color: #1c1c1c;
}

.border-top {
  border-top: 1px solid #d3d3d3 !important;
}
.border-bottom {
  border-bottom: 1px solid #d3d3d3 !important;
}
.card {
  color: #444;
  background: #e0e0e0;
  border: #e0e0e0;
  border-radius: 1rem;
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.7),
    4px 4px 8px rgba(173, 173, 173, 0.3),
    inset 16px 16px 32px rgba(173, 173, 173, 0.2),
    inset -16px -16px 32px rgba(255, 255, 255, 0.5);
}
.card.armada {
  padding: 0;
  margin: 0;
  border-color: #d3d3d3;
  display: flex;
  flex-flow: row wrap;
}
.card.armada .card-header {
  background: #fafafa;
  border: none;
}
.card.armada .card-title {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.card.armada .pakiet {
  color: #2b6cb0;
  font-size: 1.4rem;
}
.card.armada .card-body {
  font-size: 0.85rem;
  background: transparent;
}
.card.armada .card-footer {
  border: none;
}
.card.armada .card-block {
  padding: 15px;
}
.card.armada .card-block .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.card.armada .info {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 600;
}
.card.armada .summary {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.card.armada .summary .price {
  width: 100%;
}
.card.armada .summary .price .currency {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
}
.card.armada .summary .price .nominal {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 700;
}
.card.armada .summary .periode {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  width: 100%;
  text-align: right;
}

/* realizacje */
.realizacje h2 {
  color: #be2e2e;
  font-size: 1.8rem;
  font-weight: 700;
}

.as-modula {
  padding-top: 25px;
}

/* kontakt */
.map {
  padding-top: 25px;
}

.map-container {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.contact {
  position: relative;
  overflow: hidden;
}

/* Footer */
footer {
  background-color: #1c1c1c;
  padding-top: 30px;
  font-size: 1rem !important;
  color: #fafafa !important;
}

h5 {
  font-size: 1rem !important;
  color: #2b6cb0 !important;
}

h6 {
  font-size: 1rem !important;
  color: #fafafa !important;
}

footer a {
  color: #fafafa;
}

footer a:hover {
  color: #fafafa;
}

.as-footer {
  background-color: #1c1c1c;
}
