/***** 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: 1199px) {}
@media (min-width: 1200px) {}   /***** Nastąpiła ziana na 1300px *****/
/*================== Podstawowe style ======================*/
body, div, p, table, tr, td{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
}
@media (max-width: 991px) {
  body:not(#tinymce) {
    padding-top: 56px;
  }
}

img{
	min-height: 1px;
	max-width: 100%;
}
p{
	margin: 0px;
}
a{
	color: #C2C2C2;
  text-decoration: none;
}
a:hover,
a:focus {
	color: #C2C2C2;
  text-decoration: underline;
}
header{
}
main{
}
article{
	word-break: break-word;
}
a,
input[type="radio"],
input[type="checkbox"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.button,
select,
label[for]{
	cursor: pointer;
}

button,
.button{
	vertical-align: middle;
}

.wrapper {
	overflow: hidden;
}
.well1{
	padding-top: 150px;
	padding-bottom: 150px;
}
.well2{
	padding-top: 75px;
	padding-bottom: 75px;
}
.well3{
	padding-top: 110px;
	padding-bottom: 110px;
}
.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-75{
	padding-top: 75px;
	padding-bottom: 75px;
}
.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-bottom: 60px;
}
.well-15-75{
	padding-top: 15px;
	padding-bottom: 75px;
}
.well-30-75{
	padding-top: 30px;
	padding-bottom: 75px;
}
.well-30-0{
	padding-top: 30px;
}

.well-m-0-15{
	margin-bottom: 15px !important;
}

@media (max-width: 767px){
	.well-xs-0-15{
		padding-bottom: 15px;
	}
}

.container{
}

.btn-grey{
	background: #1a1a1a;
  font-size: 26px;
  font-weight: 700;
	text-transform: uppercase;
	padding: 19px 15px;
	transition: 12s;
}
.btn-grey,
.btn-grey:hover{
	color: white;
	text-decoration: none;
}
.btn-grey:hover{
}


.hr_short{
	border-top: 3px solid white;
	width: 234px;
	margin-bottom: 30px;
}
.hr-dark{
	border-color: #333;
}

/*================== Style dla Section ======================*/
section{
	position: relative;
	min-height: 50px;
}
.section_color{
	background-color: #fa5d07;
}
.section_big{
	z-index: 1;
}
.section_big + .section_big{
	margin-top: 110px;
}
.section_triangle_bef_left,
.section_triangle_bef_left:before,
.section_triangle_bef_right,
.section_triangle_bef_right:before,
.section_triangle_aft_left,
.section_triangle_aft_left:before,
.section_triangle_aft_right,
.section_triangle_aft_right:before{
	position: absolute;
}
.section_triangle_bef_left,
.section_triangle_bef_right,
.section_triangle_aft_left,
.section_triangle_aft_right{
	z-index: -1;
  left: 0;
  right: 0;
	pointer-events: none;
}
.section_triangle_bef_left:before,
.section_triangle_bef_right:before,
.section_triangle_aft_left:before,
.section_triangle_aft_right:before{
	content: '';
  left: -5000px;
  right: -5000px;
}

.section_triangle_bef_left,
.section_triangle_bef_right{
  bottom: 100%;
  height: 110px;
  clip: rect(0, auto, 110px, 0);
}
.section_triangle_bef_left:before,
.section_triangle_bef_right:before{
  top: 57px;
  height: 200px;
}
.section_triangle_aft_left,
.section_triangle_aft_right{
	top: 100%;
  height: 110px;
  clip: rect(0, auto, 110px, 0);
}
.section_triangle_aft_left:before,
.section_triangle_aft_right:before{
	height: 200px;
  bottom: 57px;
}
.section_triangle_bef_left:before,
.section_triangle_aft_left:before{
  -moz-transform: rotate(3.2deg);
  -ms-transform: rotate(3.2deg);
  -o-transform: rotate(3.2deg);
  -webkit-transform: rotate(3.2deg);
  transform: rotate(3.2deg);
}
.section_triangle_bef_right:before,
.section_triangle_aft_right:before{
  -moz-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  -o-transform: rotate(-3.2deg);
  -webkit-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
}
.section-color-top:before{
	background: #fa5d07;
}
.section-color-white:before{
	background: #FFFFFF;
}

