/*#####################################################################################################################*/
/* ------------------------------------------- Własny CSS -------------------------------------------------------------*/
/*#####################################################################################################################*/





body{
	font-family: 'Montserrat', sans-serif;
	color: #121514;
	background-color: #FFFFFF;
}

html{
		margin-top: 0 !important;
	}


/*#####################################################################################################################*/
/* YOU TUBE MODAL/
/*#####################################################################################################################*/
#close-CSS {
    background-image: url(../images/ofirmie.jpg);
    background-size: cover;
    height: 369px;
    width: 600px;
}

.modal-dialog {
      max-width: 1200px;
      margin: 30px auto;
	margin-top: 290px;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}


/*#####################################################################################################################*/
/* PRZYCISK POWROTU/
/*#####################################################################################################################*/

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 2999;
	right: 10px;
	bottom: 10px;
	background-repeat: no-repeat;
	background-position: center 43%;
	background-image: url(../images/up-arrow.png);
	background-color: #2f2f32;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
a:hover.back-to-top {
	background-color: #00aeef;
}
#bg {

  top: 0;
  left: 0;
  /* IMG COVER!!!! */
  min-width: auto;
  width:100%;
  height:100%;
}
.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: #333;
  background-color: #f6f5f6;
  border: 1px solid #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;
}

.btn-czytaj{
	background-color:#00aeef;
	border: 0px;;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 10px;
	border-radius: 50px;

}
.btn-czytaj:hover{
	background-color:#1a1a19;
	color: #fff;

}
.btn-czytaj2{
	background-color:#00aeef;
	border: 0px;;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 10px;
	border-radius: 50px;

}
.btn-czytaj2:hover{
	background-color:#1a1a19;
	color: #fff;

}
.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{


	float:left;
	position:absolute;
	margin-top: 10px;
}


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: #223d7d;
	font-size: 16px;
	background: #eaebec;
	margin: 0px;
	border: #ccc 1px solid;
}
table th {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #e0e0e0;
    background-color: #0b716a;
    text-align: center;
	font-size: 13px;
	color: #fff;


}
table th:first-child{
	text-align: center;
	padding-left: 0px;

}
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: 31px 3px 31px 31px;
}
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: 24px 24px 24px 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background-color: #FFFFFF;
    color: #000;
}

table tr.even td{
	background: #fff;
	color: #000;

}
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-color: #fbfbfb;
    color: #fc9c58;
}

.podstronapadding{
	margin-top:100px;
	margin-bottom:50px;
}
.podstronapadding2{
	margin-top:160px;
	margin-bottom:0px;
}
.rowmargin{
	margin-top:1 0px;

}
.rowmargin3{
	margin-top:60px;
}
.rowmargin2{
	margin-top:20px;

}
.formmargin{
	margin-top:30px;

}
/*#####################################################################################################################*/
/* Karuzela */
/*#####################################################################################################################*/
#slajder{
		margin-top:120px;
	}

.carousel .item {
	width: 100%;
	max-height: 100%;
}

.carousel .item img {
	width: auto;
}

.carousel .carousel-control{
	background: none;
	border: none;
	top: 50%;
}

.carousel-caption{
	top: 320px;
	left: 1300px;
	bottom: auto;
	transition: all 0.7s ease;
}


.carousel-caption p{
	font-weight: normal;
	line-height: auto;
	color: #fff;
	font-size: 18px;
	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*/
/*#####################################################################################################################*/

.mediamargin{
	margin-top:8px;
}
#topbar{

	width:100%;
	margin:0;
	margin-top:0px;
	background-color:#FFFFFF;

}
.topfont a, .topfont {
	font-size:18px;
	color: #fff;
	font-weight: 500;
	margin-right: 5px;
}

.topfont a:hover {
	color: #ff6600;

}
#menu{
    height: auto;
    background-color: #FFFFFF;
    padding-top: 0PX;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-repeat: repeat-x;
    z-index: 20000;
	min-height: 120px;
    border-bottom: thin solid #F1F1F1;
}
#topmenu{
    height: auto;
    background-color: #00aeef;
    z-index: 20000;
	padding-top: 1px;



}
#topmenu p {
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	font-size: 16px;

}
#topmenu p a {
	color: #fff;


}
#topmenu p a:hover {
	color: #fff;
	text-decoration: underline;


}
#topmenu img {
	margin-left: 10px;
	margin-right: 10px;
}
.navbar-nav{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;


}

.navbar-outer{
	width: 100%;
}
.domek{
	margin-top:8px;
}
.navbar-light .navbar-nav .nav-link  {
    color: #25282b;
    font-size: 19px;
    font-weight: bold;
    margin-top: 0px;
    background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
 }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #00aeef;
    transition: all 0.7s ease;

}
.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: #00aeef;
}
.navbar-toggler{
    background-color: #00aeef;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 0px;
    border: thin solid #00aeef;
}
.navbar-toggler:hover{
	background-color: #25282b;
	border: thin solid #25282b;
}

.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");
}



/*#####################################################################################################################*/
/* Formularz */
/*#####################################################################################################################*/

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: auto;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #fca05c;
    outline: 0;
    background-color: #fca05c;
    color: #fff;
    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;
}




/*#####################################################################################################################*/
/*LICZNIK	*/
/*####################################################################################################################*/


#bo



/*#####################################################################################################################*/
/*aktualnosci	*/
/*####################################################################################################################*/
.imgleft{
	float: left;
	margin-right: 10px;
}
.imgright{
	float: right;
	margin-left: 10px;
}

