/*#####################################################################################################################*/
/* ------------------------------------------- Własny CSS -------------------------------------------------------------*/ 
/*#####################################################################################################################*/

/*#####################################################################################################################*/
/* Główne*/
/*#####################################################################################################################*/
/*#####################################################################################################################*/
/* DROP DOW HOVER MENU/
/*#####################################################################################################################*/


body{
	font-family: 'Montserrat', sans-serif;
	color: #121514;
	background-color: #FFFFFF;
}
html{
		margin-top: 0 !important;
	}

/*MEDIA */
.fa {
  padding: 4px;
  padding-left:1px;
  padding-right:1px;
  font-size: 18px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-top:0px;
  margin-left:11px;
  margin-right:11px;

}
/* Add a hover effect if you want */
.fa:hover {
	background: transparent;
	color:#ff6600;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: transparent;
  color:#fff;
}
/* Youtube */
.fa-youtube {
  background: transparent;
  color:#fff;
}
/* Insta */
.fa-instagram {
   background: transparent;
  color:#fff;
}
/* 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: #1e72b9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
a:hover.back-to-top {
	background-color: #e2b701;
}
#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;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}
.btn-rezerwuj{
	background-color:#ff6600;
	border-radius: 32px;
	border: 0px;;
	font-weight: bold;
	color: #fff;

}
.btn-rezerwuj:hover{
	background-color:#ff7f2a;
	color: #fff;

}
.btn-box{
	background-color: #fbcb2d;
	width: auto;
	border-radius: 0px;
	font-weight: bold;
	color: #000;
	

}

.btn-box:hover{
	background-color: #2391ed;
	width: auto;
	border-radius: 0px;
	font-weight: bold;
	

}
.btn-blue2{
	background-color: #1e72b9;
	width: auto;
	border-radius: 0px;
	border: medium solid #1e72b9;
	font-weight: bold;
	color: #fff;
	min-width:290px;
	padding: 20PX;

}

.btn-blue2:hover{
	background-color: #2391ed;
	width: auto;
	border-radius: 0px;
	border: medium solid #2391ed;
	font-weight: bold;
	color: #fff;
	min-width:290px;
	padding: 20PX;

}




.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: #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: #223d7d;
    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: 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: #32bade;
	color: #fff;
	
}

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: #fff;
	color: #ff6600;
	
}

.podstronapadding{
	margin-top:140px;
	
}
.podstronapadding2{
	margin-top:140px;
	margin-bottom:0px;
}
.rowmargin{
	margin-top:15px;
	
}
.btnmargin{
	margin-top:80px;
	
}

/*#####################################################################################################################*/
/* Karuzela */
/*#####################################################################################################################*/

.ramka{
    border-left: thick;
    border-right: thick dotted rgba(255,255,255,1.00);
    border-bottom: thick;
    border-top: thick;
}
.carousel .item {
	width: 100%;
	max-height: 100%;
}

.carousel .item img {
	width: auto;
}

.carousel .carousel-control{
	background: none;
	border: none;
	top: 50%;
}

.carousel-caption{
	top: 300px;
	bottom: auto;
	transition: all 0.7s ease;
}
.carousel-caption h1,.carousel-caption h1 a{
	font-weight: 700;
	color: #fff;
	padding-top: 0px;
	font-size: 45px;
	text-align: left;
	font-style: normal;
	line-height: 80px;
	margin-left: 10px;
	
}
.carousel-caption h1 a:hover{
	font-weight: 700;
	line-height: auto;
	color: #fbcb2d;
	padding-top: 30px;
	font-size: 45px;
	text-align: left;
	font-style: normal;
	
}
.carousel-caption p{
	font-weight: normal;
	line-height: auto;
	color: #fff;
	font-size: 18px;
	text-align: left;
	width: 500px;
	text-shadow: 1px 1px 1px #000;
}
.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: #fff;
    padding-top: 0PX;
    padding-bottom: 0PX;
    border-left: 180px;
    border-right: 180px;
    border-top: 0px;
    background-repeat: repeat-x;
    z-index: 20000;
    border-bottom: thin solid rgba(227,227,227,1.00);
}
.menubg{
    background-image: url("../images/baner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-nav{
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    background-size: cover;	
}

.navbar-outer{
	width: 100%;
}

.navbar-light .navbar-nav .nav-link  {
    color: #3d3c3a;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 0px;
    font-weight: bold;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    border: thin solid rgba(255,255,255,1.00);
 }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #1e72b9;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 0px;
    font-weight: bold;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    border: thin solid rgba(255,255,255,1.00);
	
}
.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: #1e72b9;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 0px;
    font-weight: bold;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    border: thin solid rgba(255,255,255,1.00);
}
.navbar-toggler{
	background-color: #1e72b9;
	padding-left:8px;
	padding-right:8px;
	border-radius: 0px;
	
}

.navbar-toggler:hover{
	background-color: #e2b701;
}

.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: #fff;
    background-color: rgba(0,0,0,0.77);
    background-clip: padding-box;
    border: 1px solid #1e72b9;
    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: #fff;
    outline: 0;
    background-color: #000;
    color: #fff;
    box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}




/*#####################################################################################################################*/
/*ONAS	*/
/*####################################################################################################################*/
.ramkaimg{
    border: thick solid rgba(255,255,255,1.00);

}

