/*#####################################################################################################################*/
/* ------------------------------------------- Własny CSS -------------------------------------------------------------*/ 
/*#####################################################################################################################*/

/*#####################################################################################################################*/
/* Główne*/
/*#####################################################################################################################*/

body{
	font-family: 'Lato', sans-serif;
	color: #121514;
	background-color: #FFFFFF;
}
/* PRZYCISK POWROTU/
*###################*/
.padding {
	padding: 20px;
}

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 2999;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center 43%;
	background-image: url(../images/up-arrow.png);
	background-color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
a:hover.back-to-top {
	background-color: #333;
}
#bg {
 
  top: 0; 
  left: 0; 	
  /* IMG COVER!!!! */
  min-width: auto;
  width:100%;

}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #ff0000;
  border-color: #ddd;
}
.content_contener{
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-radius:22px;
	
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}
.content_auto{
	margin: 0 auto;
	text-align:center;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}


.btn-success{
	background-color: transparent;
	width: auto;
	border-radius: 32px;
	border: medium solid #c7a260;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.btn-success:hover{
	background-color: #c7a260;
	width: auto;
	border-radius: 32px;
	border: medium solid #c7a260;
	font-weight: bold;
	color: #fff;
	text-decoration: none;

}

.btn-success:focus{
	background-color: #c7a260;
	width: auto;
	border-radius: 32px;
	border: medium solid #c7a260;
	font-weight: bold;
	color: #fff;
	text-decoration: none;

}



.btn-link{
	color: #000;
	text-decoration: none;
	font-weight: 200;
	font-size:18px;	
}
.btn-link:hover{
	color: #747474;
	text-decoration: none;
}




.alert-success {
	background-color:transparent;
	border-color: transparent;
	border-radius: 1px;
	color: #fabd1f;
	font-weight: 400;
	margin:0px;
	font-size:32px;
	text-align:center;
}



#logo img{
	width:100%;
	height:100%;
	display: block;
	float: left;
	
}
table a:link {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #693fa5;
	text-decoration:underline;
}
table {
	color: #000;
	font-size: 16px;
	background: #eaebec;
	margin: 0px;
	border: #ccc 1px solid;
}
table th {
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #e0e0e0;
	background-color: #ea0509;
	text-align: center;

	
}
table th:first-child{
	text-align: center;
	padding-left: 20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
}
table tr{
	text-align: center;
	padding: 11px 11px 11px 11px;
}
table tr td:first-child{
	text-align: center;
	padding-left: 10px;
	padding-right:10px;
	border-left: 0;
}
table tr td {
	padding-top:20px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 4px 4px 4px 4px;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.podstronapadding{
	margin-top:170px;
	margin-bottom:50px;
}
/*#####################################################################################################################*/
/* Karuzela */
/*#####################################################################################################################*/
#carouselExampleCaptions{
	padding-top:0rem;
}

.carousel .item {
	width: 100%;
	max-height: 100%;
}

.carousel .item img {
	width: auto;
}

.carousel .carousel-control{
	background: none;
	border: none;
	top: 50%;
}

.carousel-caption{
	top: 790px;
	bottom: auto;
	transition: all 0.7s ease;
}
.carousel-caption h1{
	font-weight: bold;
	line-height: auto;
	color: #fff;
	font-size: 35px;
	text-align: right;
	font-style: italic;
}

.carousel-caption h2{
	font-weight: normal;
	line-height: auto;
	color: #fff;
	font-size: 35px;
	text-align: center;

}
.carousel-caption p{
	font-weight: normal;
	line-height: auto;
	color: #000000;
	font-size: 15px;
	text-align: center;
}
.carousel-indicators {
	right:0;
	text-align:center;
	bottom:24px;
  }
.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 4px;
	margin: 5px;
	text-indent: 0;
	cursor: pointer;
	border: none;
	border-radius: 0%;
	background-color: #fff;
	
}
.carousel-indicators .active {
  	width: 40px;
	height: 4px;
    margin: 5px;
    background-color: #fff;
}

.carusel-paralax{
	background-color:#c7a260;
	bottom:0;
	min-height:300px;
	position:absolute;
	
}

/*#####################################################################################################################*/
/* Menu Górne*/
/*#####################################################################################################################*/


#topbar{
	
	width:100%;
	margin:0;
	margin-top:0px;
	background-color:#FFFFFF;
	

}

#menu{
	height: auto;
	background-color: rgba(255,255,255,1.00);
	z-index: 100;
	background-repeat: repeat-x;
	padding-top: 0PX;
	padding-bottom: 0PX;
	z-index: 150;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid rgba(232,232,232,1.00);
	border-top: 0px;
}

.navbar-nav{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	
}