.btn-extra{
	font-size: 30px;
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 10px 100px;
	transition: .5s;
}
.btn-extra:hover{
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}
/*================== Koniec styli dla Section ======================*/

/*================== Style dla Footer ======================*/
footer{
	padding-top: 20px;
	background-color: #1a1a1a;
}
footer h4{
	margin-bottom: 20px;
}
.footer-form label{
	color: white;
	font-weight: 400;
	display: inline;
	font-size: 14px;
	padding-left: 5px;
}
.footer-form label{
	color: white;
	font-weight: 400;
}
.footer-form{
	padding-top: 11px;
}
.footer-form .form-group {
	margin-bottom: 9px;
}
.footer-form .form-group:last-child {
	margin-bottom: 0px;
}
.footer-form .form-control{
	border: 1px solid grey;
	color: grey;
	background: #1a1a1a;
}
.footer-form .input-sm{
	height: 25px;
	padding: 2px 10px;
}
.footer-form .input-sm,
.footer-form textarea{
	font-size: 16px;
	line-height: 19px;
	border-radius: 0px;
}
.footer-form .btn{
	color: white;
	font-size: 30px;
  font-weight: 400;
}
.footer-form .btn-lg{
	border-radius: 0px;
}
.footer-form .btn-reset{
	background: #fa5d07;
}
.footer-form .btn-submit{
	background: grey;
}
/*================== Koniec Styli dla Footer ======================*/

/*================== Koniec Podstawowych styli ======================*/

/*================== Stuck_container ======================*/
#stuck_container {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 10px 0px;
	background: rgba(0,0,0,.75);
}
#stuck_container > .navbar
{
	margin: 0px;
	border: 0px;
	background: none;
}
#stuck_container > .navbar h1{
	text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
    height: auto;
}
#stuck_container .navbar-brand a,
#stuck_container .navbar-brand a:hover{
	font-family: Ubuntu;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	/*text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;*/
	text-decoration: none;
}
#stuck_container .navbar-brand a img{
}
#stuck_container.isStuck{
	padding: 5px 0;
	background: #232323;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
#stuck_container ul > li > a{
	color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	/*text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;*/
	text-transform: uppercase;
}

#stuck_container ul > li.active > a,
#stuck_container ul > li > a:hover,
#stuck_container ul > li > a:focus,
#stuck_container ul > li > a.selected{
	color: #FFF;
}

#stuck_container ul{
	position: relative;
}

#stuck_container ul > li + li{
	margin-left: 30px;
}

#stuck_container ul > li {
	position: static;
}

#stuck_container ul > li.active{
	margin-left: 0px !important;
	position:absolute;
	float: none !important;;
	border-bottom: 3px solid #FFFFFF;
}


/******* KAFELKI W MENU GÓRNYM (PARAFIE)   ********/

/*
#stuck_container ul > li > a.selected,
#stuck_container ul > li > a:hover{
	text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}

#stuck_container ul > li > a.selected:before,
#stuck_container ul > li > a:before {
  content: '';
  position: absolute;
  display: block;
  top: -10px;
  left: 2px;
  right: 2px;
  bottom: 0;
  height: 0;
  background: #701101;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #7e281a;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#stuck_container ul > li > a.selected:before,
#stuck_container ul > li > a:hover:before {
  height: 170%;
}
#stuck_container ul > li > a > span{
	position: relative;
	z-index: 1;
}
*/



@media (min-width: 992px){
	.navbar-nav > li > a {
		padding-right: 10px;
    padding-left: 10px;
	}
}
@media (min-width: 1300px){
	.navbar-nav > li > a {
		padding-right: 15px;
    padding-left: 15px;
	}
}
@media(max-width: 991px){
	#stuck_container{
		display: none;
	}
}
.navbar-brand{
	padding: 0px;
	float: none;
}

/*================== End Stuck_container ======================*/

/*================== Paralax ======================*/
.parallax{
	position: relative;
  overflow: hidden;
  /*color: #FFF;*/
}
.parallax_cnt {
	position: relative;
	min-height: 420px;
}
.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;
}

