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

/*#####################################################################################################################*/
/* Główne*/
/*#####################################################################################################################*/

body{
    font-family: 'Frank Ruhl Libre', serif;
	color: #f8f8fa;
    background-color: #fff;
}
/*#####################################################################################################################*/
/*logo i menu anim*/
/*#####################################################################################################################*/
header {
  background-color: transparent;
  transition: background-color 0.5s;
  
}

header.scrolled {
    background-color: #181515;
    border-bottom: thin solid #d2a266;
}
#logo  {
  z-index: 1000000;
}
#logo img {
  transition: all 0.5s;
}

header.scrolled #logo img {
  width: 86%;
  height: 86%;
}







.navbar-toggler{
	background-color: #fff;
	padding-left:5px;
	padding-right:5px;
	padding-top: 2px;
	border-radius: 0px;
	margin-top: -10px;
	z-index: 10000;
	margin: 10px;
	
}

.navbar-toggler:hover{
	background-color: #d2a266;
}
#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: #333;
  background-color: #ececec;
  border-color: #ececec;
}
.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;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}

.btn-orange{
    font-weight: normal;
    background-color: rgba(0,0,0,0.41);
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
    border: thin solid #d2a266;
    font-size: 25px;
}
.btn-orange:hover{
    background-color: #d2a266;
    color: #fff;
    border: thin solid #d2a266;

}
.btn-orange2{
    font-weight: normal;
    background-color: #fff;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
    border: thin solid #d2a266;
    font-size: 20px;
}
.btn-orange2:hover{
    background-color: #d2a266;
    color: #fff;
    border: thin solid #d2a266;

}
.btn-link{
    font-weight: normal;
    background-color:#fff;
    color: #ba8f59;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
    border: thin solid #fff;
    font-size: 20px;
;}
.btn-link:hover{
    background-color: #ba8f59;
    color: #fff;
    border: thin solid #ba8f59;
	text-decoration: none;

}
.open > .dropdown-toggle.btn-success.focus {
    background-color: #000;
    border: medium solid #fbbe0f;
    border-radius: 22px;
    font-weight: bold;
    color: #000;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	background-color: #fbbe0f;
	border: medium solid #fbbe0f;
	border-radius: 0px;
	font-weight: bold;
	color: #000;
}





.alert-success {
	background-color:transparent;
	border-color: transparent;
	border-radius: 1px;
	color: #000;
	font-weight: bold;
	margin:0px;
	font-size:16px;
}

.podstonapadding {
	margin-top: 100px;
	
}


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


/*#####################################################################################################################*/
/* Karuzela */
/*#####################################################################################################################*/
#carouselExampleCaptions{
	padding-top: 0rem;
}
.carousel-caption {
position: absolute;
top: 60%;
left: 40%;
transform: translate(-50%, -50%);
}
.carousel .item {
	width: 100%;
	max-height: 100%;
}

.carousel .item img {
	width: auto;
}

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



.carousel-caption h1{
	font-weight: normal;
	line-height: auto;
	color: #fff;
	font-size: 55px;
	text-shadow: 0px;
	text-align: left;
	
}
.carousel-caption h2{
    font-weight: bold;
    line-height: auto;
    color: #fff;
    font-size: 30px;
    text-shadow: 0px;
    text-align: center;

}

.carousel-indicators {
	right:0;
	text-align:center;
	bottom:144px;
  }
.carousel-indicators li {
	display: inline-block;
	width: 60px;
	height: 3px;
	margin: 5px;
	text-indent: 0;
	cursor: pointer;
	border: none;
	border-radius: 0%;
	background-color: #fff;
	
}
.carousel-indicators .active {
  width: 60px;
	height: 3px;
	margin: 5px;
    background-color: #fb087d;
}



/*#####################################################################################################################*/
/* Menu Górne*/
/*#####################################################################################################################*/


