@import url("bootstrap.min.css");
@import url("animate.min.css");

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

* {
    outline: 0;
}

html {
	width: 100%;	
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #1c1c1c;
	font-family: Lato, Arial;
	font-size: 15px;
	color: #707070;
	line-height: 1.5;
}

main {
	padding: 70px 0px 0px 0px;
}

a, a:focus, a:visited {
	color: #4f9c9e;
	transition: 0.5s;
}

a:hover, a:active {
	color: #1dc9ce;
	outline: none;
	text-decoration: none;
}

hr {
    width: 100px;
    border-width: 2px;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
.col-12 + .col-12 {
	margin-top: 25px;
}
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Typography */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

h2 {
	font-size: 2.2rem;
}

h2, h3 {
	color: #3e3a3a;
}

p {
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Lists */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 15px 30px 15px 30px;
	list-style: square; 
	text-align: justify;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Sections */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

section { padding: 50px 0;}

section .container + .container { margin-top: 25px; }

section .description {margin-top:25px;}

section.primary {background: #ffffff;}
section.primary h2 {color:#3e3a3a;}
section.primary hr {border-color:#009c9e;}
section.primary img {border:1px solid #dadada;}

section.secondary {background: #d5d5d5; border-top:1px solid; border-bottom:1px solid; border-color:#e5e5e5}
section.secondary h2 {color:#3e3a3a;}
section.secondary hr {border-color:#009c9e;}

section.teal { color:#fff;}
section.teal h2 {color:#fff;}

section.dark {background: #252525; color: #555555;}
section.dark h2 {color: #555555;}
section.dark h3 {color: #555555;}
section.dark hr {border-color: #555555;}
section.dark .text-primary-r {color: #555555;}
section.dark .ico {color: #555555;}


#kontakt {     
	background: url(../../img/core/korzysci.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#jak-to-dziala {     
	background: url(../../img/core/jak-to-dziala.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#jak-to-dziala .btn-get-started {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
}

#jak-to-dziala .btn-get-started:hover {
	color: #bcbcbc;
	background: #fff;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Buttons */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.img-responsive {
	width: 100%;
	height: auto;
}


.btn-xl {
    padding: 15px 30px;
}

.btn-secondary, .btn-secondary:visited {
  background: transparent;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.btn-secondary:hover {
  color: #a1a1a1;
  background: #fff;
}

.btn-primary {
  background: #3a9c9e;
  display: inline-block;
  padding: 8px 28px;
  transition: 0.5s;
  color: #fff;
  border: 0;
}

.btn-primary:hover {
  color: #fff;
  background: #307d7d;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Intro */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

#intro {
	position: relative;
	margin-top: -70px;
	padding: 0;
	width: 100%;
	height: 100vh; 
	background: url("../../img/core/intro.jpg") center center no-repeat; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover;
	visibility: hidden;
}

@media (min-width: 1024px) {
  #intro {
	background-attachment: fixed;
  }
}
#intro .logo {
	width: 70%;
}

#intro .intro-text {
	position: absolute;
	left: 0;
	top: calc(50% - 100px);
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
    visibility: hidden;
}

#intro h1 { 
	font-size: 48px;
	color: #fff;
}

#intro h4 { 
	color: #fff;
}

@media (max-width: 768px) {
  #intro h1 {
	font-size: 28px;
  }
}

#intro p {
	color: #fff;
	padding: 0 15px;
	font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
	animation: shadow-pulse 1s infinite;
}

#intro .btn-get-started:hover {
	color: #bcbcbc;
	background: #fff;
}


#intro .absolute {
    position: absolute;
    top: 100vh;
    margin-top: -130px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    color: #fff;
}

#intro .absolute .bigtext {
    font-size: 1.6rem;
}

#intro .absolute .smalltext {
    font-size:15px;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Member */
/* --------------------------------------------------------------------------------------------------------------------------- */

 .member {
	text-align: center;
	margin-bottom: 20px;
}

 .member .lastname {
	font-size: 18px;
}

 .member .title {
	font-size: 13px;
}

 .member .photo + .lastname {
	margin-top: 10px;
}

 .member .photo + .title {
	margin-top: 10px;
}

 .member .photo {
	width: 100%;
}

 .member .photo img {
	width: 70%;
	height: auto;
	border:1px solid #ccc;
}

 .member .photo img.full-width {
	width: 100%;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Service-box */
/* --------------------------------------------------------------------------------------------------------------------------- */

.service-box {
	text-align: center;
}

.service-box .ico {
	color: #d5d5d5;
}

.service-box .title {
	color: #000;
	font-size: 24px;
	margin-top: 10px;
    line-height: 1.2;	
}

.service-box .small-title {
	color: #000;
	font-size: 23px;
	line-height: 1.2;
	margin-top: 10px; 
}

.service-box .small {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 10px; 
}

@media (max-width: 768px) {
	.service-box {margin-bottom: 15px;}
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------------------------------------------------------------------- */

footer { 
  margin: 0; 
  padding: 20px 0px 20px 0px; 
  font-size: 0.9em; 
  color: #555555; 
  text-align: center;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Header */
/* --------------------------------------------------------------------------------------------------------------------------- */

#header {
	position: fixed;
	height: 70px;
	padding: 40px 0;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 1000;
	font-size:17px;
}

@media (max-width: 1000px) {
    header .container {
        min-width: 100%;
    }
}

#header #logo {
  float: left;
}

#header #logo img {
	padding: 0;
	margin: 0; margin-top:-10px;
	max-height: 50px;
}

#mainNav.navbar-fixed {
	background: #bcbcbc;
	transition: all 0.5s;
	margin:0;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Navigation menu */
/* --------------------------------------------------------------------------------------------------------------------------- */

.navbar {
	margin-top:50px;
	background: none;
	border-bottom: 0;
	transition: all 0.5s;
	z-index: 1000;
	min-height: 70px;
	padding:0;
	font-size:17px;
	visibility: hidden;
	}

.navbar-nav .nav-link {
	color: #fff; 
	}
	
.navbar-light .navbar-nav .nav-link {
    color: #fff;
	}
	
.navbar-nav .nav-link {
	color: #fff; 
	}
	
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
	}
	
.navbar-nav .nav-link:hover {
	color: #fff; 
	}
	
.navbar-nav .nav-link.active {
	color: #fff; 
	background: #a0a0a0;
	}

.navbar-light .navbar-nav .nav-link.active {
	color: #fff; 
	background: #a0a0a0;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
	
.navbar-nav .nav-link.active:hover {
	color: #fff; 
	background: #a0a0a0;
	}

.navbar-toggler:focus {
	outline:none !important;
}

.navbar-brand {
	margin-left:15px;
	}

@media (min-width: 768px) {

}

.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

.navbar-brand {
	width: 160px;
	}

.navbar-brand img {
	width:100%;
	height:auto;
	}

.navbar-toggler {
	margin-right:15px;
}

#program-lojalnosciowy {
	background: url(../../img/core/program-lojalnosciowy-2.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.parallax {
    position: relative !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
}