/*================== End Paralax ======================*/

/*================== Google Maps ======================*/
@media (max-width: 479px){
	#mapa_google{
		height: 250px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#mapa_google{
		height: 350px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#mapa_google{
		height: 450px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#mapa_google{
		height: 500px;
	}
	.section_maps_2 #mapa_google{
		height: 600px;
	}
}
@media (min-width: 1200px) {
	#mapa_google{
		height: 577px;
	}
	.section_maps_2 #mapa_google{
		height: 850px;
	}
}

.gm_content>p{
	margin: 0px;
	color: #000000;
	text-align: center;
}
.gm_descript{
	font-weight: bold;
}

/*Button dojazdu do celu*/
a.map-destination-button{
	position: absolute;
	bottom:24px;
	right:47px;
	background-color: white;
	color: black;
	padding: 10px 20px;
	z-index:10;
}
a.map-destination-button:hover{
	text-decoration: none;
}

/*================== End Google Maps ======================*/

/*==================     ToTop     ======================*/
.toTop {
	width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 40px!important;
  font-weight: 700;
  color: #fff!important;
  background: #AF4104;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(1,1,1,0.7);
	-moz-box-shadow:    5px 5px 15px 0px rgba(1,1,1,0.7);
	box-shadow:         5px 5px 15px 0px rgba(1,1,1,0.7);
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop[class*='fa-']:before {
	font-weight: 400;
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 20px;
}
.toTop:hover {
  background: #302e33;
  text-decoration: none;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}
.mobile .toTop,
.tablet .toTop {
  display: none!important;
}
@media(max-width: 1850px){
	.toTop {
  	display: none!important;
	}
}
/*==================  End ToTop     ======================*/


/*==================  Menu Panel     ======================*/

.panel_menu{
	position: fixed;
	left: -250px;
	top: 0px;
	bottom:0px;
	min-height: 100%;
	z-index: 99;
	pointer-events: none;
}
.panel_content{
	float: left;
	position: relative;
	display: block;
	width: 250px;
	/*background: rgba(0,0,0,.75);*/
	background-color: rgba(35,35,35,0.96);
	height: 100%;
	overflow-y: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	border-right: 2px solid black;
	pointer-events: all;
}
.panel_button{
	float: left;
	position: relative;
	width: 150px;
	height: 68px;
	background: #701101;
	border: 2px solid #701101;
	top: 150px;
	cursor: pointer;
	/*color: white;*/
	color: #1a1a1a;
	font-size: 24pt;
	font-family: Ubuntu;
	transform: rotate(90deg) translate(50px,41px);
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	pointer-events: all;
  transition: 5s;
}
.panel_button.newColor{
	animation-name: newColor;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;

	-webkit-animation-name: newColor;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  -webkit-animation-fill-mode: forwards;  /* Chrome, Safari, Opera */

  animation-duration: 5s;
  animation-delay: 5s;
}
@keyframes newColor {
    0%   {}
    100% {color: white; background-color: #232323;}
}
@-webkit-keyframes newColor {
    0%   {}
    100% {color: white; background-color: #232323;}
}

.panel_mobile_header{
	display: block;
  position: fixed;
  width: 100%;
  height: 56px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #232323;
  z-index: 555;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.panel_mobile_header .navbar-brand{
	padding-left: 15px;
	text-transform: uppercase;
  text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
	margin: 6px 0px 0px 0px;
}
.panel_mobile_header .navbar-brand a{
	color: white;
}
/*@media(max-width: 767px){
	.panel_mobile_header .navbar-brand{
 		margin-top: 10px;
	}
}*/

.panel_mobile_content{
	position: fixed;
	display: block;
	left: -250px;
	top: 0px;
	width: 250px;
	background-color: #232323;
	height: 100%;
	overflow-y: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	border-right: 2px solid black;
	pointer-events: all;
  z-index: 550;
}

.panel_desktop{
	display: block;
}
.panel_mobile{
	display: none;
}
@media(max-width: 991px){
	.panel_desktop{
		display: none;
	}
}
@media(max-width: 991px){
	.panel_mobile{
		display: block;
	}
}

.panel_desktop .panel_content{
	padding-top: 72px;
}

#panel_mobile_button {
  position: fixed;
  top: 4px;
  right: 8px;
  width: 48px;
  height: 48px;
  background-color: #f7f7f7;
  border-color: transparent;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#panel_mobile_button span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#panel_mobile_button span:after,
#panel_mobile_button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#panel_mobile_button span:after {
  top: 8px;
}
#panel_mobile_button span:after,
#panel_mobile_button span:before,
#panel_mobile_button span {
  width: 24px;
  height: 4px;
  background-color: #000000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#panel_mobile_button span:before,
#panel_mobile_button 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;
}
#panel_mobile_button.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
#panel_mobile_button.active span:before,
#panel_mobile_button.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
#panel_mobile_button.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#panel_mobile_button.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*==================  End Menu Panel1     ======================*/

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  /*z-index: 9999999;*/
	z-index: 1000;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666666;
  background-color: #232323;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  zoom: 1;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #fa5d07;
  color: #ffffff;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #fa5d07;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #fa5d07;
  color: #ffffff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px 'FontAwesome';
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000000;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #ffffff;
  color: #666666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
  border: none;
  padding-top: 14px;
  padding-bottom: 16px;
}
.rd-mobilemenu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  left: 0;
  top: 0;
  text-align: left;
  transform: none;
}
.rd-mobilemenu_ul ul ul:before,
.rd-mobilemenu_ul ul ul:after {
  display: none;
}
.rd-mobilemenu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
  padding: 0;
  margin: 0;
  padding-left: 60px;
  color: inherit;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 16px;
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul ul ul a:hover {
  background: #fa5d07;
  color: #ffffff;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #232323;
  color: #000000;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
 /* z-index: 99999991;*/
 	z-index: 1000;
}
.rd-mobilepanel_title {
  position: fixed;
  padding-left: 10px;
  top: 4px;
  left: 56px;
  /*right: 56px;*/
  color: #000000;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  margin-top: 5px;
}
.rd-mobilepanel_title small {
  display: none;
}
.rd-mobilepanel_title span {
  color: #69d3ed;
  margin-left: -3px;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background-color: #f7f7f7;
  border-color: transparent;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_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;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*==================   END RD Mobile Menu    =====================*/

/*==================  Menu Panel     ======================*/

.panel_menu{
	position: fixed;
	left: -250px;
	top: 0px;
	bottom:0px;
	min-height: 100%;
	z-index: 99;
	pointer-events: none;
}
.panel_content{
	float: left;
	position: relative;
	display: block;
	width: 250px;
	/*background: rgba(0,0,0,.75);*/
	background-color: rgba(35,35,35,0.96);
	height: 100%;
	overflow-y: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	border-right: 2px solid black;
	pointer-events: all;
}
.panel_button{
	float: left;
	position: relative;
	width: 150px;
	height: 68px;
	background: #701101;
	border: 2px solid #232323;
	top: 150px;
	cursor: pointer;
	/*color: white;*/
	color: #1a1a1a;
	font-size: 24pt;
	font-family: Ubuntu;
	transform: rotate(90deg) translate(50px,41px);
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	pointer-events: all;
  transition: 5s;
}
.panel_button.newColor{
	animation-name: newColor;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;

	-webkit-animation-name: newColor;  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
  -webkit-animation-fill-mode: forwards;  /* Chrome, Safari, Opera */

  animation-duration: 5s;
  animation-delay: 5s;
}
@keyframes newColor {
    0%   {}
    100% {color: white; background-color: #232323;}
}
@-webkit-keyframes newColor {
    0%   {}
    100% {color: white; background-color: #232323;}
}

.panel_desktop.startHidePanel{
	animation-name: startHidePanel;
  animation-iteration-count: 1;
  -webkit-animation-name: startHidePanel;
  -webkit-animation-iteration-count: 1;
  animation-duration: 6s;
  animation-delay: 0s;
}
@keyframes startHidePanel {
	0% {
		left: 0px;
	}
	33% {
		left: 0px;
	}
	100% {
		left: -250px;
	}
}
@-webkit-keyframes startHidePanel {
	0% {
		left: 0px;
	}
	33% {
		left: 0px;
	}
	100% {
		left: -250px;
	}
}

.panel_mobile_header{
	display: block;
  position: fixed;
  width: 100%;
  height: 56px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #232323;
  z-index: 555;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.panel_mobile_header .navbar-brand{
	padding-left: 15px;
	text-transform: uppercase;
  text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
}
.panel_mobile_header .navbar-brand a{
	color: white;
}
@media(max-width: 767px){
	.panel_mobile_header .navbar-brand{
 		margin-top: 10px;
	}
}

.panel_mobile_content{
	position: fixed;
	display: block;
	left: -250px;
	top: 0px;
	width: 250px;
	background-color: #232323;
	height: 100%;
	overflow-y: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	border-right: 2px solid black;
	pointer-events: all;
  z-index: 550;
}

.panel_desktop{
	display: block;
}
.panel_mobile{
	display: none;
}
@media(max-width: 991px){
	.panel_desktop{
		display: none;
	}
}
@media(max-width: 991px){
	.panel_mobile{
		display: block;
	}
}

.panel_desktop .panel_content{
	padding-top: 72px;
}

#panel_mobile_button {
  position: fixed;
  top: 4px;
  right: 8px;
  width: 48px;
  height: 48px;
  background-color: #f7f7f7;
  border-color: transparent;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#panel_mobile_button span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#panel_mobile_button span:after,
#panel_mobile_button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#panel_mobile_button span:after {
  top: 8px;
}
#panel_mobile_button span:after,
#panel_mobile_button span:before,
#panel_mobile_button span {
  width: 24px;
  height: 4px;
  background-color: #000000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#panel_mobile_button span:before,
#panel_mobile_button 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;
}
#panel_mobile_button.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
#panel_mobile_button.active span:before,
#panel_mobile_button.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
#panel_mobile_button.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#panel_mobile_button.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#panel_anchor{
	position: absolute;
	width: 50px;
	height: 50px;
/*	padding-top: 10px;
	background-color: white;*/
	top: 10px;
	left: 10px;
	text-align: center;
	text-decoration: none;
	color: black;
	display: block;
}
#panel_anchor:before{
	font-size: inherit;
}
@media(max-width: 1339px){
	#panel_anchor{
		display: none;
	}
}
.anchor-open,
.anchor-close{
	background-position: center center;
	background-repeat: no-repeat;
}
.anchor-open{
	background-image: url(../images/klodka1.png);
}
.anchor-close{
	background-image: url(../images/klodka2.png);
}

