/* sticky footer */
html, body, #container {
	height: 100%;
}
body > #container {
	height: auto; min-height: 100%;
}

#content { padding-bottom: 3em; }
.footer{
	  clear: both;
    position: fixed;
    z-index: 10;
    height: 1.5em;
    margin-top: -1.5em;
    background-color: #000000;
    width: 100%;
    bottom: 0px;
}
.footer div{
	color: #e6e6e6;
	display: block;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 11px;
  padding-top: 4px;
  margin-left: auto;
  margin-right:auto;
}

/* page style */
body {
  min-height: 100%;
  background: url(../img/bg-standard.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../img/bg-standard.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-standard.jpg', sizingMethod='scale')";

 -webkit-transition: all 500 ease-in-out;
  -moz-transition: all 500 ease-in-out;
  -o-transition: all 500 ease-in-out;
  transition: all 500 ease-in-out;
}
.index{
	background: url(../img/bg-index.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../img/bg-index.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-index.jpg', sizingMethod='scale')";
}

h1{
	font-size: 16px;
    	font-weight: 400;
	text-align: center;
	color: #575757;
	padding-top: 30px;
}

.karol{
	font-weight: 100;
	letter-spacing: 3px
}
.dataur{
	font-size: 14px;
    	color: #575757;
    	font-weight: 400;
    	text-align: right;
	position: right;
}
.lead{
	font-family: "Aller", Aller, sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	padding-top: initial;
	padding-bottom: initial;

}
/*h1 span {
	font-size:14px;
	/* font-size: 0.5em;
	color: #575757;
	font-weight: 400;
	float: right;
}
*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #646464;
    background-color: #eeede9;
    background-image: none;
    border: 1px solid #cccbc8;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.logo{
	margin-bottom: 60px;
}
.container-fluid{
	width: 90%;
}
.container{
	padding-bottom: 50px;
}
.social_list{
	list-style: none;
	margin-top: 5px;
}
.social_list li{
	float: right;
	margin-left: 5px;
}
.social_list li img{
	width: 25px;
	height: 25px
}
.menu_list, .menu_list_secound{
	list-style: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 5px;
}
.menu_list li, .menu_list_secound li{
	position: relative;
}
.menu_list a:hover{
	text-decoration: none;
}
.menu_list a:hover:before{
	content: "";
	position: absolute;
	left: -25px;
	width: 10px;
	height:10px;
	border-radius: 5px;
	background-color: #424242;
	top:10px;
}
.menu_list a{
	color: #424242;
}
.menu_list_secound{
	color: #8c7d63;
}
.menu_list_secound a:hover{
	text-decoration: none;
}
.menu_list_secound a:hover:before{
	content: "";
	position: absolute;
	left: -25px;
	width: 10px;
	height:10px;
	border-radius: 5px;
	background-color: #8c7d63;
	top:10px;
}

.menu_list_secound a{
	color: #8c7d63;

}
.lang_wrapper{
	float: right;
	margin-top: 10px;
	font-size: 12px;
	color: #767676;
	margin-bottom: 30px;
}
.lang_wrapper a{
	color: #767676;
}

.content_text{
 
}
.spacer{
	margin-bottom: 15px;
	border-bottom: 1px solid #515151;
}
.left_sidebar{
	padding: 0px;
  transition-duration:1s;
  -webkit-transition-duration:1s;
}
.fb-page{
	width: 100%;
}
.nowiny_img{
	position: absolute;
	z-index: -20;
	top: -50px;
}
.fb_wrapper_out{
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.11);
	margin-top: 160px;
}
.fb_wrapper_in{
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
	-webkit-box-shadow: inset 0px 0px 30px 10px rgba(255,255,255,0.62);
	-moz-box-shadow: inset 0px 0px 30px 10px rgba(255,255,255,0.62);
	box-shadow: inset 0px 0px 30px 10px rgba(255,255,255,0.62);
	background-color: rgba(255,255,255,0.2);
}
.press_photo img{
	margin-bottom: 15px;


}
@media(max-width: 768px){
	.left_sidebar{
		text-align: center;
	}
	.left_sidebar img{
		margin-left: auto;
		margin-right: auto;
	}
	.menu_list, .menu_list_secound{
		padding-left: 40px;
    padding-right: 40px;
	}
	.menu_list li, .menu_list_secound li {
    position: relative;
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
	}

}














/* ----STYLE CSS DLA NEWSLETTERA---- */


#newsletter-global-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999999;
    pointer-events: none; /* Pozwala klikać to co pod spodem */
}

.newsletter-box {
    position: absolute;
    bottom: -800px; /* Całkowicie schowany */
    right: 30px;
    width: 400px;
    background: rgba(255, 255, 255, 0.98);
    padding: 20px;
    box-shadow: 0 -15px 50px rgba(0,0,0,0.3);
    border-radius: 15px 15px 0 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: auto; /* Przywraca klikalność wewnątrz okna */
    border: 1px solid #ddd;
    backdrop-filter: blur(10px);
}

/* Klasa aktywująca wysunięcie */
.newsletter-box.active {
    bottom: 0 !important;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 12px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    z-index: 10;
}

@media (max-width: 767px) {
    .newsletter-box {
        width: 100%;
        right: 0;
        border-radius: 0;
    }
}