#oferta{
    height: auto;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: right bottom;
    background-size: 100% auto;
}
#uslugi{

    padding-top: 110px;

}

/*#####################################################################################################################*/
/*ONAS	*/
/*####################################################################################################################*/

.logot{
	margin-bottom: 6px;
	margin-right: 2px;


}
#onas, #sprzedawcy,#podstrona{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% top;

}

#onas h2, #sprzedawcy h2, #podstrona h2, #podstrona h1{

    text-align:center;
    font-size: 40px;
    color: #2f2f32;
    font-weight: 700;
    margin-bottom: 30px;
	padding-top: 10px;

}

#onas h3,#podstrona h3{
    text-align: center;
    font-size: 20px;
    color: #2f2f32;
    font-weight: 500;
    text-transform: uppercase;
	margin: 20px;
	margin-top: 40px;


}

#onas p, #podstrona p{
    text-align: justify;
    font-size: 15px;
    color: #2f2f32;
    font-weight: normal;

}
#onas p a, #podstrona p a{
   color: #2f2f32;


}
#onas p a:hover, #podstrona p a:hover{
   color: #00aeef;


}
#onas h4, #podstrona h4{
    text-align: left;
    font-size: 28px;
	line-height: 40px;
    color: #2f2f32;
    font-weight: normal;
	margin-top: 10px;

}
#onas h5, #podstrona h5{
    text-align: left;
    font-size: 18px;
	line-height: 40px;
    color: #2f2f32;
    font-weight: normal;

}
#onas h5 a, #podstrona h5 a{
    color: #2f2f32;


}
#onas h5 a:hover, #podstrona h5 a:hover{
    color: #00aeef;


}
#onas h6, #podstrona h6{
    text-align: left;
    font-size: 12px;
    color: #ABABAB;
    font-weight: normal;
}
.box{
    border-radius: 22px;
    border: thin solid #E8E8E8;
    padding: 20px;
    background-image: url(../images/tlok.png);
    background-repeat: no-repeat;
    background-position: right -15px bottom -20px;
	margin: 0px;
	margin-top: 30px;
}
.box2{
    border-radius: 22px;
    border: thin solid #E8E8E8;
    padding: 20px;
	margin: 0px;
	margin-top: 20px;

}
/*#####################################################################################################################*/
/*PARALAX	*/
/*####################################################################################################################*/

#paralax{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% top;
    background-image: url(../images/paralax2.jpg);

}

#paralax h2{

    text-align:center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
	padding-top: 10px;

}

#paralax h3{

    text-align:center;
    font-size: 50px;
    color: #fff;
    font-weight: 800;



}

#paralax p{
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: normal;

}

/*#####################################################################################################################*/
/*PARALAX	*/
/*####################################################################################################################*/

#paralax2{
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% top;
    background-image: url(../images/paralax3.jpg);
    margin-top: 50px;
    background-attachment: fixed;
}

#paralax2 h2{

    text-align:center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 70px;
	padding-top: 20px;

}

#paralax2 h3{
    text-align: center;
    font-size: 40px;
    color: #00aeef;
    font-weight: 800;



}

#paralax2 p{
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: normal;

}
/*#####################################################################################################################*/
/*ONAS	*/
/*####################################################################################################################*/

#produkty{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% top;

}

#produkty h2{

    text-align:center;
    font-size: 40px;
    color: #2f2f32;
    font-weight: 700;
    margin-bottom: 50px;
	padding-top: 10px;

}

#produkty h3{

    text-align:center;
    font-size: 20px;
    color: #2f2f32;
    font-weight: 500;
    margin-bottom: 0px;
	margin-top: 20px;


}

#produkty p{
    text-align: justify;
    font-size: 15px;
    color: #2f2f32;
    font-weight: normal;

}
/*#####################################################################################################################*/
/*dlaczego	*/
/*####################################################################################################################*/

#dlaczego{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% top;
    background-image: url(../images/paralax1.jpg);
}

#dlaczego h2{

    text-align:center;
    font-size: 40px;
    color: #2f2f32;
    font-weight: 700;
    margin-bottom: 50px;
	padding-top: 10px;

}

#dlaczego h3{

    text-align:center;
    font-size: 20px;
    color: #2f2f32;
    font-weight: normal;
    margin-bottom: 50px;
	padding-top: 10px;

}

#dlaczego p{
    text-align: justify;
    font-size: 15px;
    color: #2f2f32;
    font-weight: normal;

}
/*#####################################################################################################################*/
/*STOPKA	*/
/*####################################################################################################################*/

#stopka img{
	margin: 5px;
}

#stopka{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #00aeef;
}

#stopka p, #stopka p a{
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: left;

}

#stopka p a:hover{
    font-size: 15px;
    color: #fff;
    text-decoration: underline;
}


#stopka h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;


}
#stopka h3 a{
	color: #000;

}
#stopka h3 a:hover{
	color: #e4000f;

}
#stopka h3{
	font-size: 33px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;

}
#stopka h6{
	font-size: 12px;
	color: #FFF;
	margin-bottom: 0px;
	font-weight:normal;
	text-align: center;
	margin-top: 0px;
}
/*#####################################################################################################################*/
/* GOOGLE MAPS*/
/*#####################################################################################################################*/
.google-maps {
        position: relative;
        padding-bottom: 22%;
        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;

  }



.instagram-feed-iframe {
    width: 100%;
    height: 630px;
    margin-bottom: -50px;
}

#sprzedawcy {
    position: relative;
    z-index: 1;
}