@charset "UTF-8";
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/**********************************/
/*         Color Primary          */
/**********************************/
/* REQUIRED */
/* REQUIRED */
/**********************************/
/*          Font Primary          */
/**********************************/
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
#offer-p .op-inner .op-content .op-ct,
#offer-p .op-inner .op-head .op-tabs,
#homepage-content #offer .offer-inner .o-head header,
#homepage-content #ap .ap-inner,
#homepage-content #about-us .au-inner,
#main-header .mh-inner .menu .mh-contact,
#main-header .mh-inner .menu,
#main-header .mh-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

#homepage-content #offer .offer-inner .o-boxes {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/**********************************/
/*            Standard            */
/**********************************/
/* Mixins */
/* ----------------------------------------------------------------------------- */
/* Custom - Delete */
/* -------------------------------- end custom mixins ----------------------------------- */
/**********************************/
/*            Extends             */
/**********************************/
/* -- Elements -- */
#contact,
#news-category,
#news-single,
#news,
#gallery,
#gallery-category,
#portfolio,
#subpage {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #b7bebf;
  font-weight: normal;
}

#contact .content > header h2,
#news-category .content > header h2,
#news-single .content > header h2,
#news .content > header h2,
#gallery .content > header h2,
#gallery-category .content > header h2,
#portfolio .content > header h2,
#subpage .content > header h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  padding: 40px 0;
  background: #34b7d8;
  text-align: center;
  font-size: 30px;
}

#news-single ul li,
#gallery ul li,
#portfolio ul li,
#subpage ul li {
  font-size: 15px;
  font-weight: normal;
  margin: 3px 0 0 0;
  padding: 0 0 0 20px;
  color: #b7bebf;
  position: relative;
}
#news-single ul li:after,
#gallery ul li:after,
#portfolio ul li:after,
#subpage ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #34b7d8;
}

#news-single ol li,
#gallery ol li,
#portfolio ol li,
#subpage ol li {
  font-size: 15px;
  font-weight: normal;
  margin: 3px 0 0 16px;
  color: #b7bebf;
}

#subpage a {
  color: #34b7d8;
  text-decoration: underline;
}

#news-single,
#subpage {
  /* REQUIRED */
  /* REQUIRED */
}
#news-single h1,
#subpage h1 {
  font-family: "Open Sans", sans-serif;
  color: #3d3c45;
  font-weight: normal;
  padding: 8px 0;
  font-size: 46px;
}
#news-single h2,
#subpage h2 {
  font-family: "Open Sans", sans-serif;
  color: #3d3c45;
  font-weight: normal;
  padding: 8px 0;
  font-size: 40px;
}
#news-single h3,
#subpage h3 {
  font-family: "Open Sans", sans-serif;
  color: #3d3c45;
  font-weight: normal;
  padding: 8px 0;
  font-size: 34px;
}
#news-single h4,
#subpage h4 {
  font-family: "Open Sans", sans-serif;
  color: #3d3c45;
  font-weight: normal;
  padding: 8px 0;
  font-size: 28px;
}
#news-single h5,
#subpage h5 {
  font-family: "Open Sans", sans-serif;
  color: #3d3c45;
  font-weight: normal;
  padding: 8px 0;
  font-size: 22px;
}
#news-single h6,
#subpage h6 {
  font-family: "Open Sans", sans-serif;
  color: #3d3c45;
  font-weight: normal;
  padding: 8px 0;
  font-size: 16px;
}

/**********************************/
/*         Modules styles         */
/**********************************/
#contact .inner,
#news-category .inner,
#news-single .inner,
#news .inner,
#gallery .inner,
#gallery-category .inner,
#portfolio .inner,
#subpage .inner {
  display: inline-block;
  width: 100%;
  margin: 60px 0 0 0;
}
@media all and (max-width: 1240px) {
  #contact .inner,
  #news-category .inner,
  #news-single .inner,
  #news .inner,
  #gallery .inner,
  #gallery-category .inner,
  #portfolio .inner,
  #subpage .inner {
    padding: 0 15px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
}

button {
  border: none;
  background: none;
}

input,
textarea,
button {
  outline: none;
}

ul {
  list-style: none;
}

a {
  color: inherit;
}

