/*
Theme Name: Prantokon
Version: 1.0
Author: Jsoft
Description: Responsive HTML5 / CSS3 One-page Landing App Template.
*/

/**
 *** CSS Indexing ***
 * THEME DEFAULT CSS
 * RESET CSS
 * HEADER AREA CSS
 * HERO AREA CSS
 * ABOUT AREA CSS
 * FEATURE AREA CSS
 * SHOWCASE AREA CSS
 * VIDEO AREA CSS
 * SCREENSHOT AREA CSS
 * PRICING AREA CSS
 * TESTIMONIAL AREA CSS
 * COUNTERUP AREA CSS
 * TEAM AREA CSS
 * DOWNLOAD AREA CSS
 * BLOG AREA CSS
 * MAP AND FOOTER AREA CSS
 * SCROLL-TO-TOP AREA CSS
 * INDEX SLIDER PAGE CSS
 * INDEX VIDEO PAGE CSS
 * BLOG PAGE CSS
 * BLOG DETAILS PAGE CSS
 * PRELOADER CSS
**/

/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 30px;
	color: #232323;
}
h4 {
    font-size: 18px;
	color: #232323;
}
h6 {
    font-size: 14px;
	color: #232323;
}
h5 {
	color: #232323;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #666666;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.sec-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 40px;
}
.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #222;
    right: 0;
    height: 0;
    margin: auto;
}
.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #0074da;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #0074da;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
  border: 1px solid #fff;
  color: #fff;
	border-radius: 20px;
  padding: 6px 25px;
  display: inline-block;
  text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}
.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #666;
}
.appao-btn2 {
    border: 1px solid transparent;
	border-radius: 25px;
	background: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.appao-btn2:hover {
    border: 1px solid #000529;
	background: transparent;
	background-image: none;
    color: #000529;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input::-webkit-input-placeholder {
    color: #666;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
	transition: all 0.4s;
  width: 100%;
  z-index: 99;
	padding: 18px 0;
}
.mainmenu {
  text-align: right;
}
.mainmenu li {
  display: inline-block;
  text-transform: uppercase;
}
.mainmenu li a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 5px 16px;
	margin: 0 3px;
  border: 1px solid transparent;
}
.slicknav_menu {
	padding: 0;
  background: transparent;
}
/* Hamburger (poniżej 992px): slicknav.min.css daje mu czarny prostokąt
   background-color: #222. Nagłówek stoi zawsze na gradiencie - hero, a po
   przewinięciu .header.sticky - więc prostokąt tylko brudził.

   Gradient biegnie w prawo, od #004DA6 do #5FBBFF, a hamburger siedzi
   po prawej, czyli na jasnym końcu: białe paski mają tam kontrast 2,42,
   poniżej progu 3,0 dla elementów graficznych. Samo zdjęcie tła zrobiłoby
   je ledwie widocznymi, dlatego zamiast prostokąta jest cień - ciemna
   otoczka wokół pasków, która nie rysuje żadnej figury. */
