/***** Poziomy układu strony zaimplementowane w bootstrapie *****/
@media (max-width: 479px){}
@media (min-width: 480px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1299px) {}
@media (min-width: 1300px) {}   /***** Nastąpiła ziana na 1300px *****/

/*================== Podstawowe style ======================*/
.grecaptcha-badge {
    z-index: 98;
}
body {
	min-width: 300px;
  overflow-x: hidden;
  font-size: 16px;
	color : #353A40;
}

img{
	min-height: 1px;
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
a{
	color: #701101;
  text-decoration: none;
}
a:hover,
a:focus {
	color: #C2C2C2;
  text-decoration: none;
  outline: none;
}
@media print{
	a.cms-klawisz,
	button.cms-klawisz{
	 	display:none !important;
  }
}
header,
footer,
main{
	position: relative;
}
article{
	word-break: break-word;
}

.container{
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px){
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
}
.container-normal{
	max-width: 1270px !important;
}

a,
input[type="radio"],
input[type="checkbox"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.button,
select,
label[for]{
	cursor: pointer;
}
.well-15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.well-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.well-45{
	padding-top: 45px;
	padding-bottom: 45px;
}
.well-60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.well-70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.well-75{
	padding-top: 75px;
	padding-bottom: 75px;
}
.well-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.well-135{
	padding-top: 135px;
	padding-bottom: 135px;
}
.well-150{
	padding-top: 150px;
	padding-bottom: 150px;
}
.well-170{
	padding-top: 170px;
	padding-bottom: 170px;
}
.well-0-10{
	padding-top: 0px;
	padding-bottom: 10px;
}
.well-0-15{
	padding-bottom: 15px;
}
.well-0-20{
	padding-bottom: 20px;
}
.well-0-30{
	padding-bottom: 30px;
}
.well-0-45{
	padding-bottom: 45px;
}
.well-0-60{
	padding-top: 0px;
	padding-bottom: 60px;
}
.well-0-140{
	padding-top: 0px;
	padding-bottom: 140px;
}
.well-0-170{
	padding-top: 0px;
	padding-bottom: 170px;
}
.well-15-75{
	padding-top: 15px;
	padding-bottom: 75px;
}
.well-10-0{
	padding-top: 10px;
	padding-bottom: 0px;
}
.well-30-0{
	padding-top: 30px;
	padding-bottom: 0px;
}
.well-30-10{
	padding-top: 30px;
	padding-bottom: 10px;
}
.well-40-30{
	padding-top: 40px;
	padding-bottom: 30px;
}
.well-45-0{
	padding-top: 45px;
	padding-bottom: 0px;
}
.well-45-30{
	padding-top: 45px;
	padding-bottom: 30px;
}
.well-90-0{
	padding-top: 90px;
	padding-bottom: 0px;
}
.well-30-75{
	padding-top: 30px;
	padding-bottom: 75px;
}


@media(min-width: 1300px){
	.well-side-lg-60{
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media(max-width: 767px) {
	.well-sm-0-15{
		padding-top: 0px;
		padding-bottom: 15px;
	}
	.well-sm-0-30{
		padding-top: 0px;
		padding-bottom: 30px;
	}
}

.well-rwd-lg-0-140{
		padding-top: 0px;
		padding-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1299px) {
	.well-rwd-lg-0-140{
		padding-bottom: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.well-rwd-lg-0-140{
		padding-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.well-rwd-lg-0-140{
		padding-bottom: 60px;
	}
}


.mgr-top-10{
	margin-top: 10px;
}

.mrg-bottom-30{
	margin-bottom: 30px;
}

.brd-btm-black{
	border-bottom: 1px solid black;
}

.bg-1{
	background-color: #f7f7f7;
}

.bottom-line-wyb:after{
	content: " ";
	position: absolute;
	display: block;
	left: 40px;
	right: 40px;
	bottom: 0px;
	height: 1px;
	width: auto;
	background-color: #747474;
}


/* ================ PRELOADER =================== */

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px 10%;
    z-index: 9999999;
    background: #fff;
    transition: .3s all ease;
	visibility: hidden;
    opacity: 0;
}

.show-preloader{
    visibility: visible;
    opacity: 1;
}

.preloader__body {
    margin: 50px auto;
  	width: 40px;
  	height: 40px;
 	position: relative;
  	-webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.preloader__body .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.preloader__body .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #245ea8;
  -webkit-animation: foldCubeAngle 2.4s infinite linear both;
          animation: foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.preloader__body .cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.preloader__body .cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.preloader__body .cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.preloader__body .cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.preloader__body .cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader__body .cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* ============== END PRELOADER ================= */




.wrapper {
	position: relative;
    overflow: hidden;
    min-height: 100vh !important;
    width: 100%;
}

html.rd-navbar-fixed-linked .wrapper {
    padding-top: 56px;
}

.wrapper .media-controls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 200px;
}

.wrapper .media-controls > *{
	margin-left: 5px;
	margin-right: 5px;
}

.page-header{
   	padding: 0;
    margin: 0;
    border-bottom: none;
}

.layout-divided .page-divided .page-divided__aside{
	position: relative;
	z-index: 10;
	transition: 1s all ease;
}

.layout-divided .page-divided .page-divided__main{
	right: 0;
	border-top: 1px solid #e1e1e1;
	transition: 1s all ease;
}

.layout-divided .page-divided.page-divided--default .page-divided__main .container,
.layout-divided .page-divided.page-divided--fullwidth .page-divided__main .container{
	width: 100%;
}

.layout-divided .page-divided .page-divided__aside-inner{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #151515;
    transition: 1s all ease;
    overflow: hidden;
}

.page-divided-brand {
    display: none;
}

.page-divided-brand a:hover{
	text-decoration: none;
}

.page-divided-brand img{
	display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}

.page-divided-brand span {
    position: relative;
    width: 400px;
    margin-left: 10px;
	margin-top: 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
	float: left;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.page-divided-controls {
    display: none;
}

.layout-divided .page-divided-controls{
	position: fixed;
	overflow: hidden;
	top: 30px;
	margin-left: -25px;
	left: 40%;
	display: block;
	width: 50px;
	height: 50px;
	background-color: transparent;
	z-index: 1081;
	transition: 1s all ease;
}

.page-divided-control {
	position: absolute;
	display: inline-block;
	width: 50%;
	top: 0;
	bottom: 0;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	z-index: 1;
	transition: .33s all ease;

	background: none;

	border: none;
	border-width: 2px;
	border-style: solid;
	/*rgba(183, 183, 183, 0.37);*/
}

.page-divided-control::before {
    content: '';
    display: inline-block;
    margin-top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
}

#page-divided-left {
	left: 0;
  right: 50%;

	border-color: #ffffff;
	border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
	border-right: 0px;
}

#page-divided-left:hover {
    background: #FFF;
}

#page-divided-left::before {
    margin-left: 1px;
    border-width: 8px 10px 8px 0;
    border-color: transparent white transparent transparent;
    transition: .33s;
}

#page-divided-left:hover::before {
    border-color: transparent #701101 transparent transparent;
}

#page-divided-right {
	right: 0;
  left: 50%;

	border-color: red;
	border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
	border-left: 0px;
}

#page-divided-right::before {
    margin-right: 1px;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #701101;
}

#page-divided-right:hover {
    background: #701101;
}

#page-divided-right:hover::before {
    border-color: transparent transparent transparent #FFF;
}

.rd-navbar-wrap{
	position: relative;
	z-index: 9;
	transition: .3s all ease;
}

.rd-navbar{
	background-color: #FFF;
	font-size: 14px;
	line-height: 1.7;
}

.rd-navbar--fullwidth{
	display: block;
}

.rd-navbar--fullwidth.rd-navbar--is-stuck{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px 1px rgba(21, 21, 21, 0.1);
}


.rd-navbar--fixed {
    display: block;
}

.rd-navbar--fullwidth .rd-navbar-main{
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
	transition: .33s all ease;
}

.rd-navbar--fullwidth.rd-navbar--is-stuck .rd-navbar-main{
	padding-top: 16px;
    padding-bottom: 16px;
}

.rd-navbar--fullwidth .rd-navbar-panel{
	padding-left: 15px;
	padding-right: 15px;
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	transition: 1s all ease;
}

.rd-navbar--fixed .rd-navbar-panel{
 	position: fixed;
 	left: 0;
 	top: 0;
 	right: 0;
 	padding: 4px;
 	height: 56px;
 	z-index: 999;
 	border-bottom: 1px solid #f2f3f8;
 	color: #2d2d2d;
 	box-shadow: none;
 	background: #ffffff;
}


.rd-navbar-brand a:hover{
	text-decoration: none;
}

.rd-navbar-brand img{
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}

@media(min-width: 991px){
	nav.rd-navbar--is-stuck .rd-navbar-brand span{
		font-size: 13px;
    margin-top: 4px;
		width: 280px;
	}
}

@media(max-width: 991px){
	.rd-navbar-brand img{
	    height: 20px;
    	margin: 15px 0px 0px 20px;
	}
}

.rd-navbar-brand span {
	position: relative;
	width: 400px;
	margin-left: 10px;
	margin-top: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4;
	float: left;
}
@media (max-width: 991px) {
	.rd-navbar-brand span {
		width: 300px;
		margin-left: 0px;
		margin-top: 2px;
		font-size: 16px;
	}
}

@media (max-width: 430px) {
	.rd-navbar-brand span {
		width: 190px;
		font-size: 12px;
	}
}


.rd-navbar--fullwidth .rd-navbar-nav-wrap{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}
/*
.rd-navbar--fixed .rd-navbar-nav-wrap {
    position: fixed;
    z-index: 100;
    top: -56px;
    left: 0;
    width: 280px;
    padding: 112px 0 81px;
    bottom: -56px;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-110%);
    border-right: 1px solid #f2f3f8;
	color: #ffffff;
    background: #ffffff;
    border-color: #f2f3f8;
}*/

.rd-navbar--fullwidth .rd-navbar-nav {
    /*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;*/
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
    color: #151515;
    margin-left: -20px;
    margin-right: -20px;
}
@media(max-width: 991px){
	.rd-navbar-nav-wrap{
		display: none;
	}
}