/**********************************/
/*           Elementy             */
/**********************************/
/* Belka Cookies */
.ads_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #b7bebf;
  border-top: 3px solid #34b7d8;
  font-size: 15px;
  z-index: 99999999999999;
}
.ads_cookies .info {
  position: relative;
  padding: 15px 50px;
}
.ads_cookies .info span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #34b7d8;
}
.ads_cookies .info span i {
  font-size: 23px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.ads_cookies .info span i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ads_cookies a {
  color: #34b7d8;
  text-decoration: underline;
}

/* Tabela */
table {
  background-color: #f9fdfe;
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
  word-break: break-all;
}
table thead tr {
  border: 1px solid #34b7d8;
  background-color: #34b7d8;
}
table thead tr td {
  padding: 5px 10px;
  color: #fff;
  border-right: 1px solid #26a7c7;
}
table tbody tr {
  border: 1px solid #dfdfdf;
}
table tbody tr td {
  padding: 5px 10px;
  color: #777777;
  border-right: 1px solid #d0d0d0;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.pagination ul {
  list-style: none;
  display: inline-block;
}
.pagination ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  overflow: hidden;
  border-radius: 4px;
}
.pagination ul li:after {
  display: none;
}
.pagination ul li a {
  display: inline-block;
  font-size: 14px;
  color: #9b9b9b;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.pagination ul li a:hover {
  background-color: #34b7d8;
  color: #fff;
}
.pagination ul li.active {
  background-color: #34b7d8;
  display: inline-block;
  font-size: 14px;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
}
.pagination ul li.active a {
  color: #fff;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-weight: normal;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* Podstrona */
/* Portfolio */
/* Galeria - kategorie */
/* Galeria */
/* Aktualności */
/* Aktualności - wpis */
/* Aktualności - kategoria */
/* Kontakt */
#main-header {
  padding: 10px 0;
}
#main-header .mh-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#main-header .mh-inner .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#main-header .mh-inner .logo h1 {
  display: inline-block;
}
#main-header .mh-inner .logo h1 a {
  position: relative;
  display: inline-block;
  width: 327px;
  height: 45px;
  max-width: 100%;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
#main-header .mh-inner .logo h1 a span {
  position: absolute;
  display: none;
}
#main-header .mh-inner .menu {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#main-header .mh-inner .menu .mh-contact {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  padding: 0 0 0 20px;
}
#main-header .mh-inner .menu .mh-contact .icon {
  margin: 0 20px 0 0;
}
#main-header .mh-inner .menu .mh-contact .contact-info p {
  width: auto;
  font-size: 18px;
}
#main-header .mh-inner .menu .mh-contact .contact-info p:first-of-type {
  color: #989da5;
}
#main-header .mh-inner .menu .mh-contact .contact-info p:last-of-type {
  color: #34b7d8;
}
#main-header .mh-inner .menu .main_menu {
  margin: 0 10px 0 0;
}
#main-header .mh-inner .menu .main_menu li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#main-header .mh-inner .menu .main_menu li:last-of-type {
  margin: 0;
}
#main-header .mh-inner .menu .main_menu li a {
  color: #424b59;
  font-size: 18px;
  display: inline-block;
  padding: 6px 10px;
}

#mobile_menu {
  position: relative;
  top: auto;
  right: auto;
  background-color: #33c3c9;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}
#mobile_menu i {
  margin: 0 4px 0 0;
}

@media all and (max-width: 800px) {
  #mobile_menu {
    display: inline-block;
  }
  .main_menu {
    border-bottom: 1px solid #33c3c9;
  }
}
@media all and (min-width: 0) and (max-width: 1100px) {
  #main-header .mh-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #main-header .mh-inner .menu,
  #main-header .mh-inner .logo {
    width: 100%;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: center;
  }
  #main-header .mh-inner .logo {
    margin: 0 0 15px 0;
  }
  #main-header .mh-inner .menu {
    display: inline-block;
    width: 100%;
  }
  #main-header .mh-inner .menu nav {
    width: 100%;
  }
  #main-header .mh-inner .menu nav .main_menu li {
    margin: 0 0 5px 0;
  }
  #main-header .mh-inner .menu nav .main_menu li:first-of-type {
    margin: 5px 0;
  }
  #main-header .mh-inner .menu nav .main_menu li:last-of-type {
    margin: 0 0 5px 0;
  }
  #main-header .mh-inner .menu nav .main_menu li a {
    display: inline-block;
    width: 100%;
  }
  #main-header .mh-inner .menu .mh-contact {
    padding: 0;
    border-left: none;
    margin: 15px 0 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