/*==================  End Menu Panel    ======================*/

/*==================   Menu Boczne Panel    =====================*/

.menu_boczne{
}
.menu_boczne > ul{
}
.menu_boczne ul{
	padding: 0px;
	list-style: none;
	font-size: 14px;
  line-height: 20px;
}
.menu_boczne ul ul{
	padding-left: 12px;
	display: none;
}
.menu_boczne ul li{
}
.menu_boczne ul li a,
.menu_boczne ul li.menu span{
	display: block;
  padding: 10px 15px 10px;
}

.menu_boczne ul li.menu span{
	color: #C2C2C2;
    text-decoration: none;
}


.menu_boczne ul li a:hover,
.menu_boczne ul li a.menu_wybrany{
	background-color: #701101;
	color: white;
}
/*==================   End Menu Boczne Panel    =====================*/

/*==================   Social Media Buttons    =====================*/

.social-cont{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.social-media{
	width: 25px;
	height: 25px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}

.social-media[data-social="facebook"]{
	background-image: url('../images/social_media/facebook.png');
}

.social-media[data-social="twitter"]{
	background-image: url('../images/social_media/twitter.png');
}

.social-media[data-social="google"]{
	background-image: url('../images/social_media/google.png');
}


/*==================   END Social Media Buttons    =====================*/


/*==================   Pielgrzymki    =====================*/

.tabela-pielgrzymek{
	min-width: 670px;
	max-width: 100%;
	width: 100%;
	margin: 0px auto;
	border: 1px solid #dfdfdf;
	table-layout: fixed;
}
.tabela-pielgrzymek thead{
	border-bottom: 1px solid #dfdfdf;
}
.tabela-pielgrzymek tbody{

}

.tabela-pielgrzymek thead tr:first-child{
	border-bottom: 4px double #dfdfdf;
}

.tabela-pielgrzymek thead tr th{
	cursor: pointer;
	background-color: #f7f7f7;
 	height: 87px;
}
.tabela-pielgrzymek thead tr th.th-short{
	width: 100px;
}
.tabela-pielgrzymek thead tr th.th-short-2{
	width: 120px;
}
.tabela-pielgrzymek thead tr th.th-short-3{
	width: 30px;
}
.tabela-pielgrzymek thead tr th:hover{
	background-color: #efefef;
}
.tabela-pielgrzymek tbody tr{
	background-color: #ffffff;
	border-top: 1px solid #dfdfdf;
}
.tabela-pielgrzymek tbody tr.piel_tr_selcted{
	background-color: #d7d7d7;
}
.tabela-pielgrzymek tbody tr:hover{
	background-color: #efefef;
}
.tabela-pielgrzymek tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  word-wrap: break-word;
}

