.kurtka-menu {
	margin-top: 15px;
    padding: 0 45px;
}
.zgody * {
    font-size: 14px;
}
.dmtop {
	overflow: hidden;
}
.text-centered {
	text-align: center;
}

select {
	cursor: pointer;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent !important;
}
.m0 {
	margin: 0;
}
.pb30 {
	padding-bottom: 30px;
}
.nobreakable {
    white-space: nowrap;
}
#message {
	margin: 0;
}
.mb0 {
	margin-bottom: 0;
}
.pt20 {
	padding-top: 20px;
}
.mt20 {
	margin-top: 20px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.nobrd .pt20 {
	padding-top: 0;
}
.nobrd .mt20 {
	margin-top: 0;
}
.lh1 {
	line-height: 1;
}
#submit {
	text-transform: uppercase;
	padding: 0 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 44px;
    border: none;
    color: #fff;
    background: #B71731;
    font-size: 19px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#submit:hover {
    background: #EE7E06;
    color: #fff;
}
.mb100 {
	margin-bottom: 100px;
}
.flex-span {
	float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
small, .small {
    font-size: 70%;
}
.light-label {
	font-weight: 400;
}
.mt15 {
	margin-top: 15px !important;
}
label, input {
	cursor: pointer;
}
.flex-n {
	margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-n input {
	margin-right: 15px !important;
}
.pi-container {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1em 0.5em auto;
	grid-template-columns: 1em auto;
	gap: 0.5em;
	margin-right: 15px;
	margin-top: 4px
  }
  
  .pi-container + .pi-container {
	margin-top: 1em;
  }
  
  .pi-container--disabled {
	color: var(--form-control-disabled);
	cursor: not-allowed;
  }
  
  input[type=checkbox] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	-moz-appearance: none;
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: #E6E6E6;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #062864;
	border-radius: 0.15em;
	-webkit-transform: translateY(-0.075em);
	-ms-transform: translateY(-0.075em);
	transform: translateY(-0.075em);
	display: -ms-grid;
	display: grid;
	place-content: center;
	}
  
  input[type=radio] {
	/*Addifnotusingautoprefixer*/-webkit-appearance: none;
	/*Removemostallnativeinputstyles*/-moz-appearance: none;
	appearance: none;
	/*ForiOS<15*/background-color: var(--form-background);
	/*Notremovedviaappearance*/margin: 0;
	font: inherit;
	color: #E6E6E6;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #E6E6E6;
	border-radius: 50%;
	-webkit-transform: translateY(-0.075em);
	-ms-transform: translateY(-0.075em);
	transform: translateY(-0.075em);
	display: -ms-grid;
	display: grid;
	place-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
  
  input[type=checkbox]::before{
	content: "";
	width: 0.65em;
	height: 0.65em;
	-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: 120ms transform ease-in-out;
	transition: 120ms -webkit-transform ease-in-out;
	-o-transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
	-webkit-box-shadow: inset 1em 1em var(--form-control-color);
	box-shadow: inset 1em 1em var(--form-control-color);
	/*WindowsHighContrastMode*/background-color: #999999;
	-moz-transition: 120ms transform ease-in-out;
	-ms-transition: 120ms transform ease-in-out;
}
  
input[type=radio]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: 120ms -webkit-transform ease-in-out;
	transition: 120ms -webkit-transform ease-in-out;
	-o-transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
	-webkit-box-shadow: inset 1em 1em var(--form-control-color);
	box-shadow: inset 1em 1em var(--form-control-color);
	/*WindowsHighContrastMode*/background-color: #999999;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
  
  input[type=checkbox]:checked::before, input[type=radio]:checked::before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
  }
  
  input[type=checkbox]:focus {
	outline: max(2px, 0.15em) solid #E6E6E6;
	outline-offset: max(2px, 0.15em);
  }

  input[type=radio]:focus {
	outline: none;
  }
  
  input[type=checkbox]:disabled {
	--form-control-color: var(--form-control-disabled);
	color: var(--form-control-disabled);
	cursor: not-allowed;
  }
  .flex-d2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-d2 label {
	margin-bottom: 0;
}
.price-s {
    font-size: 24px;
    font-weight: bold;
}
.price-centered {
    white-space: nowrap;
    margin-left: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    background: #062864;
    padding: 5px 15px;
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.flex-d {
	border-top: 1px solid #E6E6E6;
    /* padding-top: 20px;
	margin-top: 20px; */
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.nobrd .flex-d {
	border-top: none;
}
span.fakultet-desc {
    font-weight: 400;
}
.mw1k {
    max-width: 1000px;
    margin: auto;
}
.bordered-data {
    padding: 25px 0 15px 0;
    border: 1px solid #BBE6F9 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.bordered-data2 {
	margin-top: 5px;
    padding: 25px 15px 15px 15px;
    border: 1px solid #BBE6F9 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact_form .form-control:not(#agent) {
    border-radius: 4px;
    border: none !important;
    background: #ecf4fa !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact_form textarea#comments.form-control:not(#agent) {
    background: #fff !important;
    border: 1px solid #BBE6F9 !important;
}
.ms1000 {
	margin: 0 auto 0 auto !important;
    max-width: 1000px;
}
.form-control:not(#agent) {
	font-size: 17px;
}
input::-webkit-input-placeholder {
    color: #062864 !important;
}
input::-moz-placeholder {
    color: #062864 !important;
}
input:-ms-input-placeholder {
    color: #062864 !important;
}
input::-ms-input-placeholder {
    color: #062864 !important;
}
input::placeholder, textarea::placeholder, select {
    color: #062864 !important;
}
input[disabled]::-webkit-input-placeholder {
    color: #999 !important;
}
input[disabled]::-moz-placeholder {
    color: #999 !important;
}
input[disabled]:-ms-input-placeholder {
    color: #999 !important;
}
input[disabled]::-ms-input-placeholder {
    color: #999 !important;
}
input[disabled]::placeholder {
    color: #999 !important;
}
.h95 {
	height: 95px;
}
.flex-centered {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
span.dot {
	display: inline-block;
	margin: 0 2px;
	width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
span.kspan {
    margin-right: 10px;
	margin-left: 30px;
}
.reddot {
    background: #B71731;
}
.greydot {
    background: #C7D0D6;
}
.o-title {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
}
.bg-grey {
	background: #F5F8F9;
}
.krok {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
	display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #B3B3B3;
}
.o-term {
	color: #000;
	font-weight: 400;
}
.p300 {
	padding: 30px 0;
}
.p0 {
	padding: 0;
}
h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}
body {
	font-size: 16px;
}
body *:not([class*=ti-]):not([class*=fa-]) {
    font-family: 'Montserrat', sans-serif;
}
.info-message {
    border: 1px solid #B71731;
 	margin: 20px auto 0 auto !important;
    max-width: 1000px;
    padding: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.green-discount {
	font-weight: bold;
	color: green;
	text-align: left;
}

.dropdown-menu>li>a {
	white-space: normal;
}

h3>p {
	font-size: 12px;
}

.form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #BBE6F9 !important;
}
input[type=text].form-control {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.contact_form .form-control:not(#agent)[disabled] {
	background-color: #eeeeee !important;
}

#extra a {
	color: #062864 !important;
	font-size: 24px;
    font-weight: 500;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

#extra a:hover {
	opacity: 0.65;
}

#extra a.disabled {
	pointer-events: none !important;
	opacity: 0.2 !important;
}

.adduser {
    margin-left: 10px;
	margin-right: 10px;
	float: left;
    font-size: 24px;
    background: #ecf4fa !important;
    padding: 5px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.adduser span {
	max-width: calc(100% - 54px);
}

.remuser {
	line-height: 0;
	margin-left: 10px;
	position: relative;
	top: 4px;
}

.remover {
	text-align: right;
}

a[id^=removex] {
	color: white !important;
	font-weight: bold;
	background-color: red;
	padding: 10px 15px;
	-webkit-transition: opacity .2s linear, color .2s linear;
	-o-transition: opacity .2s linear, color .2s linear;
	transition: opacity .2s linear, color .2s linear;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

a[id^=removex]:hover {
	opacity: 0.65;
}
a[id^=removex].disabled {
	pointer-events: none !important;
    opacity: 0.2 !important;
}

#user0 {
	display: none;
}

#extra {
	text-align: left;
}

#removex0 {
	display: none !important;
}

.rabatpsl,
.rabatdo15lat,
.rabatgrupy {
	color: green;
	font-weight: bold;
}

.rabat {
	display: none;
	text-align: left;
	color: green;
	font-weight: bold;
}

#payu {
	text-align: center;
}

#payu-payment-form button[type=submit] {
	border: 0px;
	height: 50px;
	width: 290px;
	max-width: 100%;
	background: url('http://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.padding-bottom {
	padding: 10px 0 30px 0;
}

.nopad {
	padding: 0;
}

#header-style-1 {
	padding: 10px 0;
}