#homepage-slider {
  border-bottom: 4px solid #33c3c9;
  display: inline-block;
  width: 100%;
}
#homepage-slider img {
  float: left;
}

#homepage-content {
  display: inline-block;
  width: 100%;
}
#homepage-content #about-us {
  background-image: url("../images/aboutus-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
#homepage-content #about-us .au-inner .au-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 120px 0 0;
}
#homepage-content #about-us .au-inner .au-info h2 {
  color: #34b7d8;
  font-size: 34px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#homepage-content #about-us .au-inner .au-info p {
  color: #143e79;
  font-size: 18px;
  margin: 0 0 35px 0;
  line-height: 1.6;
}
#homepage-content #about-us .au-inner .au-open {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
#homepage-content #about-us .au-inner .au-open .auo-table {
  border: 6px solid #dee4e5;
  display: inline-block;
  text-align: center;
  width: 475px;
  max-width: 100%;
  padding: 0 20px;
  background-color: #fff;
  margin: 0 60px 0 0;
}
#homepage-content #about-us .au-inner .au-open .auo-table h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: #143e79;
  font-weight: normal;
  padding: 20px 0;
}
#homepage-content #about-us .au-inner .au-open .auo-table > p {
  font-size: 18px;
  color: #143e79;
  padding: 20px 0;
}
#homepage-content #about-us .au-inner .au-open .auo-table .auo-info {
  display: inline-block;
  padding: 0 130px;
}
#homepage-content #about-us .au-inner .au-open .auo-table .auo-info .auo-h {
  border-top: 4px solid #dee4e5;
  border-bottom: 4px solid #dee4e5;
  display: inline-block;
  padding: 30px 0;
}
#homepage-content #about-us .au-inner .au-open .auo-table .auo-info .auo-h p:first-of-type {
  margin: 0 0 30px 0;
}
#homepage-content #about-us .au-inner .au-open .auo-table .auo-info .auo-h p span {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  color: #143e79;
}
#homepage-content #cta {
  background-color: #34b7d8;
  color: #fff;
  padding: 30px 0;
}
#homepage-content #cta .cta-inner {
  padding: 0 60px;
}
#homepage-content #cta .cta-inner .cta-container {
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
  padding: 0 30px;
}
#homepage-content #cta .cta-inner .cta-container h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px 0 20px 0;
}
#homepage-content #cta .cta-inner .cta-container p {
  font-size: 18px;
  margin: 0 0 20px 0;
}
#homepage-content #cta .cta-inner .cta-container a {
  border: 1px solid #fff;
  border-bottom: none;
  padding: 5px 55px;
  display: inline-block;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
#homepage-content #cta .cta-inner .cta-container a:hover {
  background-color: #fff;
  color: #34b7d8;
}
#homepage-content #ap {
  padding: 80px 0;
}
#homepage-content #ap .ap-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#homepage-content #ap .ap-inner .ap-info,
#homepage-content #ap .ap-inner .ap-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#homepage-content #ap .ap-inner .ap-info {
  text-align: right;
  padding: 0 40px 0 0;
}
#homepage-content #ap .ap-inner .ap-info header h2 {
  text-transform: uppercase;
  font-size: 34px;
  color: #34b7d8;
  font-weight: normal;
}
#homepage-content #ap .ap-inner .ap-info header p {
  color: #143e79;
  font-size: 18px;
  font-weight: lighter;
}
#homepage-content #ap .ap-inner .ap-info .ap-address {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0 0;
}
#homepage-content #ap .ap-inner .ap-info .ap-address p {
  margin: 0 0 30px 0;
  line-height: 1.8;
}
#homepage-content #ap .ap-inner .ap-info .ap-address p span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #143e79;
  font-weight: 500;
}
#homepage-content #ap .ap-inner .ap-image {
  padding: 0 0 0 40px;
}
#homepage-content #ap .ap-inner .ap-image .api-container {
  display: inline-block;
  position: relative;
}
#homepage-content #ap .ap-inner .ap-image .api-container:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #dee4e5;
  position: absolute;
  bottom: -24px;
  right: -22px;
  z-index: -1;
}
#homepage-content #ap .ap-inner .ap-image .api-container img {
  float: left;
}
#homepage-content #offer {
  background-color: #f9fdfe;
  position: relative;
}
#homepage-content #offer .offer-inner .o-head {
  background-image: url("../images/offer-img.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  width: calc(50% - 250px);
  height: 100%;
  padding: 30px 50px 30px 0;
}
#homepage-content #offer .offer-inner .o-head header {
  width: 100%;
  height: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#homepage-content #offer .offer-inner .o-head header h2,