#topbar{
	color: #fff;
	height: auto;
	padding-right: 207px;
	padding-top: 20px;
	width: 100%;
	position:absolute;
	background-color: transparent;
	z-index: 100;
}
#topbar h2 {
	color: #fff;
	font-weight:normal;
	font-size:18px;
	text-align:right;
	margin-bottom: 30px;
}
#topbar h2 a {
    color: #fff;
    font-weight: normal;
}
#topbar h2 a:hover {
    color: #d2a266;
    text-decoration: none;
    font-weight: normal;
}
#menu{
    height: auto;
    z-index: 100;
    background-repeat: repeat-x;
    padding-left: 100px;
	padding-right: 100px;
    
}
#topbar img{
	margin-bottom:4px;
	margin-left: 5px;
}
.navbar-nav{
	margin:0px;
	margin-top:25px;
	padding:0px;
	
}

.navbar-outer{
	width: 1200px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    margin-left: 43px;
    font-weight: normal;
    margin-top: 30px;
	margin-bottom: 10px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #d2a266;
   
	
}
.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: #d2a266;
    
}
.dropdown-menu a{
    font-weight: 600;
    color: #000;
}
.dropdown-menu a:hover {
color: #497fed !important;
}
.dropdown-menu a:focus {
color: #497fed !important;
}
/*#####################################################################################################################*/
/* Formularz */
/*#####################################################################################################################*/
.form-control2 {
	display: block;
	width: 500px;
	height: 250px;
	padding-top: 2px;
	margin-top: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #000;
	background-color: rgba(255,255,255,0.73);
	background-image: none;
	border: 1px solid #333;
	border-radius: 0px;

	font-style: normal;
}
.form-control2:focus {
	border: 1px solid #d2a266;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	background-color: #fff;
	color: #000;
}
.form-control2::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control2:-ms-input-placeholder {
  color: #000;
}
.form-control2::-webkit-input-placeholder {
  color: #000;
}


.form-control {
	display: block;
	width: 500px;
	height: 50px;
	padding-top: 2px;
	margin-top: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #000;
	background-color: rgba(255,255,255,0.73);
	background-image: none;
	border: 1px solid #333;
	border-radius: 0px;
	
	font-style: normal;
}
.form-control:focus {
	border: 1px solid #d2a266;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	background-color: #fff;
	color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}




/*#####################################################################################################################*/
/*ZAKRES	*/
/*####################################################################################################################*/
.box{
    background-color: #497fed;
    max-height: 230px;
    max-width: 230px;
	padding-top: 40px;
	padding-bottom: 40px;
	
    
}
.box:hover{
    background-color: #ff7f00;
    
}
.box3{
    background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 3px 99px 0 rgba(46,46,46,0.10);
    -moz-box-shadow: 0 3px 99px 0 rgba(46,109,240,.1);
    box-shadow: 0 3px 99px 0 rgba(46,46,46,0.10);

    
}
.radius{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.radius2{
	border-radius: 5px;

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


a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #fff;
}



/*#####################################################################################################################*/
/*onas*/
/*####################################################################################################################*/
#onas{
    height: auto;
    padding-top: 90px;
    background-color: #fff;
    padding-bottom: 70px;
	margin-top: 0px;

}

#onas h3{
    font-size: 32px;
    font-weight: normal;
    color: #ba8f59;
    text-align: left;
    text-decoration: none;
 
	
}
#onas h2{
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-decoration: none;

}
#onas p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
}
#onas li{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
    list-style-image: url(../images/li.png); 
	line-height: 43px;
}
/*#####################################################################################################################*/
/*kontakt*/
/*####################################################################################################################*/
#kontakt{
    height: auto;
    padding-top: 190px;
    background-color: #fff;
    padding-bottom: 70px;
    margin-top: 0px;
    background-image: url(../images/baner.jpg);
}