.navbar-outer{
	width: 100%;
}

.navbar-light .navbar-nav .nav-link  {
	color: #393939;
	font-size: 19px;
	margin-left: 32px;
	margin-right: 0px;
	font-weight: bold;
	margin-top: 20px;
 }
.nav-tabs .nav-item.show .nav-link {
	color: #333;
	font-size: 19px;
	margin-left: 32px;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #000;
	transition: all 0.7s ease;
	font-weight: bold;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #000;
}
.navbar-toggler{
	background-color: #393939;
	padding-left:6px;
	padding-right:6px

}
.navbar-toggler:hover{
	background-color: #333;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1.00' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.mobileul{
	margin-right:10px;
}
.mobileul img{
	margin-left:5px;
}
/*#####################################################################################################################*/
/* GOOGLE MAPS*/
/*#####################################################################################################################*/
.google-maps {
        position: relative;
        padding-bottom: 22%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
		margin-top:0px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 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"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
		
  }
.google-maps iframe:hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 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"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
	  transition: all 0.10s ease;
		
  }  
  
 
}
    }
/*#####################################################################################################################*/
/* Formularz */
/*#####################################################################################################################*/

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 2px;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #000;
	background-color: #F4F4F4;
	background-image: none;
	border: thin solid rgba(255,255,255,1.00);
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015);
	-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;
	font-style: normal;
}
.form-control:focus {
	border-color: #fff;
	outline: 0;
	background-color: #DFDFDF;
	color: #000;
	box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}


/*#####################################################################################################################*/
/*ONAS	*/
/*####################################################################################################################*/

#onas{
	height: auto;
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0% bottom;
	background-color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/paralax.jpg);
}
	
	
#onas h2{
	text-align: center;
	font-size: 38px;
	color: #000;
	font-weight: 400;
	padding-bottom: 30px;
}

#onas p{
	text-align: justify;
	font-size: 17px;
	color: #000;
	font-weight: 300;
}



/*#####################################################################################################################*/
/*ONAS	*/
/*####################################################################################################################*/

#onas2{
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% center;
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 100px;
	background-image: url(../images/paralax2.jpg);
}
	
	
#onas2 h2{
	text-align: center;
	font-size: 38px;
	color: #000;
	font-weight: 300;
	padding-bottom: 30px;
}

#onas2 p{
	text-align: justify;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
}



/*#####################################################################################################################*/
/*USŁUGI	*/
/*####################################################################################################################*/

#uslugi{
	height: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0% top;
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 50px;
	background-image: url(../images/paralax3.jpg);
	background-attachment: fixed;
}
	
	
#uslugi h2{
	text-align: center;
	font-size: 38px;
	color: #000;
	font-weight: 400;
	padding-bottom: 30px;
}
#uslugi h1{
	text-align: center;
	font-size: 44px;
	color: #000;
	font-weight:300
	padding-bottom: 30px;
}
#uslugi p{
	font-size: 17px;
	color: #000;
	font-weight: 300;
	text-align: justify;
}


/*#####################################################################################################################*/
/*PORADNIK	*/
/*####################################################################################################################*/

#poradnik{
	height: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0% top;
	background-color: #111015;
	padding-top: 80px;
	padding-bottom: 50px;
	background-image: url(../images/porady.jpg);
}
	
	
#poradnik h2{
	text-align: center;
	font-size: 38px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 30px;
}
#poradnik h1{
	text-align: center;
	font-size: 44px;
	color: #fff;
	font-weight:300
	padding-bottom: 30px;
}
#poradnik p{
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	text-align: justify;
}


/*#####################################################################################################################*/
/*kontakt	*/
/*####################################################################################################################*/

#kontakt{
	height: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0% top;
	background-color: #16171b;
	padding-top: 0px;
	padding-bottom: 100px;
	background-image: url(../images/paralax4.jpg);
}
	
	
#kontakt h2{
	text-align: center;
	font-size: 38px;
	color: #fff;
	font-weight: 400;
	border-collapse: collapse;
	padding-bottom: 30px;
	padding-top:50px;
}

#kontakt p{
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: 300;

	margin: 0px;
}
#kontakt p a{
	text-align: left;
	font-size: 17px;
	color: #fff;
	font-weight: 300;

}
#kontakt p a:hover{
	text-align: left;
	font-size: 17px;
	color: #ceaa66;
	font-weight: 200;

}
#kontakt h3{
	text-align: center;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: 400;

	margin: 0px;
}
#kontakt h6{
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin: 0px;
	margin-top:30px;
}

#kontakt h6 a{
	color: #fff;
	
}#kontakt h6 a:hover{
	color: #fff;
	text-decoration:underline;
	
}