#homepage-content #offer .offer-inner .o-head header p {
  text-align: right;
  letter-spacing: 1px;
}
#homepage-content #offer .offer-inner .o-head header h2 span,
#homepage-content #offer .offer-inner .o-head header p span {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
#homepage-content #offer .offer-inner .o-head header h2 span:first-of-type {
  font-size: 25px;
  padding: 0 50px 0 0;
}
#homepage-content #offer .offer-inner .o-head header h2 span:last-of-type {
  font-size: 41px;
}
#homepage-content #offer .offer-inner .o-head header p span:first-of-type {
  font-size: 18px;
  padding: 0 130px 0 0;
}
#homepage-content #offer .offer-inner .o-head header p span:last-of-type {
  font-size: 30px;
}
#homepage-content #offer .offer-inner .o-boxes {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex: 0.47;
  -ms-flex: 0.47;
  flex: 0.47;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% + 250px);
  float: right;
}
#homepage-content #offer .offer-inner .o-boxes .o-box {
  width: 33.3%;
  text-align: center;
  border: 1px solid #f0f6f7;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
#homepage-content #offer .offer-inner .o-boxes .o-box img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
#homepage-content #offer .offer-inner .o-boxes .o-box a {
  position: relative;
  display: inline-block;
  padding: 30px 40px;
}
#homepage-content #offer .offer-inner .o-boxes .o-box a:hover img {
  opacity: 0.05;
}
#homepage-content #offer .offer-inner .o-boxes .o-box h3 {
  text-transform: uppercase;
  color: #33c3c9;
  font-weight: normal;
  position: relative;
  padding: 0 0 15px 0;
  z-index: 1;
}
#homepage-content #offer .offer-inner .o-boxes .o-box h3:before {
  content: "";
  display: inline-block;
  width: 85px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  background-color: #b7bebf;
}
#homepage-content #offer .offer-inner .o-boxes .o-box p {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #b7bebf;
  line-height: 1.3;
  margin: 15px 0 0 0;
}
#homepage-content #contact-map {
  border-top: 3px solid #33c3c9;
  display: inline-block;
  width: 100%;
}
#homepage-content #contact-map #map {
  width: 100%;
  height: 400px;
}