.rd-navbar--fullwidth .rd-navbar-nav > li{
	font-size: 20px;
	line-height: 1.4;
	padding-top: 5px;
	display: inline-block;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700;
}
@media (min-width: 992px)AND(max-width: 1199px){
	.rd-navbar--fullwidth .rd-navbar-nav > li{
 		margin-left: 5px;
 		margin-right: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1335px){
	.rd-navbar-brand span {
		font-size: 13px;
		width: 280px;
		margin-top: 4px;
	}
	.rd-navbar--fullwidth .rd-navbar-nav > li{
		font-size: 13px;
		margin-left: 5px;
    margin-right: 5px;
	}
	.rd-navbar-brand img{
		height: 30px;
	}
	.rd-navbar--fullwidth .rd-navbar-nav-wrap{
		padding-left: 0px;
		padding-right: 5px;
	}
	.rd-navbar--fullwidth .rd-navbar-panel{
		padding-left: 5px;
		padding-right: 0px;
	}
}

.rd-navbar-toggle{
    position: relative;
		float: right;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #9b9b9b;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
}

.rd-navbar--fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
 	top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #9b9b9b;
	backface-visibility: hidden;
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.slider-divided{
	position: relative;
  width: 100%;
  z-index: 2;
	background-color: #3b3940;
}

@media (min-width: 768px){
	.page-divided-slider .swiper-slider {
    	height: inherit;
	}
}

@media (max-width: 1199px){
	.rd-navbar--fullwidth .rd-navbar-main {
		/*-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;*/
		/*-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
		/*text-align: center;*/
	}
	/*.rd-navbar--fullwidth .rd-navbar-main > *{
		width: 100%;
	}*/
	/*.rd-navbar--fullwidth .rd-navbar-main > * + * {
		padding-top: 20px;
	}*/
	.rd-navbar--fullwidth .rd-navbar-nav-wrap{
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 992px){
	.layout-divided .page-divided{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: flex-end;
	    -ms-flex-align: end;
	    align-items: flex-end;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.layout-divided .page-divided .page-divided__header {
    	-webkit-order: 1;
    	-ms-flex-order: 1;
    	order: 1;
	}
	.layout-divided .page-divided .page-divided__aside{
		width: 40%;
		-webkit-order: 0;
    	-ms-flex-order: 0;
    	order: 0;
	}
	.layout-divided .page-divided.page-divided--none .page-divided__aside{
		width: 0%;
	}
	.layout-divided .page-divided .page-divided__main{
		/*width: calc(60% - 17px);*/
		width: calc(60%);
		-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
		transition: 1s all ease;
	}
	.layout-divided .page-divided.page-divided--none .page-divided__main{
		width: 100%;
	}
	.layout-divided .page-divided.page-divided--fullwidth .page-divided-controls{
		left: 100%;
	}
	.layout-divided .page-divided.page-divided--none .page-divided-controls{
		left: 0;
	}
	.layout-divided .page-divided .page-divided__aside-inner{
		width: 40%;
	}
	.layout-divided .page-divided.page-divided--none .page-divided__aside-inner{
		right: 100%;
		width: 0;
	}
	.layout-divided .page-divided.page-divided--fullwidth .page-divided__aside-inner{
		right: 0;
		width: 100%;
	}
	.layout-divided .page-divided .page-divided-brand {
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    padding: 30px 30px;
	    z-index: 1080;
	    min-width: 600px;
	}
	.layout-divided .page-divided .rd-navbar--fullwidth{
		position: fixed;
    	left: 0;
    	right: 0;
    	width: 100vw;
    	transition: none;
	}
	.layout-divided .page-divided.page-divided--none .rd-navbar--fullwidth{
    	left: 0;
	}

	.layout-divided .page-divided.page-divided--default .rd-navbar--fullwidth .rd-navbar-panel,
	.layout-divided .page-divided.page-divided--fullwidth .rd-navbar--fullwidth .rd-navbar-panel{
		position: relative;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
	}
	.layout-divided .page-divided.page-divided--none .rd-navbar--fullwidth .rd-navbar-panel{
		opacity: 1;
    	visibility: visible;
	}
	.layout-divided .page-divided .rd-navbar--fullwidth .rd-navbar-nav-wrap{
		transition: 1s all ease;
	}
	.layout-divided .page-divided.page-divided--default .rd-navbar--fullwidth .rd-navbar-nav-wrap,
	.layout-divided .page-divided.page-divided--fullwidth .rd-navbar--fullwidth .rd-navbar-nav-wrap{
		position: relative;
		width: 60%;
	}
	.rd-navbar--fullwidth .rd-navbar-nav-wrap {
    	-webkit-justify-content: center;
    	-ms-flex-pack: center;
    	justify-content: center;
	}
	.layout-divided .page-divided .rd-navbar--fullwidth .rd-navbar-nav {
    	transition: flex-grow 0.5s ease-out;
	}
	.rd-navbar--fullwidth.rd-navbar--is-stuck .rd-navbar-main{
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	.layout-divided .page-divided.page-divided--default .rd-navbar--fullwidth .rd-navbar-nav,
	.layout-divided .page-divided.page-divided--fullwidth .rd-navbar--fullwidth .rd-navbar-nav {
	    position: static;
	    -webkit-flex-grow: 0;
	    -ms-flex-positive: 0;
	    flex-grow: 0;
	    transition: flex-grow 1.15s ease;
	}

	.rd-navbar-nav a{
		position: relative;
		display: inline-block;
		overflow: hidden;
		outline: none;
		letter-spacing: 1px;
    	font-weight: 400;
    	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	}

	.rd-navbar-nav a span{
		position: relative;
    	display: inline-block;
    	-webkit-transition: -webkit-transform 0.3s;
    	-moz-transition: -moz-transform 0.3s;
    	transition: transform 0.3s;
	}

	.rd-navbar-nav a:hover span, .rd-navbar-nav a:focus span, .rd-navbar-nav a.selected span {
    	-webkit-transform: translateY(-100%);
    	-moz-transform: translateY(-100%);
    	transform: translateY(-100%);
	}

	.rd-navbar-nav a span::before {
    	position: absolute;
    	top: 100%;
    	content: attr(data-hover);
    	-webkit-transform: translate3d(0,0,0);
    	-moz-transform: translate3d(0,0,0);
    	transform: translate3d(0,0,0);
	}

	.layout-divided .page-divided .page-divided-slider {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 100vw;
	    height: 100vh;
	}
	.layout-divided .page-divided .page-divided-slider .media-controls{
		transition: 1s all ease;
	}
	.layout-divided .page-divided.page-divided--fullwidth .page-divided-slider .media-controls{
		left: 100%;
	}
}

@media (max-width: 1599px) and (min-width: 1183px){
	.layout-divided .page-divided.page-divided--none .page-divided-slider .media-controls,
	.layout-divided .page-divided.page-divided--default .page-divided-slider .media-controls {
    	transform: none;
    	left: 0;
	}
}


@media (min-width: 1600px){
	.layout-divided .page-divided .page-divided__aside{
		width: 50%;
	}
	.layout-divided .page-divided .page-divided__main{
		width: 50%;
	}
	.layout-divided .page-divided .page-divided__aside-inner{
		width: 50%;
	}
	.layout-divided .page-divided .page-divided-controls{
		left: 50%;
	}
	.layout-divided .page-divided.page-divided--default .rd-navbar--fullwidth .rd-navbar-nav-wrap,
	.layout-divided .page-divided.page-divided--fullwidth .rd-navbar--fullwidth .rd-navbar-nav-wrap{
		width: 50%;
	}
	.layout-divided .page-divided.page-divided--none .page-divided-slider .media-controls,
	.layout-divided .page-divided.page-divided--default .page-divided-slider .media-controls{
    	left: 50%;
	}
}

@media (min-width: 1800px){
	.layout-divided .page-divided .rd-navbar--fullwidth .rd-navbar-panel{
		min-width: 220px;
	}
}


/* SWIPER SLIDER */


.swiper-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 1;
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-divided .swiper-slider {
   	min-height: calc(100vh - 90px);
}

.swiper-wrapper {
	position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.swiper-slide {
	position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 100%;
    background-position: center center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 40px 15px 30px;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.slider-divided .swiper-slide-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider-divided .swiper-slide-image-wrap::before,
.slider-divided .swiper-slide-image-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    opacity: .651;
    height: 22.6%;
    pointer-events: none;
    z-index: 1;
}

.slider-divided .swiper-slide-image-wrap:before {
    display: none;
    top: 0;
    opacity: 0;
    background-image: -moz-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
}

.slider-divided .swiper-slide-image-wrap:after {
    bottom: 0;
    height: 50%;
    background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
}

.slider-divided .swiper-slide-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    transform: scale3d(1, 1, 1);
    transition: 1s ease-out;
}

.slider-divided .swiper-slide-caption {
    position: relative;
    z-index: 2;
    padding-left: 20px;
	margin-bottom: 10px;
}

.slider-divided .swiper-slide-caption__line{
	position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 6px;
  background: #FFFFFF;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.scaleInVertical {
    animation-name: scaleInVertical;
    transform-origin: 50% 50%;
}

@keyframes scaleInVertical {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

.slider-divided .swiper-slide-caption__inner {
    position: relative;
    overflow: hidden;
}

.slider-divided .swiper-slide-caption h3{
	color: #FFF;
	font-size: 24px;
    line-height: 1.25;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.slider-divided h3 + p {
    margin-top: 3px;
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.swiper-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    height: 5px;
    background: #cecaca;
    pointer-events: none;
}

.swiper-scrollbar-drag {
	height: inherit;
    background: #fcbd50;
}

.slider-divided .media-controls {
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
    bottom: 0;
    z-index: 1;
    padding: 40px;
}

.wrapper .media-controls .swiper-button-prev,
.wrapper .media-controls .swiper-button-next,
.wrapper .media-controls .swiper-pagination {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.52);
    transition: .33s;
    text-align: center;
}

.wrapper .media-controls .swiper-button-prev,
.wrapper .media-controls .swiper-button-next{
    left: auto;
    right: auto;
    top: auto;
    transform: none;
	font-size: 0;
    line-height: 0;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	will-change: transform;
    z-index: 10;
}

.swiper-pagination {
    transform: translate3d(0, 0, 0);
    z-index: 10;
	color: #FFF;
}

.wrapper .media-controls .swiper-button-prev:hover,
.wrapper .media-controls .swiper-button-next:hover{
    border-color: #ffffff;
}

.wrapper .media-controls .swiper-button-prev svg,
.wrapper .media-controls .swiper-button-next svg{
    stroke: rgba(255, 255, 255, 0.48);
    transition: .22s;
}

.wrapper .media-controls .swiper-button-prev:hover svg,
.wrapper .media-controls .swiper-button-next:hover svg{
    stroke: #ffffff;
}

@media (max-width: 767px){
	.wrapper .slider-divided .media-controls {
    	display: none;
	}
}

@media (min-width: 768px){
	.slider-divided .swiper-slider {
    	min-height: 500px;
	}
	.slider-divided .swiper-slide {
		padding: 30px 40px;
	}
	.slider-divided .swiper-slide-caption {
    	padding-right: 20px;
    	max-width: calc(100% - 300px);
	}
	.swiper-scrollbar {
    	display: none;
	}
	.wrapper .media-controls .swiper-pagination {
    	background: rgba(255, 255, 255, 0);
	}
}

@media (min-width: 1200px){
	.slider-divided .swiper-slider {
    	min-height: 37vw;
	}
	.layout-divided .page-divided .page-divided-slider .swiper-slide-image-wrap {
    	transform: translateX(0);
    	will-change: transform;
		transition: 1s all ease;
	}
	.layout-divided .page-divided.page-divided--default .page-divided-slider .swiper-slide-image-wrap {
    	transform: translateX(-30%);
	}
	.layout-divided .page-divided.page-divided--none .page-divided-slider .swiper-slide-image-wrap {
    	transform: translateX(-40%);
	}
	.slider-divided .swiper-slide-image-wrap:before{
		opacity: .651;
	}
	.layout-divided .page-divided .page-divided-slider .swiper-slide-image-wrap::before {
    	display: block;
	}
	.slider-divided .swiper-slide-image-wrap:after{
		height: 22%;
	}
	.layout-divided .page-divided .page-divided-slider .swiper-slide-caption {
    	max-width: 40%;
		transition: 1s all ease;
	}
}

@media (max-width: 1599px) and (min-width: 1200px){
	.layout-divided .page-divided .page-divided-slider .swiper-slide-caption{
		bottom: 80px;
	}
}

@media (min-width: 1600px){
	.layout-divided .page-divided.page-divided--default .page-divided-slider .swiper-slide-image-wrap {
    	transform: translateX(-25%);
	}
	.layout-divided .page-divided .page-divided-slider .swiper-slide-caption{
		max-width: calc(50% - 430px);
	}
}



/* SWIPER SLIDER BLOCKS  */

.slider-blocks .swiper-container{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
	/*min-height: 34.4271vw;*/
    z-index: 1;
}

.slider-blocks .swiper-wrapper{
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
    will-change: transform;
}

.slider-blocks .swiper-slide{
	position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    background-position: center center;
	background-color: #2a2a2a;
	background-size: cover;
}

.slider-blocks .swiper-slide .swiper-slide-caption{
	width: 100%;
	position: relative;
    z-index: 3;
    padding: 50px 0 90px;
	min-height: inherit;
}

.slider-blocks .swiper-slide .swiper-slide-caption h1,
.slider-blocks .swiper-slide .swiper-slide-caption h4{
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.shell{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	min-width: 300px;
    max-width: 480px;
}

* + .object-decorated{
	margin-top: 20px;
}

.object-decorated{
	position: relative;
    margin-left: -5px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.object-decorated > * {
    display: block;
    margin: 0 5px;
}

.object-decorated__divider{
	height: 4px;
    width: 36px;
    background: #f5a63f;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-blocks .swiper-pagination{
	position: absolute;
    left: 12px;
    bottom: 30px;
    z-index: 10;
    display: inline-block;
    font-size: 0;
    line-height: 0;
	width: auto !important;
}

.slider-blocks .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    transition: .33s;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.slider-blocks .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: inherit;
}

.slider-blocks .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: scale(0.5);
    opacity: 0;
    border: 2px solid #f5a63f;
    border-radius: inherit;
    transition: .22s ease-in;
}

.slider-blocks .swiper-pagination-bullet:hover::after,
.slider-blocks .swiper-pagination-bullet-active::after {
    transform: scale(1);
    opacity: 1;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.slider-blocks .slider-default__aside > * {
    margin-top: 15px;
    width: 100%;
}

.thumb-modern {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
    max-width: 440px;
    text-align: center;
    background: #000;
    color: #fff;
}

.thumb-modern:hover{
	color: #FFF;
}

.thumb-modern p {
	color: #FFF;
}

.thumb-modern__image {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    max-width: none;
	object-fit: cover;
    object-position: center center;
}

.thumb-modern__caption {
    position: relative;
    z-index: 2;
    padding: 30px 35px;
}

.thumb-modern__title {
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 480px){
	.slider-blocks .swiper-pagination{
		left: calc(50% - 240px + 10px);
	}
}

@media (max-width: 767px){
	.slider-blocks .slider-default__aside > * {
	    max-width: 360px;
	    margin-left: auto;
	    margin-right: auto;
	}
}

@media (min-width: 768px){
	.slider-blocks .slider-default__aside{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    padding-left: 8px;
	    padding-right: 8px;
	}
	.slider-blocks .swiper-slide .swiper-slide-caption{
		padding: 115px 0 160px;
	}
	.shell{
		max-width: 750px;
	}
	* + .object-decorated{
		margin-top: 30px;
	}
	.object-decorated{
		margin-left: -10px;
	}
	.object-decorated > * {
    	margin: 0 10px;
	}
	.object-decorated__divider{
		height: 6px;
    	width: 69px;
	}
	.slider-blocks .swiper-pagination{
		bottom: 50px;
    	left: calc(50% - 375px + 5px);
	}
	.slider-blocks .slider-default__aside > *{
		margin-top: 15px;
    	width: 33.33333%;
    	padding-left: 7px;
    	padding-right: 7px;
	}
}

@media (min-width: 992px){
	.shell{
		max-width: 970px;
	}
	.slider-blocks .swiper-pagination{
		left: calc(50% - 485px + 5px);
	}
	html:not(.tablet):not(.mobile) .thumb-modern__image {
    	transition: opacity 0.4s, transform 0.35s;
	}
	.thumb-modern__title {
    	font-size: 24px;
	}
	html:not(.tablet):not(.mobile) .thumb-modern__title {
    	font-size: 26px;
    	transform: scale3d(0.9, 0.9, 0.9);
    	transition: transform 0.35s;
	}
	html:not(.tablet):not(.mobile) .thumb-modern:hover .thumb-modern__image {
    	opacity: 0.9;
    	transform: scale3d(1.05, 1.05, 1);
	}
	html:not(.tablet):not(.mobile) .thumb-modern:hover .thumb-modern__title {
    	transform: scale3d(1, 1, 1);
	}
}

@media (min-width: 1200px){
	.slider-blocks{
		display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-align-items: stretch;
    	-ms-flex-align: stretch;
    	align-items: stretch;
    	-webkit-flex-direction: row;
    	-ms-flex-direction: row;
    	flex-direction: row;
	}
	.slider-blocks .slider-default__main{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	    flex-shrink: 0;
	    position: relative;
	    overflow: hidden;
	    width: 72%;
	    transform: skew(10deg);
	    transform-origin: 0 100%;
	}
	.slider-blocks .slider-default__main > *{
		width: 100%;
   		margin-top: 0;
    	transform: skew(-10deg);
    	transform-origin: 100% 100%;
		/*max-height: 46.3vh;*/
	}
	.slider-blocks .swiper-slide .swiper-slide-caption{
		padding: 150px 50px 200px;
	}
	.shell{
		max-width: 1200px;
	}
	.slider-blocks .swiper-pagination{
		left: 70px;
	}
	.slider-blocks .slider-default__aside{
		position: relative;
	    z-index: 2;
	    overflow: hidden;
	    width: 35%;
	    padding: 0 0 0 0;
	    margin-left: 35px;
	    -webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	    flex-shrink: 0;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    transform: skew(10deg);
	    transform-origin: 100% 100%;
	}
	.slider-blocks .slider-default__aside > *{
		margin-top: 35px;
	}
	.slider-blocks .slider-default__aside > *:nth-child(1){
		width: 100%;
    	margin-top: 0;
	}
	.slider-blocks .slider-default__aside > *:nth-child(2){
		width: 90%;
	}
	.slider-blocks .slider-default__aside > *:nth-child(3){
		width: 80%;
	}
	.slider-blocks .slider-default__aside > *:last-child{
		margin-bottom: 0;
	}

	.slider-blocks .aside__item{
		position: relative;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    -webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	    flex-shrink: 0;
	    transform: skew(-10deg);
	    transform-origin: 0 0;
	    width: 100%;
	    padding: 0;
	    opacity: .99;
	}
	.slider-blocks .aside__item > *{
		-webkit-flex-grow: 1;
    	-ms-flex-positive: 1;
    	flex-grow: 1;
    	width: 100%;
    	max-width: 100%;
	}
}

@media (min-width: 1600px){
	.slider-blocks .slider-default__main{
		width: 76%;
	}
	.slider-blocks .slider-default__aside{
		width: 32%;
	}
}

@media (min-width: 1800px){
	.slider-blocks .swiper-pagination{
		bottom: 100px;
		width: auto !important;
	}
}


.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.fadeInUpSmall {
  animation-name: fadeInUpSmall;
  transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* END SWIPER SLIDER DEFAULT  */




/* SWIPER SLIDER LOGOTYPES */

.slider-logotypes .swiper-slide {
    min-width: auto;
	padding: 0;
}


/* END SWIPER SLIDER LOGOTYPES */






.hr-black{
	border-top: 1px solid black;
}
.iws-spec-padd-left-30{
	padding-left: 30px;
}
.iws-spec-padd-right-30{
	padding-right: 30px;
}
.relative{
	position: relative;
}
.container{
}


/*================== Style dla Section ======================*/

section{
	position: relative;
	min-height: 15px;
}
.section-color-white{
	background-color: #FFFFFF;
}
.section-color-lggrey{
	background-color: #f6f8fa;
}
.section-onas{
	padding-top: 50px;
	padding-bottom: 75px;
}
@media(min-width: 1600px){
	.section-onas{
		padding-top: 160px;
		padding-bottom: 185px;
	}
}
.section-opinie{
	background-image: url('../images/sekcja_opinie/tlo.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 350px;
	padding-top: 55px;
	padding-bottom: 55px;
}
@media(min-width: 1600px){
	.section-opinie{
		padding-top: 155px;
		padding-bottom: 155px;
	}
}

.section-opinie:before{
	display: block;
	content: " ";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,0.8);
	z-index: 0;
}
.section-partnerzy{
	padding-top: 45px;
	padding-bottom: 55px;
}
@media(min-width: 1600px){
	.section-partnerzy{
		padding-top: 145px;
		padding-bottom: 155px;
	}
}
.section-cms{
	padding-top: 75px;
	padding-bottom: 75px;
}
@media(min-width: 1600px){
	.section-cms{
		padding-top: 185px;
		padding-bottom: 185px;
	}
}
.section-kolkaprocentowe{
	padding-top: 75px;
	padding-bottom: 75px;
}

/*================== Koniec styli dla Section ======================*/

/*================== Style dla Strony z Menu ======================*/

#tresc-article{
	float : right;
	border-left: 1px solid #e1e1e1;
}
#tresc-article h2{
/*	margin-bottom: 15px;*/
}
@media (min-width: 1300px){
	#tresc-article{
		padding-left: 20px;
	}
}
/*@media(min-width: 991px){
	#tresc-article:before{
		display: block;
		position: absolute;
		content: " ";
		left: 0px;
		width: 1px;
		height: 100%;
		background-color: #e1e1e1;
	}
}*/
#tresc-menu{
	float : left;
}
@media (min-width: 1300px){
	#tresc-menu{
		padding-right: 20px;
	}
}
@media(max-width: 991px){
	#tresc-menu{
		display : none;
	}
}

.tresc-menu--container{
	display: flex;
}

/*================== Koniec styli dla Strony z Menu ======================*/

/*================== Style dla CarouFredSel ======================*/

.caroufredsel-uot-1{
	max-width: 1420px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

@media (min-width: 768px) and (max-width: 991px){
	.caroufredsel-uot-1{
		padding-left: 45px;
		padding-right: 45px;
	}
}
@media (max-width: 767px){
	.caroufredsel-uot-1{
		padding-left: 30px;
		padding-right: 30px;
	}
}


.carousel-1 {
	text-align: center;
}
.carousel-1 *{
	text-align: center;
}
.carousel-1 > .caroufredsel_wrapper{
	padding-top: 10px;
}
.carousel-item p{
	font-weight: 700;
	min-height: 91.42857152px;
}
.carousel-item h3{
	font-family: "Lobster";
	font-size: 20px;
}
.carousel-item img {
	border-radius: 50%;
}
.caroufredsel-button-1{
	position: absolute;
	font-size: 50px;
	line-height: 1;
	cursor: pointer;
	top: 50%;
  transform: translateY(-50%);
}
.caroufredsel-button-1:hover{
	color: #2BAEB8;
}
#caroufredsel-prev-1{
	left: 10px;;
}
#caroufredsel-next-1{
	right: 10px;
}
.caroufredsel-uot-2{
	position: relative;
}
.carousel-logo{
	text-align: center;
}
.cfs-logo-item{
	display: block;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

/*================== Koniec styli dla CarouFredSel ======================*/

/*================== Style dla JSSOR ======================*/

.slider_migany{
	margin: 0px auto;
}

/*================== Koniec styli dla JSSOR ======================*/

/*================== Style dla Footer ======================*/
footer{
	background-color: #262626;
}
.footer-top{
}
.footer-bottom{
}
.footer-bottom-line:after{
	content: " ";
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	bottom: 0px;
	height: 1px;
	width: auto;
	background-color: #747474;
}

/*================== Koniec Styli dla Footer ======================*/

/*================== Koniec Podstawowych styli ======================*/

/*================== Stuck_container ======================*/
.stuck_container {
	left: 0px;
	right: 0px;
	z-index: 130;
	padding: 20px 0px;
	background:  rgba(35, 35, 35, 0.6);
	border-bottom: 1px solid black;
  -moz-transition: 0.5s background;
  -webkit-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background;
}
.stuck_container{
	background-color: rgba(0,0,0,0.5);
}
.stuck_container > .navbar{
	margin: 0px;
	border: 0px;
	background: none;
}

.stuck_container ul{
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
}

.stuck_container ul > li {
	position: static;
}

.stuck_container ul > li.active{
	margin-left: 0px !important;
	position:absolute;
	float: none !important;;
	border-bottom: 3px solid darkgray;
}

.stuck_container ul > li > a{
	color: #ffffff;
  font-size: 20px;
  font-weight: 700;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;
	display: inline;
}
@media (max-width: 1299px){
	.stuck_container ul > li > a{
  	font-size: 16px;
	}
}

.menu_poziome_desktop > ul > li > a,
.navbar-default .navbar-nav > li > a{
	color: white;
}
.menu_poziome_desktop > ul > li > a:hover,
.menu_poziome_desktop > ul > li > a:focus,
.menu_poziome_desktop > ul > li > a.selected {
	color: darkgray !important;
}
@media (min-width: 1300px){
	.navbar-nav > li > a {
		padding-right: 15px;
    padding-left: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1299px){
	.navbar-nav > li > a {
		padding-right: 5px;
    padding-left: 5px;
	}
}

/*str start*/
.header-page-start #stuck_container_abs_fix{
	position: absolute;
	top: 0%;
}
.header-page-start #stuck_container_abs_fix.yes-fixed{
	position: fixed;
	top: 0px;
	background-color: rgba(0,0,0,0.9);
}