#header-style-1 .yamm img {
	margin-bottom: 0;
}

.social-bar i {
	height: 42px;
	width: 42px;
	text-align: center;
}

.social-bar {
	border-bottom: 20px;
}

.download {
	border-top: 1px solid #E3E3E3;
	margin-top: 20px;
}

.download li:first-child {
	margin-top: 20px;
}

#header-style-1 .navbar-nav>li>a {
	padding: 14px 14px;
}

div[id^='dgmap'] img {
	max-width: none;
}

div[id^='dgmap']>div {
	max-width: 100%;
	width: 100% !important;
}

.mini_title {
	font-size: 20px;
}

.breadcrumb {
	padding: 20px 0 0 0;
	margin-bottom: 0px;
	position: inherit;
	font-size: 13px;
}

.breadcrumb>li+li:before {
	content: "/";
	background: none;
	margin: 0;
}

.post-wrapper-top h2 {
	padding: 0 0 5px 0;
}

/***************************************************** Form contact ***************************************************/

.contact_form textarea {
	height: auto !important;
}

.danepodrecznik textarea {
	height: auto !important;
}

.danepodrecznik {
	display: none;
}

#contactform label.error,
#reservationform label.error {
	width: auto !important;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	position: absolute;
	margin-top: -30px;
	margin-left: 3px;
}