@media all and (min-width: 0) and (max-width: 1400px) {
  #homepage-content {
    padding: 0 15px;
  }
}
@media all and (min-width: 0) and (max-width: 1300px) {
  #homepage-content #offer .offer-inner .o-head {
    padding: 30px 20px 30px 0;
  }
  #homepage-content #offer .offer-inner .o-head header h2 span:first-of-type {
    padding: 0;
  }
  #homepage-content #offer .offer-inner .o-head header p span:first-of-type {
    padding: 0;
  }
}
@media all and (min-width: 0) and (max-width: 1200px) {
  #homepage-content #ap .ap-inner .ap-image .api-container:before {
    display: block;
    padding: 0;
  }
  #homepage-content #offer .offer-inner .o-head {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  #homepage-content #offer .offer-inner .o-head header h2 {
    text-align: center;
  }
  #homepage-content #offer .offer-inner .o-head header p {
    display: none;
  }
  #homepage-content #offer .offer-inner .o-boxes {
    width: 100%;
  }
}
@media all and (min-width: 0) and (max-width: 1100px) {
  #homepage-content #about-us .au-inner .au-info {
    padding: 0 40px 0 0;
  }
  #homepage-content #offer .offer-inner .o-boxes .o-box h3 {
    font-size: 15px;
  }
  #homepage-content #offer .offer-inner .o-boxes .o-box p {
    font-size: 14px;
  }
}
@media all and (min-width: 0) and (max-width: 900px) {
  #homepage-content #about-us .au-inner {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #homepage-content #about-us .au-inner .au-info {
    padding: 0;
  }
  #homepage-content #about-us .au-inner .au-info h2 {
    font-size: 28px;
  }
  #homepage-content #about-us .au-inner .au-info p {
    font-size: 16px;
  }
  #homepage-content #about-us .au-inner .au-open .auo-table {
    margin: 0;
    width: 100%;
  }
  #homepage-content #about-us .au-inner .au-open .auo-table h3 {
    font-size: 26px;
    padding: 10px 0;
  }
  #homepage-content #about-us .au-inner .au-open .auo-table > p {
    font-size: 16px;
    padding: 10px 0;
  }
  #homepage-content #about-us .au-inner .au-open .auo-table .auo-info {
    padding: 0;
  }
  #homepage-content #about-us .au-inner .au-open .auo-table .auo-info .auo-h {
    padding: 10px 0;
  }
  #homepage-content #about-us .au-inner .au-open .auo-table .auo-info .auo-h p span {
    font-size: 26px;
  }
  #homepage-content #cta .cta-inner .cta-container h2 {
    font-size: 24px;
  }
  #homepage-content #cta .cta-inner .cta-container p {
    font-size: 16px;
  }
  #homepage-content #ap .ap-inner .ap-info header h2 {
    font-size: 28px;
  }
  #homepage-content #ap .ap-inner .ap-info header p {
    font-size: 16px;
  }
  #homepage-content #ap .ap-inner .ap-info .ap-address p span {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  #homepage-content #offer .offer-inner .o-boxes .o-box {
    width: 49.9%;
  }
}
@media all and (min-width: 0) and (max-width: 750px) {
  #homepage-content #about-us,
  #homepage-content #ap {
    padding: 30px 0;
  }
  #homepage-content #ap .ap-inner {
    display: inline-block;
  }
  #homepage-content #ap .ap-inner .ap-info {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #homepage-content #ap .ap-inner .ap-image {
    display: block;
    padding: 0;
  }
}
@media all and (max-width: 500px) {
  #homepage-content #offer .offer-inner .o-boxes .o-box {
    width: 100%;
  }
}
#main-footer {
  background-color: #34b7d8;
  padding: 20px 0;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(51, 195, 201, 0.8);
}

#offer-p {
  position: fixed;
  top: 20px !important;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  width: 1400px;
  max-width: 100%;
  border: 1px solid #dee4e5;
}
#offer-p .op-inner .op-head {
  border-bottom: 1px solid #dee4e5;
  position: relative;
  padding: 10px 0;
}
#offer-p .op-inner .op-head .op-tabs {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#offer-p .op-inner .op-head .op-tabs a {
  color: #c6cbcc;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: lighter;
  border-right: 1px solid #dee4e5;
  padding: 4px 25px;
}
#offer-p .op-inner .op-head .op-tabs a:last-of-type {
  border-right: none;
}
#offer-p .op-inner .op-head .op-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 30px;
  cursor: pointer;
  border-left: 1px solid #dee4e5;
  width: auto;
  height: 100%;
}
#offer-p .op-inner .op-head .op-close .op-close-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#offer-p .op-inner .op-head .op-close .op-close-inner span {
  font-size: 30px;
  color: #33c3c9;
}
#offer-p .op-inner .op-head .op-close .op-close-inner span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#offer-p .op-inner .op-content {
  padding: 30px 20px;
}
#offer-p .op-inner .op-content .op-header {
  text-align: center;
}
#offer-p .op-inner .op-content .op-header h3 {
  text-transform: uppercase;
  color: #33c3c9;
  font-size: 34px;
  font-weight: normal;
  position: relative;
  padding: 0 0 20px 0;
}
#offer-p .op-inner .op-content .op-header h3:before {
  content: "";
  display: inline-block;
  width: 85px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  background-color: #b7bebf;
}
#offer-p .op-inner .op-content .op-ct {
  margin: 40px 0 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#offer-p .op-inner .op-content .op-ct .op-ct-images {
  -webkit-box-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}
#offer-p .op-inner .op-content .op-ct .op-ct-images img {
  width: 100%;
}
#offer-p .op-inner .op-content .op-ct .op-ct-content {
  -webkit-box-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}
#offer-p .op-inner .op-content .op-ct .op-ct-content > img {
  float: right;
}
#offer-p .op-inner .op-content .op-ct .op-ct-content p {
  color: #5d6064;
  font-size: 18px;
  line-height: 1.6;
}

@media all and (min-width: 0) and (max-width: 1400px) {
  #offer-p {
    left: 0 !important;
    top: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