@media(max-width: 991px){
	.header-page-start #stuck_container_abs_fix,
	.header-page-start #stuck_container_abs_fix.yes-fixed{
		position: absolute !important;
		top: 0%;
	}
}

/*str standard*/
.header-page-standard #stuck_container_abs_fix{
	position: absolute;
	top: 0%;
}
.header-page-standard #stuck_container_abs_fix.yes-fixed{
	position: fixed;
	top: 0px;
	background-color: rgba(0,0,0,0.9);
}

@media(max-width: 991px){
	.header-page-standard #stuck_container_abs_fix,
	.header-page-standard #stuck_container_abs_fix.yes-fixed{
		position: absolute !important;
		top: 0%;
	}
}

.menu-button-mobile{
	display: block;
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	border: 1px solid white;
}
.menu-button-mobile > span{
	display : block;
	position: absolute;
	width: 30px;
	height : 4px;
	left: 9px;
	background: white;
}
.menu-button-mobile > span:nth-child(1){
	top: 9px;
}
.menu-button-mobile > span:nth-child(2){
	top: 22px;
}
.menu-button-mobile > span:nth-child(3){
	top: 35px;
}

@media(min-width: 992px){
	.menu-button-mobile{
		display: none;
	}
}

@media(max-width: 991px){
	.menu_poziome_desktop{
		display: none;
	}
}