.backtor {
	display: none;
	text-align: center;
	margin-top: 100px;
}
.mt40 {
	margin-top: 40px !important;
}

#reservationform label.error {
	left: 15px;
}

#reservationform label[for='accept'].error {
	left: 0;
	top: 50px;
	text-align: center;
}

#contactform input.error,
#contactform textarea.error,
#reservationform input.error,
#reservationform textarea.error {
	border: 1px solid #F00;
}

.contact_form {
	margin: 0 0 25px;
}

.magnifier h3 {
	font-size: 14px;
}

ul.recent_posts_widget {
	padding-left: 0;
}

.blog-carousel-header2,
.blog-carousel-header2 h3 {
	margin-top: 0;
}

.general-title2 h2 {
	font-size: 24px;
}

.rodd {
	background-color: #fff;
}

.reven {
	background-color: #F9F9F9;
}


div[id^=showdifaddress],
.danedonartitem,
#showinvoice,
#doinvoice,
#showdiscount,
#showdiscountback,
#showdiscount2person,
#showdiscountkartaduzejrodziny,
#showdiscountallperson,
#numerbuta,
#wzrost,
#waga,
.rabatpslrow,
.rabatdo15latrow,
#peselx0.pesel,
.rabatgrupy {
	display: none;
}

.rabatpslrow:nth-child(n+2) {
	display: none !important;
}

.rabatdo15latrow:nth-child(n+2) {
	display: none !important;
}

.permission-right {
	text-align: right;
}

.permission-left {
	text-align: left;
}

/* --------------------------- */

/*       	TABLES      
/* --------------------------- */

table {
	background-color: transparent;
	margin: 0 auto;
	text-rendering: optimizeLegibility;
}

th {
	text-align: left
}

table {
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 20px
}

table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