.tabela-pielgrzymek th,
.tabela-pielgrzymek td{
	vertical-align: middle;
	padding-right:5px;
	padding-left: 5px;
}

.pielgrzymka-cont-img{
	width: 82px;
	height: 82px;
	border: 1px solid #dfdfdf;
	text-align: center;
	background-color: #f7f7f7;
	display: table;
	margin: 0px auto;
}
.pielgrzymka-cont-img div{
	display: table-cell;
	vertical-align: middle;
}

.pielg-mala{
	font-size: 16px;
	color: #333;
}
.pielg-duza{
	font-size: 20px;
	color: #044980;
	font-weight: bold;
}
.pielg-dark-button{
	display: inline-block;
	border-radius: 4px;
	border: 0px;
	font-size: 18px;
	font-weight: 700;
	color: white;
	line-height: 44px;
	background-color: #323232;
	padding: 0px 10px;
	text-transform: uppercase;
}
.pielg-dark-button:link,
.pielg-dark-button:hover{
	color: white;
	text-decoration: none;
}

/*==================   END Pielgrzymki    =====================*/

/*==================   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;
	min-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;
}

.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    =====================*/

/*=======================   MEDIA PANEL   ===========================*/

.sl-container{
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -150px;
	top:130px;
	width: 230px;
   	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   ===========================*/



/*CAPTCHA*/
.captcha{
	height: 61px;
	padding: 2px 10px;
	border-radius: 0px;
	width:185px;
	display:inline-block;
	margin-right:12px;
	font-size: 18px;
	line-height: 21px;
	vertical-align:middle;
}

.captcha_img{
display:inline-block;
padding-bottom:10px
}

@media (max-width: 1340px){
	.captcha{
	  margin-right:0;
	}
}

/*Kalendarz Liturgiczny*/

.kalendarz_liturgiczny {
    color: white !important;
    text-align: center;
    margin-bottom: 1em;
}

.kalendarz_liturgiczny_tytul {
    font-weight: bold;
}


#facebook_slider_widget{
	pointer-events: none;
}
#facebook_slider_widget a,
#facebook_slider_widget iframe,
#facebook_slider_widget iframe *{
	pointer-events: all;
}