.menu_poziome_mobile_out{
	position: absolute;
  left: 0px;
  right: 0px;
	z-index: 2;
}

@media(min-width: 992px){
	.menu_poziome_mobile_out{
		display: none !important;
	}
}

#menu_mobilne{
	display: none;
  position: fixed;
	left: 0;
	right:0;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	background: rgba(0,0,0,.8);
}
#menu_mobilne ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu_mobilne ul ul{
	display: none;
}
#menu_mobilne>ul{
	border-bottom: 1px solid #AAA;
}
#menu_mobilne li{
}
#menu_mobilne span{
	width: 100%;
	display: block;
}
.menu_mobilne a,
.menu_mobilne li.menu > span{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-align: left;
	cursor: pointer;
}
.menu_mobilne a,
.menu_mobilne li.menu > span,
.menu_mobilne a:hover,
.menu_mobilne li.menu > span:hover,
.menu_mobilne a:focus,
.menu_mobilne li.menu > span:focus{
	color: white;
}


.menu_mobilne li.menu > span { padding-left: 10px;}
#menu_mobilne [data-deep="0"]{ padding-left: 10px;}
#menu_mobilne [data-deep="0"]:before{ content: "";}
#menu_mobilne [data-deep="1"]{ padding-left: 25px;}
#menu_mobilne [data-deep="1"]:before{ content: "> "; padding-left: 6px; position: absolute; left: 10px}
#menu_mobilne [data-deep="2"]{ padding-left: 10px;}
#menu_mobilne [data-deep="2"]:before{ content: '\2022  ' ; padding-left: 12px;}
#menu_mobilne [data-deep="3"]{ padding-left: 10px;}
#menu_mobilne [data-deep="3"]:before{ content: '\2022  '; padding-left: 18px;}
#menu_mobilne button:before{ content: "" !important; padding: 0px !important; }

.navbar-header{
	float: left;
}
.navbar-brand{
	padding: 0px;
	margin-left: 0px;
}


.navbar-brand > img {
	display: block;
	position: relative;
	top: -10px;
}

.navbar-brand > img, .navbar-brand > span {
    float: left;
}
.navbar-brand > span {
    position: relative;
    top: -16px;
    width: 207px;
    margin-left: 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
}

/*================== End Stuck_container ======================*/


/*================== Paralax ======================*/
.parallax{
	position: relative;
  overflow: hidden;
}
.parallax_cnt {
	position: relative;
	min-height: 300px;
	padding-bottom: 45px;
	padding-top: 45px;
}
@media (max-width: 767px) {
	.parallax_cnt {
		min-height: 350px;
	}
}