#onas{
	height: auto;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 10px;

}
#onas h2{
    text-align: center;
    font-size: 25px;
    color: #1071b8;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
	



#onas h3{
	
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
	margin-top: 22px;
	
}

#onas p{
	text-align: justify;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin-top:5px;
}
#onas h3{
	text-align: center;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin-top:0px;
}
#onas h4{
	text-align: center;
	font-size: 55px;
	color: #1e72b9;
	font-weight: 800;
	margin-top:5px;
}
#onas li{
	text-align: left;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin-top:5px;
	list-style-image: url("../images/li.png")
}
#onas li a{
	text-align: left;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin-top:5px;
	list-style-image: url("../images/li.png")
}

#onas li a:hover{
	text-align: left;
	font-size: 17px;
	color: #9a5983;
	font-weight: normal;
	margin-top:5px;
	list-style-image: url("../images/li.png")
}

#onas h6{
	text-align:center;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	

}

#onas h5{
	text-align:left;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	

}




/*#####################################################################################################################*/
/*ZAKRES	*/
/*####################################################################################################################*/
.box{
    background-color: #1071b8;
    padding: 10px;
    max-height: 400px;
    max-width: 400px;
	padding-top: 50px;
	padding-bottom: 50px;
    
}


#zakres{
    height: auto;
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../images/paralax.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#zakres h2{
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
	

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #fff;
}
#zakres h3{
	
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 22px;
	
}

#zakres p{
	
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
	margin-top: 22px;
	
}

#zakres h4{
	text-align:center;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	padding: 10px;

}


/*#####################################################################################################################*/
/*LICZBY	*/
/*####################################################################################################################*/


#liczby{
	height: auto;
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;

}
#liczby h2{
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    
    text-transform: uppercase;
}
	



#liczby h3{
	
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0px;
	margin-top: 0px;
	
}
#liczby h4{
	
    text-align: center;
    font-size: 75px;
    color: #1e72b9;
    font-weight: 700;
    margin-bottom: 0px;
	margin-top: 0px;
	
}

/*#####################################################################################################################*/
/*oferta*/
/*####################################################################################################################*/
#oferta{
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center top;
}
#oferta2{
	margin-top: 90px;
	background-repeat: no-repeat;
	background-position: center top;
}
#oferta img, #loga2 img    {
	filter: grayscale(0%);
	
}
#oferta img:hover , #loga2 img:hover  {
	filter: grayscale(0%);
}
#oferta2 h2, #oferta2 h2 a{
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    
    text-transform: uppercase;
}

#oferta h3, #oferta h3 a{
	
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
	margin-top: 20px;
	
}

#oferta h3 a:hover{
	
    text-align: center;
    font-size: 17px;
    color: #2391ed;
    font-weight: 700;
    margin-bottom: 0px;
	margin-top: 20px;
	
}

#oferta p{
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    text-align: justify;
}




/*#####################################################################################################################*/
/*LOGA*/
/*####################################################################################################################*/


#loga{
	height: auto;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 00px;

}
#loga h2{
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    
    text-transform: uppercase;
}
#loga2{
	height: auto;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;

}









/*#####################################################################################################################*/
/*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: 100;
	margin: 0px;
	margin-top:30px;
}

#kontakt h6 a{
	color: #fff;
	
}
#kontakt h6 a:hover{
	color: #fff;
	text-decoration:underline;
	
}
.kontakt{
    background-image: url("../images/kontakt.jpg");
    background-size: cover;
    background-position: 0% bottom;
	padding-top: 100px;
}

/*#####################################################################################################################*/
/*IKONY	*/
/*####################################################################################################################*/
#ikony {
    padding: 20px;
   
}
#ikony img{
	margin: 2px;
}



#ikony p {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    list-style-image: none;
	text-align:left;
	margin-top: 30px;

}

#ikony h1{
	font-size: 20px;
	color: #9a5983;
	margin-top: 20px;
	font-weight: bold;
	text-align: left;
	
}
/*#####################################################################################################################*/
/*STOPKA	*/
/*####################################################################################################################*/

#stopka img{
	margin: 5px;
}

#stopka{
    height: auto;
    padding-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/kontakt.jpg);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}


#stopka li a, #stopka li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    list-style-image: none;
	list-style: none;
	margin-left: -19px;
	line-height: 27px;
}
#stopka li a:hover {
    color: #fbcb2d;
    font-size: 13px;
    font-weight: 400;
    list-style-image: none;
	list-style: none;
	margin-left: -19px;
	
}
#stopka p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    list-style-image: none;
	text-align:left; 

}
#stopka h6 {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    list-style-image: none;
	text-align:center; 

}
#stopka h2 {
text-align: center;
font-size: 25px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
margin-top: 20px;
text-transform: uppercase;

}
#stopka p a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    list-style-image: none;
}
#stopka p a:hover {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    list-style-image: none;
	text-decoration: underline;
}

#stopka h3, #stopka h3 a{
	font-size: 22px;
	color: #1e72b9;
	margin-bottom: 60px;
	text-align: left;
	margin-top: 30px;
	font-weight: 600;
}
#stopka h3 a:hover{
	color: #e2b701;
	
}
/*#####################################################################################################################*/
/* 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;
		
  }  
  
 
   