/******  WYSUWANE MENU *******/

ul.menu-wysuwane{
	background-color: #ffffff;
    text-align: left;
    padding: 0;
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 0s linear;
	transition-delay: 1s;
	-webkit-transition-delay: 1s; /* Safari */
}

ul.menu-wysuwane-2-poziom{
	display: none;
	background-color: #ffffff;
    text-align: left;
    padding: 0;
}

ul.menu-wysuwane{
    position: absolute;
    left: 0;
    z-index: 500;
    top: calc(100% + 0px);
    left: 0;
	min-width: 200px;
}

ul.menu-wysuwane-2-poziom{
	position: relative;
}

li.menu-wysuwane-item,
li.menu-wysuwane-2-poziom-item{
	margin-bottom: 4px;
	display: block;
	position: relative;
}

li.menu-wysuwane-2-poziom-item{
	padding-left:10px;
}

li.menu-wysuwane-item:hover > a.menu-wysuwane-link,
li.menu-wysuwane-2-poziom-item:hover > a.menu-wysuwane-2-poziom-link{
	color: #FFF !important;
}

#stuck_container a.menu-wysuwane-link,
#stuck_container a.menu-wysuwane-2-poziom-link{
	font-size: 15px;
    line-height: 1;
    padding: 11px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 2.25px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
	position: relative;
    display: block;
}