.parallax_image {
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax-shadow .parallax_image:after,
.parallax-shadow2 .parallax_image:after
{
	z-index: 2;
	display: block;
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.parallax-shadow .parallax_image:after{
	background: rgba(0, 0, 0, 0.7);
}
.parallax-shadow2 .parallax_image:after{
	background: rgba(0,0,0, 0.35);
}
.parallax_image,
.parallax_pattern {
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}


@media (max-width: 767px) {
	.paralax-mega-full-page .parallax_cnt
	{
		min-height: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.paralax-mega-full-page .parallax_cnt
	{
		min-height: 450px;
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	.paralax-mega-full-page .parallax_cnt
	{
		min-height: 600px;
	}
}
@media (min-width: 1300px) {
	.paralax-mega-full-page .parallax_cnt
	{
		min-height: 950px;
	}
}

/* paralax-header */
@media (min-width: 1300px) {
	.paralax-header{
		padding-top: 135px;
    padding-bottom: 135px;
	}
}
@media (min-width: 992px) and (max-width: 1299px){
	.paralax-header{
		padding-top: 75px;
    padding-bottom: 75px;
	}
}
@media (max-width: 991px){
	.paralax-header{
		padding-top: 0px;
    padding-bottom: 0px;
	}
}

/*================== End Paralax ======================*/


/*================== Maps ======================*/

.leaflet-pane{
	z-index: 5 !important;
}

.leaflet-top, .leaflet-bottom{
	z-index: 6 !important;
}

.leaflet-bottom.leaflet-right .leaflet-control-zoom{
	margin-bottom: 60px;
}

@media (max-width: 479px){
	.mapa{
		height: 250px;
	}
	.leaflet-bottom.leaflet-right .leaflet-control-zoom{
		margin-bottom: 7px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.mapa{
		height: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mapa{
		height: 350px;
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	.mapa{
		height: 500px;
	}
}
@media (min-width: 1300px) {
	.mapa{
		height: 700px;
	}
}


.map__destination-button{
	position: absolute;
	bottom:35px;
	right:10px;
	height: 30px;
	width: 200px;
	background-color: white;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	z-index:10;
}
.map__destination-button:hover{
	text-decoration: none;
	background-color: #EBEBEB;
}
@media (max-width: 479px){
	.map__destination-button {
		width: calc(100% - 61px);
		bottom:23px;
		left: 10px;
		height: 64px;
		justify-content: center;
		align-items: center;
		display: flex;
		padding: 17px;
	}
	#mapa{
		height: 50vh;
	}
}

/*================== End Maps ======================*/

/*==================     ToTop     ======================*/
.toTop {
  position: fixed;
  display: block;
	width: 43px;
  height: 43px;
  right: 66px;
  bottom: -70px;
  overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: white !important;
	line-height: 40px;
	z-index: 20;
	background: #262626;
	border-radius: 50%;
	border: 12x solid white;
	box-shadow: 0px 0px 5px 1px black;

  transition:  all 0.5s;
}
.toTop.active {
  bottom: 180px;
}
.toTop:hover,
.toTop:focus{
}/*
.toTop,
.toTop:active,
.toTop:hover,
.toTop:focus  {
	text-decoration: none;
}
*/

.toTop:hover{
		background: red;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}
@media(max-width: 1850px){
	.toTop {
  	display: none !important;
	}
}
/*==================  End ToTop ======================*/

/*==================   Menu Boczne Panel    =====================*/

.menu_boczne{
}
.menu_boczne > ul{
}
.menu_boczne ul{
	padding: 0px;
	list-style: none;
	font-size: 19px;
  line-height: 23px;
}
.menu_boczne ul ul{
	padding-left: 12px;
	display: none;
}
.menu_boczne ul li{
}
.menu_boczne ul li a{
	display: block;
  padding: 15px 10px 15px 20px;
	color: #434345;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 500;
}
.menu_boczne ul li a:hover,
.menu_boczne ul li a.menu_wybrany{
	text-decoration: none;
	color: red;
}
.menu_boczne ul li a:before{
	font-family: 'FontAwesome';
	content: "\f105";
/*	content: "\f054";*/
	display: block;
	position:absolute;
	left: -5px;
	opacity: 0;

  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu_boczne ul li a.menu_wybrany:before{
	left: 5px;
	opacity: 1;
}
.menu_boczne ul li a:not(.menu_wybrany):hover:before{
	left: 5px;
	opacity: 1;
}

.menu_boczne .menu-label{
	margin-top: 0px;
	margin-bottom: 5px;
}

h2.nazwa_obiektu,
h2.nazwa_obiektu_biala{
	text-align: center;
}
h2.nazwa_obiektu_biala{
	color: white;
}
.menu_boczne .menu-label,
h2.nazwa_obiektu,
h2.nazwa_obiektu_biala{
	font-size: 30px;
}

/*==================   End Menu Boczne Panel    =====================*/

/*==================   Social Media Buttons    =====================*/

.social-cont{
	padding-top: 35px;
  padding-bottom: 30px;
	margin-top: 20px;
  text-align: center;
}
.social-media{
	display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
}
.social-media:hover{
	color: white;
	text-decoration: none;
}

.social-media[data-social="facebook"]{
	background-image: url('../images/social_media/facebook-1.png');
}


/*==================   END Social Media Buttons    =====================*/


/*==================   Animacje układu dla stony z menu    =====================*/

.object-hidden {
    visibility: hidden;
}
.hidden-holder,
.hidden-holder > *{
	position: relative;
	top: 0px;
}
.hidden-holder-left,
.hidden-holder-right{
	overflow: hidden;
	left: 0px;
}
.hidden-holder-left{
}
.hidden-holder-right{
}
.hidden-holder-left > *{
	left: 0px;
}
.hidden-holder-right > *{
	left: 0px;
}
.hidden-holder-left > *,
.hidden-holder-right > *{
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transition-delay:.55s;
	-moz-transition-delay:.55s;
	-o-transition-delay:.55s;
	transition-delay:.55s;
}
.object-hidden .hidden-holder-left > *{
	left: 120%;
}
.object-hidden .hidden-holder-right > *{
	left: -120%;
}
.row-line-diver-left:before,
.row-line-diver-right:before{
	display: block;
	content: " ";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	background-color: #e1e1e1;
}
.row-line-diver-right:before{
	left: 100%;
}
.row-line-diver-left:before{
	left: 0%;
}

/*==================   END Animacje układu dla stony z menu    =====================*/

/*==================   Mody Styli bootstarp dla strony kontakt    =====================*/

.box-fa-square{
	min-width: 50px;
	height: 70px;
	float: left;
  font-size: 60px;
	margin-right: 25px;
}
.box-fa-square-next{
	float: left;
}
@media(max-width: 1299px){
	.box-fa-square{
		text-align: center;
		margin-right: 0px;
		margin-bottom: 5px;
		width: 100%;
	}
	.box-fa-square-next{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}

.kontakt-form .form-group{
	margin-bottom: 10px;
}

.form-control{
	width: 100%;
	border: 1px solid #e3e2e7;
	font-size: 16px;
	box-shadow: none;
/*	margin-bottom: 10px;*/
}
.kontakt-form .form-control{
	background-color: #f6f6f6;
	vertical-align: middle;
}

.form-group label{
	display: inline;
	padding-left: 5px;
	font-weight: 400;
}
.form-group input[type="checkbox"]{
	height: auto;
}

.kontakt-form input{
	height: 53px;
}
.kontakt-form  textarea{
	min-height: 179px;
}

/*
.form-group{
	margin-bottom: 0px;
}
.form-control{
	color: white;
	background: rgba(0, 0, 0, .3);
	border-radius: 0px;
	border: 1px solid white;
	padding:20px 20px;
}
.form-control:focus{
	border-color: #2BAEB8;
}*/

.kontakt-form ::-moz-placeholder{
	color: grey;
}
.kontakt-form :-ms-input-placeholder{
	color: grey;
}
.kontakt-form ::-webkit-input-placeholder{
	color: grey;
}
.kontakt-form textarea::-moz-placeholder{
	padding-top: 70px;
}
.kontakt-form textarea:-ms-input-placeholder{
	padding-top: 70px;
}
.kontakt-form textarea::-webkit-input-placeholder{
	padding-top: 70px;
}

.kontakt-form [type="submit"]{
	float: right;
	height: 53px;
	border-radius: 0px;
	color: white;
	border: 1px solid #D6D9DF;
}

/*
input.form-control{
	height: 70px;
}*/

.btn-animate-4{
  position: relative;
/*	height: 60px; */
/*  min-width: 178px; */
	color: white;
	border-radius: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
/*	text-align: center; */
/*	font-size: 20px; */
/*	font-weight: 400; */
/*	background-color: rgba(0,0,0,.3); */
  overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 1;
  line-height: 36px;
}
.btn-animate-4:before {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(35deg,0);
  -moz-transform: skew(35deg,0);
  -ms-transform: skewX(35deg) skewY(0);
  -o-transform: skew(35deg,0);
  transform: skew(35deg,0);
  content: '';
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  z-index: -1;
}
.btn-animate-4:before {
	background-color: #f6f6f6;
}
.btn-animate-4:hover,
.btn-animate-4:focus{
	color: grey;
	text-decoration: none;
}
.btn-animate-4:hover:before,
.btn-animate-4:focus:before {
	visibility: visible;
  width: 140%;
  left: -20%;
}

/*==================   CATPCHA   ===================*/


#captcha_img{
	display: inline-block;
	float: left;
	margin-right: 10px;
	border: 1px solid #D6D9DF;
}
#idCaptcha{
	float: left;
	width: 160px;
}

/*
.captcha_img{
display:inline-block;
border: 1px solid white;
}

@media (max-width: 489px){
.captcha_img {
    margin-bottom: 30px;
}
}

.captcha-error{
	padding-bottom: 15px;
}

.captcha-error p{
	color: red;
}*/


/*==================   END Mody Styli bootstrap dla strony kontakt    =====================*/


/*==================   Mody Styli bootstrap dla kolumn i ogólnie sekcji    =====================*/

/* MODY DLA STR START KOLUMNY Z KÓŁKAMI */
.col-iws-lg-k1,
.col-iws-lg-k2{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 1300px){
	.col-iws-lg-k1{
		width : 55.5%;
	}
	.col-iws-lg-k2{
		width : 44.5%;;
	}
}

/*button szary*/
.btn-animate-5{
  position: relative;
	display: inline-block;
	height: 56px;
  min-width: 174px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	border-radius: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #222534;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background-color: #222534;

  overflow: hidden;
	vertical-align: middle;
	transition: all 0.3s ease;
	cursor: pointer;

	z-index: 1;
}
.btn-animate-5:before {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(35deg,0);
  -moz-transform: skew(35deg,0);
  -ms-transform: skewX(35deg) skewY(0);
  -o-transform: skew(35deg,0);
  transform: skew(35deg,0);
  /*-webkit-backface-visibility: hidden;*/
  content: '';
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  z-index: -1;
	background: white;
}

.btn-animate-5:hover{
	color: #222534;
	text-decoration: none;
}

.btn-animate-5:hover:before {
	visibility: visible;
  width: 140%;
  left: -20%;
}

/*button wybrany*/
.btn-animate-wyb{
  position: relative;
	display: inline-block;
	min-height: 56px;
  min-width: 174px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	border-radius: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #2BAEB8;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background-color: #2BAEB8;

  overflow: hidden;
	vertical-align: middle;
	transition: all 0.3s ease;
	cursor: pointer;

	z-index: 1;
}
.btn-animate-wyb:before {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(35deg,0);
  -moz-transform: skew(35deg,0);
  -ms-transform: skewX(35deg) skewY(0);
  -o-transform: skew(35deg,0);
  transform: skew(35deg,0);
  /*-webkit-backface-visibility: hidden;*/
  content: '';
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  z-index: -1;
	background: white;
}

.btn-animate-wyb:hover{
	color: #2BAEB8;
	text-decoration: none;
}

.btn-animate-wyb:hover:before {
	visibility: visible;
  width: 140%;
  left: -20%;
}


/* MODY SEKCJA O NAS */
.box-img-onas{
	min-height: 125px;
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: center;
}
@media(max-width: 767px) {
	.box-img-onas{
		min-height: auto;
	}
}
[class^="col"]:not(:last-child) .box-img-onas:after{
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	height: 111px;
	background: #8d8b8c;
	top: 0px;
	right: 0px;
}
@media(max-width: 767px) {
	[class^="col"]:not(:last-child) .box-img-onas:after{
		display: none;
	}
}



/* MODY DO KONTAKTU */
.col-iws-lg-t1,
.col-iws-lg-t2,
.col-iws-lg-t3{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 1300px){
	.col-iws-lg-t1{
		width : 363px;
	}
	.col-iws-lg-t2{
		width : 260px;
		margin-left: 117px;
	}
	.col-iws-lg-t3{
		width : 422px;
		margin-left: 117px;
	}
}

/* MODY DLA MAPKI	*/

@media(min-width: 768px) {
	.col-relative-mod{
		position: relative;
		min-height: 600px;
	}
}
@media(max-width: 767px) {
	.col-relative-mod{
		position: relative;
		min-height: 300px;
	}
}


/*==================   END Mody Styli bootstrap dla kolumn i ogólnie sekcji    =====================*/

/*=======================   OKNO LOGOWANIA   ===========================*/

.ui-widget-overlay {
    background: black;
    opacity: .6;
}

.ui-widget-header {
    border: none;
    background: transparent;
	    margin-top: 11px;
}

.ui-dialog-title {
    color: #35363B;
	font-family: 'Lobster', sans-serif;
	font-weight: 800;
	font-size: 35px;
	padding-left: 25px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}

.ui-dialog-buttonset{
	float: none !important;
}

.ui-dialog-buttonset button{
color: #000;
    font-size: 14px;
    font-weight: 700;
    background-color: #F3F3F3;
    padding: 7px 10px;
    margin: 10px 10px;
    text-align: center;
    border-radius: 3px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 1px solid #A2A2A2;
    text-decoration: none !important;
    display: inline-block;
	min-width:115px;
	font-family: "Ubuntu", "Open Sans", "trebuchet MS";
	pointer-events:all;
}

.ui-dialog-buttonset button:hover{
	background-color: rgba(35,35,35,0.96);
	color: white;
	cursor: pointer;
}

.ui-widget input[type="text"],
.ui-widget input[type="password"] {
    width: 241px !important;
	font-size: 16px;
   	border: 1px solid #d0d0d0;
}

.ui-widget input[type="checkbox"] {
	display:inline-block;
}

#logowanie-form-popup label{
	display: inline-block;
}

.ui-dialog .ui-dialog-content {
    padding: 0 40px;
	height: 250px !important;
	font-size:12px;
	margin-top:20px;
	font-weight: 800;
	overflow: hidden;
}

.ui-dialog .ui-dialog-content p {
	font-weight: 800;
	font-size:20px;
	padding-bottom: 22px;
}

.ui-dialog .ui-dialog-titlebar-close{
	right: 36px;
	overflow: hidden;
    color: transparent;
	background-color: #FFF;
    border: 0;
}

.ui-dialog {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	z-index: 10000;
}

span.checkbox{
	position: relative;
	display: inline-block;
	min-height: 0;
	height: 25px;
	line-height: 25px;
	width: 25px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 4px;
}

p.phone{
	font-size: 14px !important;
	padding-top: 10px;
}

span.checkbox input[type="checkbox"] {
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin: 0;
	opacity: 0;
	float: left;
}

span.checkbox label {
	left: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

span.checkbox label:before {
    content: '';
    font-family: "FontAwesome";
    font-size: 18px;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #35363B;
}

span.checkbox input[type="checkbox"]:checked + label:before {
    content: '\f00c';
}

label[for=remember],
label[for=forget]{
	font-weight: 400;
}

.moto-widget{
	position: relative;
}

.content-header{
	height: 952px;
	background: #ddd;
}

.content-menu{
	margin: 0;
	padding: 0;
	border-style: solid;
   border-color: #eaedef;
	border-bottom-width: 2px;
	position: relative;
	height: 73px;
	background: white;
}

.attached_top{
 	top: 0;
     position: fixed;
    z-index: 400;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.content-section{
	height:2500px;
	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow); /* Standard syntax */
}


    input.text { margin-bottom:12px; width:95%; padding: .4em; }
    fieldset { padding:0; border:0; margin-top:25px; }
    /*h1 { font-size: 1.2em; margin: .6em 0; }*/
    div#users-contain { width: 350px; margin: 20px 0; }
    div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
    div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
    .ui-dialog .ui-state-error { padding: .3em; }
    .validateTips { border: 1px solid transparent; padding: 0.3em; }

	.hidden-submit {
	position: absolute;
	top:-1000px;
}

/*=======================   END OKNO LOGOWANIA   ===========================*/

/*=======================  Cookies popup  ===========================*/
.cookies-message-container{
	position: fixed;
	left: 0px;
	bottom: 150px;
	z-index:999;
	width: 100%;
	max-width: 568px;
	height: 87px;
}

.cookies-message{
	height: 100%;
	background-color: rgba(0,0,0,.7);
	display: none;
}

.cookies-message img{
	margin-top: 15px;
	margin-left: 15px;
}

.cookies-title{
	position: absolute;
	left: 100px;
	top: 20px;
	color: #FFF;
	font-weight: bold;
}

.cookies-close{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-weight: bold;
}

.cookies-close:hover{
	color: #2BAEB8;
	text-decoration: none;
}

.cookies-opis{
	position: absolute;
	top: 50px;
	left: 100px;
	color: #FFF;
	font-size: 11px;
}

.cookies-text{
	color: #E2B421;
}

/*=======================  END Cookies popup  ===========================*/

ul.standard a{
	color: #666;
}

/*=======================   MEDIA PANEL   ===========================*/

.sl-container{
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -220px;
	top:130px;
	width: 260px;
   	z-index: 11;
}

.sl-container ul {
	overflow: visible;
	margin:0px;
}
.sl li{
	list-style-type: none;
	color: #efefef;
	height: 40px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	cursor: pointer;
}


.sl-container ul li.wysun {
	background-image: none;
}

.sl li.wysun{
	background-color: rgba(51,51,51,.9);
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.sl li.wysun:hover{
	margin-left: -180px;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform:translateX(-50px);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
       -webkit-filter: grayscale(0%);
}

.sl li.wysun img{
	float: left;
	margin: 5px 5px;
	margin-right: 10px;

}
.sl li.wysun div.media-ikona{
	float: left;
	margin: 5px 5px;
	margin-right: 10px;
	background-color: #666;
	height: 30px;
	width: 30px;
	position: relative;
}

.sl li.wysun div.media-ikona > i.fa-facebook,
.sl li.wysun div.media-ikona > i.fa-youtube,
.sl li.wysun div.media-ikona > i.fa-google-plus,
.sl li.wysun div.media-ikona > i.fa-eyedropper {
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
	width: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
}

.sl li.wysun p{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 40px;
}

.sl li.kliknij {
}
/*=======================   END MEDIA PANEL   ===========================*/

/*==================   Panel zmiany koloru głównego    =====================*/
#color_panel_conteiner,
#font_panel_conteiner,
#login_panel_conteiner{
	display: block;
	position: fixed;
	z-index: 10;
}

li .color_panel_button,
li .font_panel_button,
li .login_panel_button{
	display: block;
	height: 40px;
  	width: 40px;
	background-color: rgba(51,51,51,.9);
	float: left;
	position: relative;
	cursor: pointer;
}

li .color_panel_button > div,
li .font_panel_button > div,
li .login_panel_button > div {
    margin: 5px 5px;
    margin-right: 10px;
    background-color: #666;
    height: 30px;
    width: 30px;
    position: relative;
}

li .color_panel_button > div > i.fa-eyedropper,
li .font_panel_button > div > i.fa-font,
li .login_panel_button > div > i.fa-user {
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
	width: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
}

.color_change_panel,
.font_change_panel,
.login_panel{
	width: 230px;
	background-color: rgba(51,51,51,.9);
	padding: 9px;
	text-align: center;
	float: right;
	color: #000;
	height: 40px;
}

.color_change_panel p,
.font_change_panel p{
	color: #FFFFFF;
	margin-bottom: 2px;
}

.color_change_panel select,
.font_change_panel select{
	cursor: pointer;
	height: 24px;
	width: 100%;
}

/* Color Picker - własny kolor / Łukasz F. */
.pickerStyle{
	width: calc(50% - 5px);
	margin: 5px 5px 0 0;
	height: 36px;
	vertical-align: middle;
	text-align: center;
    font-family: "Open Sans", "trebuchet MS";
    font-size: 16px;
}
.pickerSubmitRight{
	width: calc(50% - 5px);
	min-width: auto;
	margin: 5px 0 0 5px;
}

.inherit-height{
	height: inherit;
}

/* END COLOR PICKER */

.login_panel h4 {
	text-align:left;
	color: #FFF;
}

.login_control {
	position:relative;
}

.login_control_prepend{
	display: block;
}

.login_control_prepend .login_control_icon{
	font-size: 19px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
	vertical-align: top;
}

.login_control_prepend .login_control_icon i,
.login_control_prepend .login_control_icon > span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13.5px 0 0 -13.5px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    color: #998675;
    font-size: 13px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}



.login_control_prepend input {
	color: #5e5e5e;
    position: relative;
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
	border: none;
    width: 100%;
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    padding: 10px 10px 10px 50px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease , box-shadow 1s ease;
    -moz-transition: border-color 1s ease , box-shadow 1s ease;
    -o-transition: border-color 1s ease , box-shadow 1s ease;
    transition: border-color 1s ease , box-shadow 1s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*==================   END Panel zmiany koloru głównego    =====================*/

/*==================   NOWY SLIDER    =====================*/
#slider-home {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: height .5s;
    transition: height .5s;
}
#slider-home ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
#slider-home ul li,
#slider-home ul li div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100vh;
    width: 100%;
    -webkit-transition: height .5s;
    transition: height .5s;
}

#slider-home .owl-dots{
	position:absolute;
	bottom:100px;
	/*left:50%;*/
	left: 0;
	right: 0;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
}

#slider-home .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}

#slider-home .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
#slider-home .owl-dots .owl-dot.active span{
	background: #FFF;
}

#slider-home  .owl-nav {
    position:absolute;
	top: 50%;
	left: 0;
	right: 0;
    text-align: center;
}

#slider-home .owl-nav [class*='owl-'] {
	display: inline-block;
    color: #ffffff;
    font: 400 53px/54px "FontAwesome";
    cursor: pointer;
	position: absolute;
}
#slider-home .owl-prev{
	left: 15px;
}
#slider-home .owl-next{
	right: 15px;
}
#slider-home .owl-prev:before{
	content: '\f104';
}
#slider-home .owl-next:before{
	content: '\f105';
}