.slicknav_btn {
  background: transparent;
  border-radius: 0;
  margin-right: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

/* Rozmiar hamburgera. slicknav wymiaruje ikonę i paski w em (1.125em x 0.875em,
   paski 0.125em wysokości), więc font-size samego przycisku skaluje całość
   proporcjonalnie - jedna liczba zamiast pięciu.

   Ustawiamy to na .slicknav_btn, a nie na .slicknav_menu, bo z menu dziedziczy
   też .slicknav_nav (font-size: .875em) i razem z hamburgerem urosłyby pozycje
   rozwiniętej listy.

   padding-right: 0 trzyma ikonę przy krawędzi kolumny, symetrycznie do logo
   po drugiej stronie; padding z pozostałych stron zostaje jako pole trafienia. */
@media only screen and (max-width: 991px) {
  .slicknav_btn {
    font-size: 20px;
    padding: 8px 0 8px 14px;
  }
}

/* Poniżej 768px kolumna logo skacze z col-md-3 na col-6 i logo rośnie
   z 150px na 240px, czyli 1,6 raza. Hamburger idzie za nim w tej samej
   proporcji: 20px * 1,6 = 32px. */
@media only screen and (max-width: 767px) {
  .slicknav_btn {
    font-size: 32px;
    padding: 10px 0 10px 18px;
  }
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
  border: 1px solid #fff;
}
.mainmenu {
  display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
	border-bottom: 1px solid #fff;
  background: #004DA6; /* Old browsers */
	background: -moz-linear-gradient(left, #004DA6 1%, #005697 24%, #009AFF 67%, #5FBBFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%);
}
.header.sticky {
	padding: 10px 0;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/
.hero-area {
  padding-top: 140px;
  height: 100vh;
	z-index: 1;
	position: relative;
  background-image: url(../img/Louis-reed-unsplash.jpg);
  background-repeat: no-repeat;
  background-position: center;
	background-attachment: fixed;
  background-size: cover;
	overflow: hidden;
}
.hero-area::before {
	content: "";
	top: 0;
	left: 0;
  opacity: 0.85;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: #004DA6; /* Old browsers */
	background: -moz-linear-gradient(left, #004DA6 1%, #005697 24%, #009AFF 67%, #5FBBFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%);
}
.hero-area-content {
  color: #fff;
	padding: 80px 0 170px;
}
.hero-area-content h1 {
  color: #fff;
}
.hero-area-content p {
  margin: 28px 0 25px;
}
.hero-area-content .appao-btn {
  margin-top: 15px;
  margin-right: 15px;
}

/* Duży przycisk odbioru wyników pod tekstem hero.

   Wypełniony na biało, w odróżnieniu od obrysowanego .appao-btn w nagłówku:
   to jest główna akcja strony, a nie jedna z pozycji menu.

   Selektor jest celowo o stopień bardziej szczegółowy niż
   `.hero-area-content .appao-btn`, bo responsive.css ładuje się po tym
   arkuszu i poniżej 420px zmniejsza tamtemu padding do 5px 18px - czyli
   dokładnie odwrotnie, niż ten przycisk ma wyglądać. */
.hero-area-content .appao-btn.hero-cta {
  background: #fff;
  color: #004DA6;
  border-color: #fff;
  border-radius: 30px;
  padding: 16px 45px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0;
}
.hero-area-content .appao-btn.hero-cta:hover,
.hero-area-content .appao-btn.hero-cta:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.hero-area-content .appao-btn.hero-cta .icofont {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: -1px;
}

/* Poniżej 768px menu jest schowane w hamburgerze i ten przycisk zostaje
   jedynym łatwym celem kliknięcia - rozciągamy go na całą szerokość.

   margin-top podwaja odstęp od tekstu: responsive.css daje tu akapitowi
   margin: 15px 0, więc po zwinięciu marginesów zostawało 15px i przycisk
   przyklejał się do akapitu. Marginesy się zwijają, więc liczy się większy
   z dwóch - 30px obowiązuje w całym paśmie, także poniżej 420px, gdzie
   akapit ma margin-bottom ścięty do 5px. */
@media only screen and (max-width: 767px) {
  .hero-area-content .appao-btn.hero-cta {
    display: block;
    width: 100%;
    padding: 18px 20px;
    font-size: 19px;
    text-align: center;
    margin-top: 30px;
  }
}
.hand-mockup {
  position: absolute;
  bottom: -2px;
  max-width: 100%;
}
.hero-area-error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 70vh;
}

.hero-area-error h1 {
  margin: 0 0 10px;
  font-size: 8em;
  text-shadow: 0px 1px 4px #393333;
  font-weight: 700;
}
.hero-area-error p {
  margin: 0 0 30px;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}


/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
-------- ABOUT AREA CSS START --------
---------------------------------------*/
.about-area {
	text-align: center;
}
.single-about-box {
	padding: 25px;
  transition: all 0.4s;
}
.single-about-box i::before {
  color: #0074da;
  font-size: 40px;
  transition: all 0.4s;
  display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
  color: #000;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}
/*--------------------------------------
---------- ABOUT AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- FEATURE AREA CSS START --------
---------------------------------------*/
.feature-area {
	z-index: 1;
	position: relative;
  background: url(../img/mamed_front.jpg) no-repeat center / cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.feature-area::before {
	content: "";
	top: 0;
	left: 0;
  opacity: 0.85;
	right: 0;
	bottom: 0;
  background: #004DA6; /* Old browsers */
	background: -moz-linear-gradient(left, #004DA6 1%, #005697 24%, #009AFF 67%, #5FBBFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%);
	z-index: -1;
	position: absolute;
}
.single-feature-box h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.single-feature-box>ul>li {
  margin-bottom: 45px;
  display: flex;
}
.feature-box-info {
  flex: 5;
}
.feature-box-info ul {
  list-style: square outside none !important;
}
.feature-box-info li {
  margin: 3px 0 3px 60px;
  text-align: left;
}
.single-feature-box li:last-child {
  margin-bottom: 0;
}
.feature-box-icon {
  flex: 1;
	font-size: 20px;
	transition: all 0.4s;
}
.single-feature-box li:hover .feature-box-icon i::before {
  border-radius: 0;
}
.single-feature-box h2,
.single-feature-box h3,
.single-feature-box h4,
.single-feature-box {
	color: #fff;
}
.feature-box-icon i::before {
    border: 2px dashed #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
	transition: all 0.4s;
}
/*--------------------------------------
--------- FEATURE AREA CSS END ---------
---------------------------------------*/

/*---------------------------------------
----- MAP AND FOOTER AREA CSS START -----
---------------------------------------*/
/* Mapa dojazdu - Leaflet + OpenStreetMap. Zastąpiła .google-map. */
.mapa {
    height: 450px;
    z-index: 0; /* pod modalem odbioru wyników */
}
.mapa.leaflet-container {
    font: inherit;
    background: #eaeaea;
}
/* Delikatne podbicie kontrastu i nasycenia samych kafli. Znacznik i dymek
   leżą w innych warstwach, więc filtr ich nie dotyka. Wartości są celowo
   niskie - powyżej 1.15 mapa zaczyna wyglądać sztucznie. */
.mapa .leaflet-tile-pane {
    filter: contrast(1.08) saturate(1.12);
}
@media only screen and (max-width: 991px) {
    .mapa {
        height: 300px;
    }
}
.footer {
    background: url(../img/Louis-reed-unsplash.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004DA6; /* Old browsers */
  	background: -moz-linear-gradient(left, #004DA6 1%, #005697 24%, #009AFF 67%, #5FBBFF 100%); /* FF3.6-15 */
  	background: -webkit-linear-gradient(left, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%); /* Chrome10-25,Safari5.1-6 */
  	background: linear-gradient(to right, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%);
    opacity: 0.85;
    z-index: -1;
}
.contact-form,
.contact-address {
  background: #fff;
  padding: 40px 65px;
  margin-bottom: 40px;
  margin-top: -80px;
	border: 1px solid #ddd;
  height: 423px;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
    border: 1px solid #bbb;
}
.contact-form button {
	transition: all 0.4s;
}
.blog-reply button:hover ,
.contact-form button:hover {
    background: #0074da;
    border-color: #0074da;
    color: #fff;
}
.contact-form h4,.contact-address h4 {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact-address li {
    margin-bottom: 33px;
    display: flex;
}
.contact-address li .contact-address-icon {
    flex: 1;
}
.contact-address li .contact-address-info {
    flex: 6;
}
.contact-address li .contact-address-icon i::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #0074da;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    transition: all 0.4s;
}
.contact-address li .contact-address-info a {
    display: block;
}
.contact-address p {
    margin-bottom: 45px;
    padding-top: 10px;
}
.contact-address li:hover .contact-address-icon i::before {
    background: #0074da;
    color: #fff;
}
.subscribe-form {
    margin: 40px 0 40px;
    text-align: center;
}
.copyright-area {
    text-align: center;
}
.copyright-area ul li {
    display: inline-block;
}
.copyright-area ul li a {
    width: 35px;
    height: 35px;
    color: #0074da;
    background: #fff;
    display: inline-block;
    line-height: 35px;
	font-size: 16px;
    border-radius: 100%;
    margin: 0 5px;
}
.copyright-area ul li a:hover {
    background: #0074da;
    color: #fff;
}
.copyright-area ul {
    margin-bottom: 30px;
}
.copyright-area p {
    color: #fff;
}
.copyright-area p a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.subscribe-form form {
    position: relative;
    max-width: 580px;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.subscribe-form form input {
    background: transparent;
    border: 0;
    width: 70%;
    padding: 15px 30px;
    float: left;
    margin: 0;
}
.subscribe-form form button {
    width: 29%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px;
    background: #0074da;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin: 0;
    margin-right: -1%;
}
/*---------------------------------------
------ MAP AND FOOTER AREA CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    width: 40px;
	display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
	display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
	font-size: 18px;
}
.scrollToTop:hover {
  background: #004DA6; /* Old browsers */
	background: -moz-linear-gradient(left, #004DA6 1%, #005697 24%, #009AFF 67%, #5FBBFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #004DA6 1%,#005697 24%,#009AFF 67%,#5FBBFF 100%);
    border: 1px solid #fff;
    color: #fff;
}
.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ INDEX SLIDER PAGE CSS START -----
---------------------------------------*/
.hero-area-slider .owl-nav div {
	opacity: 0;
}
.hero-area-slider:hover .owl-nav div {
	opacity: 1;
}
.hero-area-single-slide h1,
.hero-area-single-slide p,
.hero-area-single-slide a.appao-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hero-area-single-slide h1 {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
}
.hero-area-single-slide p {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all .10s linear 0s;
    transition: all .10s linear 0s;
}
.hero-area-single-slide img {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.active .hero-area-single-slide h1,
.active .hero-area-single-slide p,
.active .hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.active .hero-area-single-slide h1 {
    -webkit-transition: all 700ms linear 0s;
    transition: all 700ms linear 0s;
}
.active .hero-area-single-slide p {
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}
.active .hero-area-single-slide a.appao-btn {
    -webkit-transition: all 1300ms linear 0s;
    transition: all 1300ms linear 0s;
}
.active .hero-area-single-slide img {
    opacity: 1;
}
/*--------------------------------------
------- INDEX SLIDER PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../img/loader.gif") no-repeat center center;
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.breadcrumb-area {
    text-align: center;
}
.hero-area.breadcrumb-area {
    padding: 130px 0 100px;
}
.hero-area.breadcrumb-area .hero-area-content {
    padding: 0;
}
.breadcrumb-area ul li {
    display: inline-block;
}
.breadcrumb-area ul li a {
    color: #fff;
	padding: 0 10px;
	position: relative;
}
.breadcrumb-area ul li a::before {
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "/";
}
.breadcrumb-area ul li:last-child a::before {
	content: "";
}
.breadcrumb-area ul {
    margin-top: 10px;
}
.breadcrumb-area ul li a:hover {
    color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/
/*--------------------------------------
--------- MODAL CSS START ---------
---------------------------------------*/
.modal-content {
  border-radius: 5px;
  border: none;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
}

/* Granat z reszty strony - ten sam #004DA6, co w .header.sticky i .footer.
   Stało tu wcześniej background-color: #858585, szarość-zaślepka, przez którą
   modal odstawał od witryny mimo data-background-color="brand" w szablonie:
   ten atrybut nie miał żadnej reguły i nic nie znaczył. Teraz znaczy.

   Świadomie płaski kolor, a nie gradient z nagłówka. Tam gradient biegnie
   przez całą szerokość strony; w modalu szerokim na 300px cała rampa
   ścisnęłaby się do tej odległości i prawa strona wyszłaby jasnym #5FBBFF,
   gdzie biały tekst i pola mają kontrast 2,1 - poniżej progu czytelności. */
.modal-content[data-background-color="brand"] {
  background-color: #004DA6;
}
.modal-header {
  border-bottom: none;
  padding: 28px 24px 16px;
  color: #fff;
}
.modal-header .title{
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 115%;
}

.modal-body {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  line-height: 1.9;
  padding-top: 0;
  color: #fff;
}

/* Podpowiedź jest jasna, bo tło modala to granat: dawne #333 miało na nim
   kontrast 1,9 i ginęło. */
.modal-body input::placeholder {
  color: rgba(255, 255, 255, .75);
  transition: color .3s ease-in-out;
}

/* Po wejściu w pole podpowiedź blednie: miga w nim kursor, więc podpowiedź
   przestaje być potrzebna i nie ma konkurować z wpisywanym tekstem. Dotyczy
   obu pól, bo selektor celuje w każdy input w modalu. */
.modal-body input:focus::placeholder {
  color: rgba(255, 255, 255, .4);
}
.input-group {
  margin-bottom: 10px;
}
.input-group .form-control {
  background-color: rgba(255,255,255,.1);
  color: #fff;
  padding: 6px 18px;
  position: relative;
  border: 1px solid rgba(255,255,255,.5);
  border-left: 0;
  border-radius: 20px;
  font-size: 1.2rem;
  transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
  box-shadow: none;
}
.input-group .input-group-prepend {
  margin-right: 0;
  border-radius: 20px;
  font-size: 1.2rem;
}
.input-group .input-group-text {
  background-color: rgba(255,255,255,.1);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 0;
  /* Bootstrap daje tu nieprzezroczyste #ced4da, jaśniejsze i w innym odcieniu
     niż półprzezroczysta biel pola obok - styk ikony z polem był widoczny
     jako zmiana koloru ramki. Ten sam kolor co .form-control powyżej. */
  border-color: rgba(255,255,255,.5);
  transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
}
/* Rozjaśnienie na czas pisania obejmuje całe pole razem z ikoną.

   Stało tu wcześniej `.input-group .focused .input-group-text` - selektor
   z motywu, czekający na klasę .focused dorzucaną przez skrypt, którego w tym
   projekcie nigdy nie było. Nie zadziałałby zresztą nawet z nim: zapis wymaga,
   żeby .focused była wewnątrz .input-group, a tamten skrypt wieszał ją na samej
   .input-group. Efekt był taki, że tło jaśniało pod polem, ale nie pod ikoną.
   :focus-within załatwia to bez JavaScriptu. */
.input-group .form-control:focus,
.input-group:focus-within .input-group-text {
  background-color: rgba(255,255,255,.2);
}

.modal-footer {
  border-top: none;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  justify-content: space-between;
  padding-top: 0;
}
.modal-backdrop {
  background: rgba(0,0,0,0.3);
}

.modal-header .close:hover, .modal-header .close:focus{
  opacity: 1;
}

.modal .close{
  position: absolute;
  top: 24px;
  right: 24px;
  width:28px;
  height:28px;
  cursor: pointer;
  outline: none;
  opacity: .8;
  transition: all .3s ease-out;
  transition-duration:0.5s;
}
.modal .close:hover{
  transform: rotate(180deg);
}
.modal .close .x-mark{
  position:relative;
}
.modal .close .x-mark:before, .modal .close .x-mark:after {
  position: absolute;
  left: 0px;
  top: -14px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: #fff;
}
.modal .close .x-mark:before {
  transform: rotate(45deg);
}
.modal .close .x-mark:after {
  transform: rotate(-45deg);
}
/*--------------------------------------
--------- MODAL CSS END ---------
---------------------------------------*/
/*--------------------------------------
--------- CARD CSS START ---------
---------------------------------------*/
.card {
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
  background-color: #858585;
  color: #fff;
}
.card-signup {
  max-width: 350px;
  margin: 0 auto;
}
.card-header {
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 30px 0;
}
.card-title-text{
  text-transform: uppercase;
  padding-top: 10px;
}
.card-footer {
  border: 0;
}
.btn-round {
  border-width: 1px;
  border-radius: 30px;
  padding: 11px 23px;
}
.btn-neutral {
  background-color: #fcfcff;
  margin-bottom:15px;
  color: #0168AD;
}
.btn-neutral:hover, .btn-neutral:active, .btn-neutral:focus {
  background-color: #0168AD;
  color: #fff;
  outline: 0;
}

/* Przycisk wysyłki w modalu.

   Motyw prantokon ustawia `input[type="submit"] { background: transparent;
   color: #666 }`. Selektor atrybutowy liczy się jak klasa, więc ma
   szczegółowość (0,1,1) i wygrywał z .btn-neutral (0,1,0) - przycisk był
   szarym napisem na szarym tle modala i pokazywał się dopiero pod kursorem,
   bo dopiero .btn-neutral:hover (0,2,0) przebijało tamtą regułę.

   Teraz przycisk zapala się, gdy formularz jest wypełniony. Oba pola są
   required, a PESEL ma dodatkowo pattern, więc :valid wystarcza i nie trzeba
   do tego JavaScriptu. */
.modal-body .btn[type="submit"] {
  background-color: transparent;
  color: rgba(255, 255, 255, .75);
  border-color: rgba(255, 255, 255, .5);
  transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
}

/* Wypełniony: biel z granatem modala, jakby przycisk był z tła wycięty. */
.modal-body form:valid .btn[type="submit"] {
  background-color: #fcfcff;
  color: #004DA6;
  border-color: #fcfcff;
}

/* Wskazanie kursorem lub klawiaturą: przycisk zdejmuje wypełnienie i zostaje
   w białym obrysie - ten sam ruch, co przycisk w hero.

   Stało tu wcześniej tło #0168AD, koloru spoza palety strony i o włos innego
   niż granat modala #004DA6, przez co przycisk pod kursorem robił się mętną
   plamą ledwie odcinającą się od tła. Teraz gra wyłącznie bielą i granatem,
   które strona już ma. */
.modal-body .btn[type="submit"]:hover,
.modal-body .btn[type="submit"]:focus,
.modal-body form:valid .btn[type="submit"]:hover,
.modal-body form:valid .btn[type="submit"]:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  outline: 0;
}