td,
th {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

th:first-child {
	border-left: 1px solid #ccc;
}

td {
	border-left: 1px solid #ccc;
	padding: 0.3em 0.5em;
}

tr {
	background: #fafafa;
	color: #777;
	border-bottom: 1px solid #ccc;
}

tr.even {
	background: #f6f6f6;
}

th {
	background: #ebebed;
	color: #666;
	padding: 0.3em 0.5em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

th.first-th {
	border-left: 1px solid #ccc;
}

tr:hover,
tr.even:hover,
tr.odd:hover {
	background: -o-linear-gradient(top, rgba(255, 197, 120, 0.5) 0%, rgba(251, 157, 35, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 197, 120, 0.5)), to(rgba(251, 157, 35, 0.5)));
	background: linear-gradient(to bottom, rgba(255, 197, 120, 0.5) 0%, rgba(251, 157, 35, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffc578', endColorstr='#80fb9d23', GradientType=0);
}

.tl {
	text-align: left;
}

.tj {
	text-align: justify;
}

.tc {
	text-align: center;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fdiscount {
	margin-left: 0;
	height: auto !important;
}

.fdiscountamount {
	line-height: 18px;
	font-weight: normal;
}

.faccept {
	height: 20px;
}

.finvoice {
	font-weight: normal;
}

.fcontrol {
	margin-left: 0;
}

#bio_ep {
	display: none;
	-webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.2) !important;
	box-shadow: 0 20px 30px 0 rgba(0,0,0,.2) !important;
	padding: 20px !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#bio_ep .pop-up-submit {
	width: 100%;
	background: #104799;
	color: #fff;
	font-size: 22px;
	border: 0;
	border-radius: 4px;
	padding: 5px 0;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
	box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#bio_ep .pop-up-submit:hover {
    background: #599a2e;
}

#bio_ep .about-spam {
    font-size:  15px;
    text-align:  center;
    margin-top:  10px;
}

#bio_ep .title {
    font-size: 30px;
	font-weight:  400;
	margin-bottom: 15px;
}

#bio_ep .first-line {
    font-size: 22px;
    margin-bottom:  15px;
}

#bio_ep .contact-text {
    margin-bottom: 10px;
    font-size: 18px;
}

#bio_ep .pop-up-msg {
    text-align: center;
    color: #fff;

}

#bio_ep .pop-up-msg.success {
    background-color: #7ab82a;
}

#bio_ep .pop-up-msg.error {
    background-color: #b8092e;
}

#bio_ep_close {
    margin: -15px 0 0 -35px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
	line-height: 25px;
}

@media all and (max-width: 1220px) {
	.widget h3 {
		font-size: 18px;
	}
}

@media all and (max-width: 1199px) and (min-width: 1024px) {
	#header-style-1 .navbar-nav>li>a {
		padding: 14px 7px;
		font-size: 13px;
		letter-spacing: -0.05em;
	}
}

@media all and (max-width: 1023px) and (min-width: 768px) {
	#header-style-1 .navbar-nav>li>a {
		padding: 8px 5px;
		font-size: 13px;
		letter-spacing: -0.1em;
	}
	.navbar-header,
	.navbar-header a img {
		width: 150px;
	}
	.navbar-collapse {
		padding-left: 0;
	}
}

@media all and (min-width: 768px) {
	
	.dropdown-menu {
		overflow: auto !important;
		max-height: 80vh;
	}
}

@media all and (max-width: 991px) {
	.social-icons {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.g-recaptcha {
		float: none !important;
		display: inline-block;
	}
	.price-s {
		font-size: 16px;
		font-weight: bold;
	}
	.price-centered {
		padding: 5px;
	}
	.mnsm {
		margin-left: -15px;
		margin-right: -15px;
	}
	.psm015 {
		padding: 0 15px;
	}
	#submit {
		margin: 0 auto;
    	display: block;
	}
	.bordered-data2 {
		padding: 15px 0 0 0;
	}
	.p015xs {
		padding: 0 15px;
	}
	.o-title, h3, #extra a {
		font-size: 19px;
		font-weight: 500;
	}
	#topbar .topbar-www {
		display: none;
	}
	.permission-right {
		text-align: left;
	}
}

@media all and (max-width: 500px) {
	.mini_title {
		display: none;
	}
	.btn-primary {
		margin-bottom: 3px;
	}
	table {
		border: 1px solid #A6A6A6;
	}
	table thead {
		display: none;
	}
	table tbody td {
		display: block;
		padding: .6rem;
		text-align: left;
		border: 1px solid #A6A6A6;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: none;
	}
	table tbody td:last-child {
		border-bottom: 0;
	}
	table tbody td:before {
		content: attr(data-th);
		display: inline-block;
	}
}

@media all and (max-width: 400px) {
	#submit {
		padding: 0px 20px;
		font-size: 19px;
	}
	body {
		font-size: 14px;
		line-height: 20px;
	}
	.form-control:not(#agent) {
		font-size: 16px;
	}
	.info-message {
		padding: 15px;
	}
	.flex-span {
		float: none;
	}
	span.kspan {
		margin-left: 0;
	}
	.krok {
		width: 100%;
	}
	.navbar-header a img {
		width: 150px;
	}
	.big_title {
		display: none;
	}
}

@media all and (max-width: 380px) {
	#topbar .topbar-www {
		display: none;
	}
}