a.menu-wysuwane-link-active,
a.menu-wysuwane-2-poziom-link-active{
	color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

#stuck_container ul > li:hover ul.menu-wysuwane
{
	visibility: visible;
  	opacity: 1;
	transition-delay: 0s;
	-webkit-transition-delay: 0s; /* Safari */
}

li.menu-wysuwane-item:hover > ul.menu-wysuwane-2-poziom
{
	display:block;
}


div.g-recaptcha{
	display:inline-block;
	vertical-align: middle;
}

.rc-anchor{
border-radius: 0px;
}

/*=======================   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 !important;
    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: 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 #ebeef7
}

.ui-widget input[type="checkbox"] {
	display:inline-block;
}

#logowanie-form-popup label{
	display: inline-block;
}

.ui-dialog .ui-dialog-content {
    padding: 0 40px;
	height: 176px !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);
}

span.checkbox{
	position: relative;
    display: inline-block;
    min-height: 0;
    height: 25px;
    line-height: 25px;
    width: 25px;
    background: #ffffff;
    border: 1px solid #ebeef7;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    vertical-align: middle;
	margin-right: 10px;
	border-radius: 4px;
}

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: "Material Icons";
    font-size: 18px;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #35363B;
}

span.checkbox input[type="checkbox"]:checked + label:before {
    content: '\e5ca';
}

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;
}

.cookies-close{
	position: absolute;
	top: 20px;
	right: 10px;
	color: #FFF;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.cookies-close:hover{
	color: #C72237;
	text-decoration: none;
}

.cookies-text{
	position: absolute;
	top: 30px;
	left: 100px;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
}

.cookies-text:hover{
	color: #C72237;
	text-decoration: none;
}

.cookies-opis{
	position: absolute;
	top: 50px;
	left: 100px;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
}

/*=======================  END Cookies popup  ===========================*/

ul.standard a{
	color: #666;
}

/*==================   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    =====================*/

/*==================   SESSION TIMER    =====================*/

.st-container{
	display: block;
	position: relative;
	top: -10px;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px auto;
	z-index: 2;
	text-align: center;
	color: white;
	padding: 4px;
}
.st-container.ending{
	background-color: #A32525;
}
.st-text{
	font-size: 12px;
	color: white;
}


/*==================   END SESSION TIMER    =====================*/

#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: 100%;
	width: 100%;
	height: 100px;
	vertical-align: middle;
	margin: 10px auto;
}

/*==================   KONTA UŻYTKOWNIKÓW    =====================*/

.accounts-table{
	min-width: 670px;
	max-width: 100%;
	width: 100%;
	margin: 0px auto;
	border: 1px solid #dfdfdf;
	table-layout: fixed;
}

.accounts-table th{
	border-bottom: 1px solid #dfdfdf;
}

.accounts-table tr:first-child{
	border-bottom: 4px double #dfdfdf;
}
.accounts-table tr th{
	background-color: #f7f7f7;
 	height: 87px;
	text-align: center;
}
.accounts-table tr th.th-short{
	width: 150px;
}
.accounts-table tr th.th-short-2{
	width: 200px;
}
.accounts-table tr th.th-short-3{
	width: 250px;
}

.accounts-table tbody tr{
	background-color: #ffffff;
	border-top: 1px solid #dfdfdf;
}

.accounts-table tbody tr:hover{
	background-color: #efefef;
}

.accounts-table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  	word-wrap: break-word;
}

.accounts-table tr td.content{
	text-align:justify;
}

.accounts-table th,
.accounts-table td{
	vertical-align: middle;
	padding-right:5px;
	padding-left: 5px;
}

/*==================   END KONTA UZYTKOWNIKÓW    =====================*/

/*********** 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 ************/