#kontakt h3{
    font-size: 32px;
    font-weight: normal;
    color: #ba8f59;
    text-align: center;
    text-decoration: none;
 
	
}
#kontakt h2{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0% center;
}
#kontakt p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: justify;
    text-decoration: none;
}
/*#####################################################################################################################*/
/*oferta*/
/*####################################################################################################################*/
#oferta{
    height: auto;
    padding-top: 90px;
    background-color: #fff;
    padding-bottom: 70px;
    margin-top: 0px;
    background-image: url(../images/baner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% top;
    background-attachment: fixed;
}

#oferta h2{
    font-size: 32px;
    font-weight: normal;
    color: #ba8f59;
    text-align: center;
    text-decoration: none;
 
	
}
#oferta h3, #oferta h3 a{
    font-size: 23px;
    font-weight: normal;
    color: #333;
    text-align: center;
    text-decoration: none;
	margin-top: 70px;

}

#oferta h3 a:hover{
    
    color: #ba8f59;
   

}
.boxoferta{
    background-color: rgba(255,255,255,0.58);
    border-radius: 9px;
    border: thin solid #ba8f59;
    min-height: 390px;
    padding: 60px;
}
/*#####################################################################################################################*/
/*uslugi*/
/*####################################################################################################################*/
#uslugi{
    height: auto;
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 70px;
    margin-top: 0px;
    background-image: url(../images/baner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% top;
    background-attachment: fixed;
}

#uslugi h2{
    font-size: 32px;
    font-weight: normal;
    color: #ba8f59;
    text-align: center;
    text-decoration: none;
 
	
}
#uslugi h4{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#uslugi h3, #uslugi h3 a{
    font-size: 23px;
    font-weight: normal;
    color: #333;
    text-align: center;
    text-decoration: none;
	margin-top: 70px;

}

#uslugi h3 a:hover{
    
    color: #ba8f59;
   

}
.boxuslugi{
    background-color: #fff;
    border-radius: 9px;
    border: thin solid #ba8f59;
    min-height: 350px;
    padding: 60px;
}
/*#####################################################################################################################*/
/*podstrona*/
/*####################################################################################################################*/
#podstrona{
    height: auto;
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 70px;
	margin-top: 0px;

}
#podstrona h5{
    font-size: 20px;
    font-weight: normal;
    color: #db2527;
    text-align: center;
    text-decoration: none;
   
}
#podstrona h3{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: -60px;
}
#podstrona h2{
    font-size: 36px;
    font-weight: bold;
    color: #5e666f;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#podstrona p{
    font-size: 20px;
    font-weight: normal;
    color: #1a2129;
    text-align: left;
    text-decoration: none;
}

#podstrona p a{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-decoration: none;
}
#podstrona p a:hover{
    font-size: 20px;
    font-weight: normal;
    color: #db2527;
    text-align: left;
    text-decoration: none;
}
#podstrona img{
   margin: 10px;
}
#podstrona li{
    font-size: 20px;
    font-weight: normal;
    color: #1a2129;
    text-align: left;
    text-decoration: none;
    list-style-image: url(../images/images/li.png);
}





/*#####################################################################################################################*/
/*STOPKA*/
/*####################################################################################################################*/
#logostopka{
    text-align: center;
    height: auto;
    background-repeat: no-repeat;
    background-color: #333;
    padding: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
    
}
#logostopka h6{
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin-top: 30px

}
#stopka{
    text-align: center;
    height: auto;
    background-repeat: no-repeat;
    background-color: #F1F1F1;
    padding: 0px;
    padding-bottom: 40px;
    padding-top: 70px;
}


#stopka p{
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

#stopka p a{
	color: #333;

}
#stopka p a:hover{
	color: #333;
	text-decoration: underline;
}




/*#####################################################################################################################*/
/* GOOGLE MAPS*/
/*#####################################################################################################################*/
.google-maps {
        position: relative;
        padding-bottom: 18%; // 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;
		
  }  
  
 
}
    }
