@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');
/* /Font */

/* Global */

body,
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
}
.title-global {
	color: #03A9F4;
	font-weight: 400;
}
.color-global {
	background-color: #03A9F4;
}
#footer a {
	color: #000;
	text-decoration: none;
	text-decoration-color: #000;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #000;
}
/* /Global */

/* paralax */

.parallax {
	/* The image used */
	background-image: url("../img/bg-blue.jpg");
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-color: #03A9F4;
}
@media only screen and (max-width: 1366px) {
	.parallax {
		background-image: url('../img/bg-blue.jpg');
		height: 100%;
		color: #fff;
		background-color: #03A9F4;
		background-repeat: repeat-y;
	}
}
/* /paralax */

/* Header */

.bg-header {
	background-image: url('../img/bg-header.jpg');
	min-height: 700px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 60% 0;
	background-color: #fff;
}
/* @media (max-width: 992px) {
	.bg-header {
		background-image: url('../img/bg-header-1440.jpg');
		min-height: 525px;
		color: #000;
		background-repeat: no-repeat;
		background-color: #fff;
	}
}
@media (max-width: 768px) {
	.bg-header {
		background-image: url('../img/bg-header-1024.jpg');
		min-height: 373px;
		color: #000;
		background-repeat: no-repeat;
		background-color: #fff;
	}
} */



.mt-n10 {
	padding-top: -50%;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #000;
	text-decoration: none;
}
.header-height {
	height: 530px;
}
@media (max-width: 1200px) {
	.header-height {
		height: 450px;
	}
}
@media (max-width: 992px) {
	.header-height {
		height: 80px;
	}
}
@media (max-width: 768px) {
	.header-height {
		height: 80px;
	}
}
.section-title {
	font-weight: 400;
}
.section-title-header {
	font-weight: 400;
}
/* /Header */

/* cta all */

.cta {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #03A9F4 2px;
	text-decoration: none;
	color: #03A9F4;
	font-size: 18px;
}
.cta:hover {
	border: solid #03A9F4 2px;
	text-decoration: none;
	background: #03A9F4;
	color: #fff;
}
.cta-modal {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #03A9F4 2px;
	text-decoration: none;
	color: #03A9F4;
	font-size: 18px;
}
.cta2 {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #fff 2px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.cta2:hover {
	text-decoration: none;
	background: #fff;
	color: #03A9F4;
}
.cta-black {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #000 2px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
.cta-black:hover {
	border: solid #03A9F4 2px;
	text-decoration: none;
	background: #03A9F4;
	color: #fff;
}
/* /cta all */

/* pionowe hr w header */

.border-right-gradient {
	background: linear-gradient( to top, #03A9F4 10%, #fff 50%, #03A9F4 90%) right no-repeat;
	background-size: 1px 100%;
}
/* /pionowe hr w header */

/* btn up */

#myBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	font-size: 30px;
	border: none;
	outline: none;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	padding: 10px 22px 10px 22px;
}
#myBtn:hover {
	background-color: #555;
}
/* /btn up */

/* lekarze */

.bg-lekarze {
	background-color: #03A9F4;
	color: #fff;
}
.modal-header {
	color: #fff;
}
.modal-header i {
	color: #fff;
}
/* lekarze */

/* Gallery */

.nav-pills .nav-link {
	border-radius: 0rem !important;
}
.gallery_product {
	margin-bottom: 30px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* /Gallery */

/* Blog */

.bg-header-blog {
	background: no-repeat center center;
	background-color: #868e96;
	background-attachment: scroll;
	position: relative;
	background-size: cover;
	font-family: 'Nunito', sans-serif;
	color: #fff;
}
p.news {
	font-size: 20px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #212529;
	opacity: .5;
}
.bg-blog {
	background-color: #03A9F4;
	color: #fff;
}
.bg-article-big {
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 100%;
}
.black {
	color: #000;
}
.blog-img {
	height: 245px;
	background-color: #000;
}
.bg-blog-small {
	background-color: #fff;
	color: #000;
	align: right;
}
.blog-img-small {
	height: 100px;
	background-color: #000;
}
#footer-blog a {
	color: #fff;
	text-decoration: none;
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}
#footer-blog a:hover {
	color: #000;
	text-decoration: underline;
	-webkit-text-decoration-color: #000;
	text-decoration-color: #000;
}
/* /blog */

/* cennik */

.table-hover tbody tr:hover {
	color: #fff;
	background-color: #03A9F4;
}
/* /cennik */

/* margin header text */

.pt-6 {
	margin-top: 180px !important;
}
/* wyłącza scrolla modal */

.modal-open {
	padding-right: 0 !important;
}