.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#slider-home .slide h3{
	position:absolute;
    color:#FFF;
    font-size:100px;
    display:block;
	bottom: 25%;;
	left: 0;
	right: 0;
	text-align: center;

}



/*==================   END NOWY SLIDER    =====================*/


.nazwa_obiektu_rozdz{
	padding-top: 11px;
	padding-bottom: 10px;
	text-align: center;
}

/* ========= Timeline ========= */
@media (min-width: 1300px){
	.container-timeline{
		padding-right: 85px;
		padding-left: 85px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.container-timeline .row .row .col-lg-3{
		width: 20%;
	}
}

.text-bold{
	font-weight: 700;
}

@media (min-width: 992px){
   .in-md-left-50{
		padding-left: 50px;
	}
}

@media (min-width: 1300px){
   .offset-lg-top-0{
   	   margin-top:0;
   }
   .in-left-160{
		padding-left: 160px;
	}
}

.timeline-post-date p{
	color: #000;
	font-weight: 700;
}

@media (min-width: 992px){
   .timeline-post-date{
		text-align: left;
	}
}


@media (min-width: 1300px){
	.timeline-post{
		position: relative;
	}
	.timeline-post + .timeline-post{
		padding-top: 40px;
	}
	.timeline-post:before{
		content: '';
	    position: absolute;
		top: 0;
	    left: -50px;
	    width: 15px;
	    height: 15px;
	    background: #f2f6ff;
	    border-radius: 50%;
	}
	.timeline-post + .timeline-post:before{
		top: 46px;
    	z-index: 1;
	}
	.timeline-post:after{
		content: '';
	    position: absolute;
		top: 14px;
	    left: -44px;
	    height: 100%;
	    width: 3px;
	}
	.timeline-post:last-child:after{
		height: 70%;
	}
	.timeline-post-date{
		position: absolute;
		top: 0;
		left: -160px;
		min-width: 97px;
		text-align: right;
	}
	.timeline-post + .timeline-post .timeline-post-date{
		top: 42px;
	}
}

/* ========= END Timeline ========= */

/*==================   Obrazki nad obiektem    =====================*/
.div-hide-panel-bottom{
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0px;
	right: 0px;
	height: 41px;
	text-align: center;
	background: white;
}
.div-hide-panel-bottom img{
	display:  block;
	position: relative;
	margin: 0px auto;
	top: -41px;
}

.div-hide-panel-top{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
}
.div-hide-panel-top img{
	display:  block;
	position: relative;
	margin: 0px auto;
	top: -50px;
}
/*==================   END Obrazki nad obiektem    =====================*/


/*==================   MINISTRANCI   ====================*/

.table--acolyte .specified{
	background-color: #701101;
	color: #FFF;
}

.table--acolyte .specified:hover{
	background-color: #fccfc8;
	color: #000;
}

.table--acolyte tbody tr:first-of-type{
	background-color: #0A783E;
}

.table--acolyte tbody tr:first-of-type p,
.table--acolyte tbody tr:first-of-type td,
.table--acolyte .specified p,
.table--acolyte .specified td{
	color: #efefef;
}

.table--acolyte tbody tr:first-of-type td,
.table--acolyte tbody tr:first-of-type p{
	color: #FFF;
}

.table--acolyte tbody tr:first-of-type:hover{
	background-color: #D3F3C9;
}

.table--acolyte tbody tr:first-of-type:hover td,
.table--acolyte tbody tr:first-of-type:hover p{
	color: #000;
}

h3.acolyte--day-of-week{
	margin-bottom: 10px;
	margin-top: 25px;
}

/*==================   END MINISTRANCI   ====================*/

/*==================   SESSION TIMER    =====================*/

.st-container{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px auto;
	z-index: 2;
	text-align: center;
	color: white;
	padding: 2px;
}
.st-container.ending{
	background-color: #A32525;
}
.st-text{
	font-size: 12px;
	color: white;
}


/*==================   END SESSION TIMER    =====================*/


/* ================= TABELA Z LINKAMI ====================== */
.container-iws-square{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch ;
	padding-top: 50px;
}

.spec-iws-square-title {
	background-color: rgba(0,0,0,0.05);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
	text-align: center;
}

.spec-iws-square-out{
	position: relative;
	width: 100%;
	height: parent;
}
@media (min-width: 1300px){
	.spec-iws-square-out{
		width: 25%;
	}
	.spec-iws-square-out:nth-child(n+5) {
    border-top: 1px solid #d6d9df;
	}

	.spec-iws-square-out:not(.top-border):nth-child(4n+1),
	.spec-iws-square-out:not(.top-border):nth-child(4n+2),
	.spec-iws-square-out:not(.top-border):nth-child(4n+3){
    border-right: 1px solid #d6d9df;
	}

}
@media (min-width: 992px) and (max-width: 1299px) {
	.spec-iws-square-out{
		width: 33.33333%;
	}
	.spec-iws-square-out:nth-child(n+4) {
    border-top: 1px solid #d6d9df;
	}

	.spec-iws-square-out:not(.top-border):nth-child(3n+1),
	.spec-iws-square-out:not(.top-border):nth-child(3n+2){
    border-right: 1px solid #d6d9df;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.spec-iws-square-out{
		width: 50%;
	}
	.spec-iws-square-out:not(.top-border):nth-child(n+3) {
    border-top: 1px solid #d6d9df;
	}

	.spec-iws-square-out:not(.top-border):nth-child(2n+1){
    border-right: 1px solid #d6d9df;
	}

}
@media (max-width: 767px) {
	.spec-iws-square-out{
		width: 100%;
	}
	.spec-iws-square-out:nth-child(n+2) {
    border-top: 1px solid #d6d9df;
	}
	.spec-iws-square-out.top-border{
		border: none;
	}
}

.spec-iws-square-out:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 100%;
	background: rgba(0,0,0,0.05);

  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.spec-iws-square-out:not(.top-border):hover:before{
	bottom: 0px;
}

.spec-iws-square-in{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
/* =================== END TABELA Z LINKAMI ==================== */

/* =================== POPUP ===========================*/
.popup{
	position: fixed;
	display: none;
	margin: 0 auto;
	background-color: #FFF;
	padding: 5px;
	z-index: 1000;
	border-radius:3px;
}

@media(max-width: 992px){
	.popup{
		display: none;
		width: 0;
		height: 0;
		overflow: hidden;
	}
}

.popup-close-button{
  	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #FFF;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 15px;
	border: 0;
	border-radius:3px;
}



.cms_komunikat{
	font-family: "Open Sans", "trebuchet MS";
	font-size: 16px;
	text-align: center;
	color: #000;
}

.cms_komunikat-error{
	color: red;
}

.input,
.select,
.textarea {
	border: 1px solid #D6D9DF;
    background-color: #F8F9FA;
    height: 36px;
    width: 230px;
    font-size: 15px;
    color: #000 !important;
    font-family: "Open Sans", "trebuchet MS";
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
	text-align-last:center;
}

.table-popup{
	min-width: 670px;
    max-width: 100%;
    margin: 0px auto;
    border-collapse: collapse;
    table-layout: fixed;
}

.table-popup label{
	margin: 0;
}

.table-popup .form{
	border: 1px solid #D6D9DF;
    background-color: #F8F9FA !important;
    font-size: 16px;
    color: #345 !important;
    font-family: "Open Sans", "trebuchet MS";
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 10px;
	height: 32px;
	width: 300px;

}

.table-popup .form.cms_form_dodaj_obrazek_plik_nazwa{
	width: 174px;
}

.table-popup .file{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.table-popup input[type="checkbox"]{
	margin-bottom: 8px;
}

.table-popup p{
	font-size: 12px;
	max-width: 600px;
}


.popup-edit-container{
	float: left;
	width: 50%;
}
/* ================= END POPUP =========================*/

.contact-category:after {
    content: "";
    position: absolute;
    top: 115px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    background-color: #000;
}

/***** KATALOG PRODUKTÓW *****/

.search-list {
    width: 100%;
	text-align: center;
}

.search-list hr{
	border: 1px solid #999999;
}

.search-list h3{
	min-height: 55px;
}

.search-list .item{
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid #999;
	padding: 15px;
	text-align: center;
}

.search-list .item img{
	margin: 25px 0;
	max-width: 150px;
}


.picture-list .picture{
	text-align: center;
}
.picture-list label{
	margin-right: 5px;
}


/*** END KATALOG PRODUKTÓW ***/


.developer-panel{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.diagnostic-warning{
	background-color: #FF0000;
	width: 50%;
	position: fixed;
	display: block;
	z-index: 1000;
	left: 25%;
	top: 15%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 2px solid pink;
}

/*====================   KRONIKA    =======================*/

.select-group{
	display: inline-block;
	margin: 10px;
}

.chronicle{
	position: fixed;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	z-index:-100;
	background-color: #FFF;
	overflow: hidden;
	pointer-events: none;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.chronicle--open .chronicle{
	pointer-events: all;
    opacity: 1;
	z-index:100;
}

.chronicle--open {
 	overflow: hidden;
}

.chronicle__close-button{
  	position: absolute;
	top: 25px;
	right: 35px;
	z-index: 101;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 11px;
	opacity: 0;
	-webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.chronicle--open .chronicle__close-button{
	opacity: 1;
}

.close-button__icon{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 32px;
	height: 32px;
}

.close-button__bar{
	position: absolute;
    right: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 41px;
    height: 3px;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.close-button__bar:nth-of-type(1){
	top: 0;
	-webkit-transform: scale3d(1, 1, 1) rotate(-44deg);
    transform: scale3d(1, 1, 1) rotate(-44deg);
}
.close-button__bar:nth-of-type(2){
	bottom: 0;
	-webkit-transform: scale3d(1, 1, 1) rotate(44deg);
    transform: scale3d(1, 1, 1) rotate(44deg);
}

.chronicle__close-button:hover .close-button__bar{
	background-color: red;
}
/*==================   END KRONIKA    =====================*/

/*==================  Section BOX  =====================*/

.section__box {
	margin-top: 30px;
}

.section__box-element{
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	background: #FFF;
}

.section__box-inner {
	position: relative;
	margin: 0 auto;
}

.section__box-text {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	padding: 0 10px;
}

.section__box-text p{
	margin: 0px;
	text-align: center;
	font-size: 12px;
}

.section__box-text p strong{
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
}

@media(min-width: 768px){
	.section__box-element:nth-child(2n + 1){
		width: calc(50% - 15px);
		margin-left: 0;
		margin-right: 15px;
	}
	.section__box-element:nth-child(2n + 2){
		width: calc(50% - 15px);
		margin-left: 15px;
		margin-right: 0;
	}
}

@media(min-width: 1300px){
	.section__box[data-columns="3"] .section__box-element:nth-child(3n + 1),
	.section__box[data-columns="4"] .section__box-element:nth-child(3n + 1),
	.section__box[data-columns="5"] .section__box-element:nth-child(3n + 1),
	.section__box[data-columns="6"] .section__box-element:nth-child(3n + 1){
		width: calc(33.333333% - 20px);
		margin-left: 0;
		margin-right: 15px;
	}
	.section__box[data-columns="3"] .section__box-element:nth-child(3n + 2),
	.section__box[data-columns="4"] .section__box-element:nth-child(3n + 2),
	.section__box[data-columns="5"] .section__box-element:nth-child(3n + 2),
	.section__box[data-columns="6"] .section__box-element:nth-child(3n + 2)
	{
		width: calc(33.333333% - 20px);
		margin-left: 15px;
		margin-right: 15px;
	}
	.section__box[data-columns="3"] .section__box-element:nth-child(3n + 3),
	.section__box[data-columns="4"] .section__box-element:nth-child(3n + 3),
	.section__box[data-columns="5"] .section__box-element:nth-child(3n + 3),
	.section__box[data-columns="6"] .section__box-element:nth-child(3n + 3){
		width: calc(33.333333% - 20px);
		margin-left: 15px;
		margin-right: 0;
	}
}

@media(min-width: 1450px){
	.section__box[data-columns="4"] .section__box-element:nth-child(4n + 1),
	.section__box[data-columns="5"] .section__box-element:nth-child(4n + 1),
	.section__box[data-columns="6"] .section__box-element:nth-child(4n + 1){
		width: calc(25% - 22.5px);
		margin-left: 0;
		margin-right: 15px;
	}
	.section__box[data-columns="4"] .section__box-element:nth-child(4n + 2),
	.section__box[data-columns="5"] .section__box-element:nth-child(4n + 2),
	.section__box[data-columns="6"] .section__box-element:nth-child(4n + 2),
	.section__box[data-columns="4"] .section__box-element:nth-child(4n + 3),
	.section__box[data-columns="5"] .section__box-element:nth-child(4n + 3),
	.section__box[data-columns="6"] .section__box-element:nth-child(4n + 3)
	{
		width: calc(25% - 22.5px);
		margin-left: 15px;
		margin-right: 15px;
	}
	.section__box[data-columns="4"] .section__box-element:nth-child(4n + 4),
	.section__box[data-columns="5"] .section__box-element:nth-child(4n + 4),
	.section__box[data-columns="6"] .section__box-element:nth-child(4n + 4){
		width: calc(25% - 22.5px);
		margin-left: 15px;
		margin-right: 0;
	}
}

@media(min-width: 1600px){
	.section__box[data-columns="5"] .section__box-element:nth-child(5n + 1),
	.section__box[data-columns="6"] .section__box-element:nth-child(5n + 1){
		width: calc(20% - 24px);
		margin-left: 0;
		margin-right: 15px;
	}
	.section__box[data-columns="5"] .section__box-element:nth-child(5n + 2),
	.section__box[data-columns="6"] .section__box-element:nth-child(5n + 2),
	.section__box[data-columns="5"] .section__box-element:nth-child(5n + 3),
	.section__box[data-columns="6"] .section__box-element:nth-child(5n + 3),
	.section__box[data-columns="5"] .section__box-element:nth-child(5n + 4),
	.section__box[data-columns="6"] .section__box-element:nth-child(5n + 4){
		width: calc(20% - 24px);
		margin-left: 15px;
		margin-right: 15px;
	}
	.section__box[data-columns="5"] .section__box-element:nth-child(5n + 5),
	.section__box[data-columns="6"] .section__box-element:nth-child(5n + 5){
		width: calc(20% - 24px);
		margin-left: 15px;
		margin-right: 0;
	}
}

@media(min-width: 1900px){
	.section__box[data-columns="5"] .section__box-element:nth-child(6n + 1),
	.section__box[data-columns="6"] .section__box-element:nth-child(6n + 1){
		width: calc(16.66666666% - 25px);
		margin-left: 0;
		margin-right: 15px;
	}
	.section__box[data-columns="5"] .section__box-element:nth-child(6n + 2),
	.section__box[data-columns="6"] .section__box-element:nth-child(6n + 2),
	.section__box[data-columns="5"] .section__box-element:nth-child(6n + 3),
	.section__box[data-columns="6"] .section__box-element:nth-child(6n + 3),
	.section__box[data-columns="5"] .section__box-element:nth-child(6n + 4),
	.section__box[data-columns="6"] .section__box-element:nth-child(6n + 4),
	.section__box[data-columns="5"] .section__box-element:nth-child(6n + 5),
	.section__box[data-columns="6"] .section__box-element:nth-child(6n + 5){
		width: calc(16.66666666% - 25px);
		margin-left: 15px;
		margin-right: 15px;
	}
	.section__box[data-columns="5"] .section__box-element:nth-child(6n + 6),
	.section__box[data-columns="6"] .section__box-element:nth-child(6n + 6){
		width: calc(16.66666666% - 25px);
		margin-left: 15px;
		margin-right: 0;
	}
}

.necrology .section__box-inner {
	width: 180px;
	height: 216px;
	background-image: url('../images/nekrologi/odeszli.png');
}

.necrology .section__box-text {
	top: 60px;
	transform: none;
}

.baptism .section__box-inner{
	width: 226px;
	height: 225px;
	background-image: url('../images/chrzty/tarcza_chrzest.png');
}

.baptism .section__box-text {
	top: 80px;
	transform: none;
}

.baptism  .section__box-text p{
	margin: 0px;
	text-align: center;
	font-size: 16px;
}

.wedding .section__box-inner {
	width: 268px;
	height: 277px;
	background-image: url('../images/sluby/slub_tlo.png');
	background-repeat: no-repeat;
}

.wedding .section__box-text {
	top: 80px;
	transform: none;
}

.wedding  .section__box-text p{
	margin: 0px;
	text-align: center;
	font-size: 16px;
}

.wedding  .section__box-text p:last-of-type{
	margin-top: 20px;
}

/*==================  Section BOX  =====================*/


/*==================   CMENTARZE    =====================*/
#map-necro-container{
	padding: 15px;
	border: 1px solid #d6d9df
}

#google-mapa-cmentarze{
	width: 100%;
	max-width: 100%;
	height: 700px;
}
.gm-nekro-button{
	position: relative;
	top: 10px;
	float: left;
	background: white;
	padding: 8px;
	font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
	font-size: 11px;
	text-align: center;
	color: black;
	user-select: none;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.ajax_input_tomb{
	margin-right: 30px;
	vertical-align: middle;
	height: 36px;
}

.textarea-tomb-uwagi{
	max-width: 370px;
	width: 100%;
	height: 144px;
	vertical-align: middle;
	margin: 10px auto;
}

.text-tomb-end{
	font-weight: bold;
	color: #701101;
}

.tab-center{
	text-align: center;
}
.tab-center > table{
	display: inline-table;
	margin-left: 10px;
	margin-right: 10px;
}

.nekro-sort-button{
	display: inline-block;
  width: 28px;
  height: 26px;
  border: 1px solid #A2A2A2;
	border-radius: 3px;
  vertical-align: middle;
  text-align: center;
}
.nekro-arrow-up{
}
.nekro-arrow-down{
}
.nekro-date-warning{
	font-weight: bold;
	color: black;
}
.nekro-date-alert{
	font-weight: bold;
	color: red;
}

.necro-infowindow{
	text-align: center;
}
.necro-infowindow p{
	float: left;
}
.necro-infowindow img{
	max-width: 200px !important;
	max-height: 200px !important;
	float: right;
	margin-left: 10px;
}
.necro-span-yes{
	color: red;
	font-weight: bold;
}
.necro-span-no{
	color: green;
}
#nekro-admin-search-table{
	width: 100%;
}
#nekro-admin-search-table td{
	padding: 10px;
}
.container-thresholds{
	float: left;
}
.container-thresholds span{
	float: left;
	padding-top: 10px;

	color: #000;
  font-size: 12px;
  font-weight: 700;
	font-family: "Open Sans", "trebuchet MS";
	text-transform: uppercase;
}
/*==================   END CMENTARZE    =====================*/

/******** Pielgrzymki *************/
.pielgrzymki tr td.wyrozniony p {
	font-weight: 800;
}

.pielgrzymki tr td:nth-of-type(1) div {
	width: 60px;
    height: 60px;
    border: 1px solid #dfdfdf;
    text-align: center;
    background-color: #f7f7f7;
    margin: 0px auto;
	position: relative;
}

.pielgrzymki tr td:nth-of-type(1) div img{
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

@media(max-width: 1600px){
	.pielgrzymki{
		min-width: auto;
	}
	.pielgrzymki thead{
		display: none;
	}
	.pielgrzymki tbody{
		display: block;
	}
	.pielgrzymki tr{
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pielgrzymki tr td{
		display: block;
		padding-top: 0px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-bottom: 10px;
	}
	.pielgrzymki tr td:last-child{
		padding-bottom: 0px;
	}
	.pielgrzymki td:after{
		display: block;
		content: "";
		clear: both;
	}
	.pielgrzymki td:before{
		display: block;
		position: relative;
		content: attr(data-name);
		width: 50%;
		float: left;
		padding-bottom: 0px;
		font-weight: bold;
		text-align: left;
	}
	.pielgrzymki div{}
	.pielgrzymki p{
		width: 50%;
		float: right;
		padding-bottom: 0px;
		text-align: left;
	}
	.pielgrzymki img{}
}

/************ END Pielgrzymki *************/


/***********   Paralax top box item   ***********/

.paralax-top{
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	min-height: 615px;
}

.paralax-box-container{
	position: absolute;
	display: flex;
	justify-content: space-evenly;
	bottom: 77px;
	left: 0px;
	right: 0px;
}

.paralax-box-item{
	position: relative;
	float: left;
	max-width: 370px;
	width: 100%;
	height: 125px;
	padding: 20px;
	background-color: rgba(0,0,0,0.75);
	border-bottom: 3px solid #CC1D1A;
}

.paralax-box-item h4,
.paralax-box-item h3{
	color: white;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.paralax-box-item a{
	color: white !important;
}
.paralax-box-item a > i.fa{
	margin-right: 10px;
}
.paralax-box-item img{
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
}

@media(max-width: 1199px){
	.paralax-box-container{
		align-items: center;
	}
	.paralax-box-item a i.tekst-wyrozniony{
		color: transparent !important;
	}
	.paralax-box-item a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@media(max-width: 992px){
	.paralax-box-container{
		display:none;
	}
}

@media(max-width: 1199px){
	.paralax-box-item img{
		width: 50px;
		height: 50px;
		top: 0;
		right: 0;
		position: initial;
		display: initial;
	}

	.paralax-box-item img:nth-child(3){
		width: initial;
	}

	.paralax-box-item h3{
		font-size: 16px;
		height: 25px;
	}

	.paralax-box-item{
		height: initial;
		text-align: center;
		border: 5px #747474 solid !important;
		padding: 5px;
		padding-bottom: 15px;
	}
}

/***********   END Paralax top box item   ***********/


/************ Ostatnie aktualizacje *************/

.list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.list .list__item{
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #e1e1e1;
}

.list .list__item:hover{
	background-color: #efefef;
}

.list .list__item a{
	display: block;
	text-align: left;
}

.list__item .item__title{
	font-size: 20px;
	margin-bottom: 10px;
}

.list__item .item__description{
	font-size: 16px;
	padding: 10px 0;
	color: #000;
}

.list__item .item__date{
	font-size: 12px;
	color: #222;
	position: absolute;
	top: 3px;
	right: 10px;
}

.list__item .item__date span{
	padding-right: 10px;
	padding-left: 10px;
}

/********** END Ostatnie aktualizacje ***********/


#voice,
#voice-cancel{
	height: 58px;
	border: 1px solid grey;
	padding: 0px;
}
#voice{
	width: 217px;
	background-image: url('../images/glosnik/czytaj1.png');
}
#voice-cancel{
	width: 176px;
	background-image: url('../images/glosnik/przerwij1.png');
}

/*********** POPUP DANE **************/

.dane-popup{
	position: fixed;
	display: none;
	width: 100%;
	max-width: 800px;
	max-height: 600px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color: #FFF;
	padding: 50px 30px;
	z-index: 1000;
	border-radius:3px;
	height: fit-content;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
}

.dane-popup.dane-popup--open{
	display: block;
}

.dane-popup button{
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

/********* END POPUP DANE ************/

/*********** PROŚBY **************/

.pray-table{
	min-width: auto;
}
@media(max-width: 991px){
	.pray-table,
	.pray-table thead,
	.pray-table tbody,
	.pray-table tr,
	.pray-table th,
	.pray-table td{
		display: block;
	}
	.pray-table thead{
		display: none;
	}
	.pray-table td{
		text-align: left;
		padding-left: 10px !important;
	}
	.pray-table td:before{
		display: block;
    position: relative;
    content: attr(data-name);
    width: 100px;
    float: left;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: left;
	}
	.pray-table p{
		padding-bottom: 0px;
	}
}



/*********** END PROŚBY **************/

/*********** KRONIKA DRUK ************/

.kronika-header{
	margin: 15px 0px;
}

.kronika-rozdzielnik{
	margin: 20px 0;
}

.kronika-tekst p{
	font-size: 1.2em;
    line-height: 1.6;
    font-weight: 300;
    text-align: justify;
}

/*********** END KRONIKA DRUK ********/

.embed-video{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	padding-top: 56%;
	overflow: hidden;
}
.embed-video iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

ul.sl .embed-video{
	padding: 0;
}

/************* TRANSFER OBJECT STYLE ********************/

.form-transfer-object{
	width: 800px;
	margin: 0px auto;
}
.form-transfer-object ul{
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-position: inside;
	list-style: none;
}

.form-transfer-object ul[data-deep]{
	background-color: #b7b9ba;
}
.form-transfer-object ul[data-deep="3"]{
	background-color: #cfd1d1;
}
.form-transfer-object ul[data-deep="2"]{
	background-color: #dadbdc;
}
.form-transfer-object ul[data-deep="1"]{
	background-color: #e8e9e9;
}
.form-transfer-object ul[data-deep="0"]{
	background-color: #f6f7f7;
}

.form-transfer-object li{
/*	padding-top: 4px;
	padding-bottom: 4px;*/
}

.form-transfer-object li.yes-child{
	padding-bottom: 4px;
}
.form-transfer-object li.no-child{
}

.form-transfer-object li > p{
	padding-top: 6px;
	padding-bottom: 6px;
}

.form-transfer-object li > ul{
/*	margin-top: 5px;*/
}

.radio-transfer{
	margin: 0px 10px !important;
}
.button-target{
	margin: 0px 10px;
}

.i-am-transfer-object{
	color: green;
	font-weight: 700;
}

.form-transfer-object .fa-plus-circle {
	top: auto;
	margin-top: 0px;
	left: auto;
	position: initial;
}


/************* END TRANSFER OBJECT STYLE ********************/


/* ========== COUNTER ============= */

.counter-overlay {
}
.counter .number{
}
.counter-item h2{
	border: 3px solid red;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	display:block;
	margin: 0 auto;
	line-height: 130px;
	color: #FFF;
	font-size: 30px;
	font-weight: 800;
}
.counter img{
	margin: 20px 0;
}
.counter p{
	color: #FFF;
}

/* ======== END COUNTER =========== */

/* DODAWANIE OBIEKTÓW - STYLE TABEL - Ł.F. */
.dodajkat--table{
	width: 50%;
	min-width: auto;
	float: left;
}
.dodajkat--table-right{
  float: right;
	min-width: auto;
  width: 40%;
}
.dodajkat--container{
	width: 670px;
	margin: auto;
}
/* END DODAWANIE OBIEKTÓW */


/*===== PRINT [WYDRUK] =====*/

.print .printArticle{
	display: none !important;
}

/*=== END PRINT [WYDRUK] ===*/
/*
.container_mobile{
	min-height: 280px;
	background-size: cover;
	background-position: 50%;
	background-attachment: initial;
}
*/
.container_mobile{
min-height: 350px;
width: 100%;
height: 100%;
background-size: cover;
background-attachment: initial;
background-position: center;
}
@media (max-width: 992px){
	.container_mobile{
		min-height: 180px;
		}
}
@media (max-width: 600px){
	.container_mobile{
		min-height: 100px;
		}
}
/*================== Style dla Testnominals ======================*/

#carousel-testimonial{
	border: 2px solid #0e4d9d;
	min-height: 360px;
	padding-bottom: 45px;
	display: flex;
  align-items: center;
}
@media(max-width:700px){
	#carousel-testimonial{
		min-height: 650px;
	}
}
#carousel-testimonial:before,
#carousel-testimonial:after{
	content: " ";
	display: block;
	position: absolute;
	height: 308px;
	bottom: 0px;
}
#carousel-testimonial:before{
	width: 76px;
	left: -59px;
	background-image: url(../images/sekcja_opinie/opinie_ludzik.png);

}
#carousel-testimonial:after{
	width: 86px;
	right: -67px;
	background-image: url(../images/sekcja_opinie/opinie_babeczka.png);
}
.carousel-inner{
}
.carousel-inner .item{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.testimonial-caption h3{
	padding-bottom: 10px;
	font-weight: bold;
}
.testimonial-caption h4{
	padding-bottom: 10px;
	font-weight: bold;
}
.testimonial-caption h4>span:not(:last-child):after{
	content: ",";
}
.testimonial-caption p{
	text-align:justify;
}
.carousel-indicators li{
	border-color: #0e4d9d;
}
.carousel-indicators .active{
	background-color: #0e4d9d;
}

/*================== Koniec styli dla Testnominals ======================*/



/*--- image article ---*/
.image-article-container{
	display: flex;
	flex-wrap: wrap;
}

.image-article-element--grey{
	background-color: #f5f6f6;
}

.image-article-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 600px;
	width: 100%;
}

.image-article-article{
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 100px;
	padding-right: 100px;
	height: 600px;
}

.image-article-article h2{
	margin: 0;
	padding-top: 40px;
}

.image-article-element{
	width: 50%;
	overflow: hidden;
}

@media (max-width: 992px){
	.image-article-element{
		width: 100%;
	}
	.image-article-image{
		height:300px;
	}
	.image-article-article{
		height: auto;
	}
	.image-article-element--change-order-1{
		order: 1;
	}
	.image-article-element--change-order-2{
		order: 2;
	}
	.image-article-element--change-order-3{
		order: 3;
	}
	.image-article-element--change-order-4{
		order: 4;
	}
	.image-article-element--change-order-5{
		order: 5;
	}
	.image-article-element--change-order-6{
		order: 6;
	}
	.image-article-element--change-order-7{
		order: 7;
	}
	.image-article-element--change-order-8{
		order: 8;
	}
	.image-article-element--change-order-9{
		order: 9;
	}
	.image-article-element--change-order-10{
		order: 10;
	}
}

@media(max-width: 1300px){
	.image-article-article{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width: 500px){
	.image-article-article{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.div-hide-panel-top {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	top:-18px;
}

@media(max-width: 1100px){
	.div-hide-panel-top{
		displaY: none;
	}
}

@media(max-width: 1355px){
	.div-hide-panel-top{
	   top:-16px;
	}
}

.button-zaloguj-start{
	width: 266px;
	height: 130px;
	display: block;
	margin: 0px auto;
	color: transparent;
	text-decoration: none;
	background-image: url('../images/klawisze/zaloguj1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

.button-zaloguj-start:hover,
.button-zaloguj-start:focus{
	color: transparent;
	background-image: url('../images/klawisze/zaloguj2.jpg');
}
