body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
	font-family: 'Exo 2', sans-serif;
	padding: 0;
	margin: 0;
}

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

.zdj {
	width: 100%;
	height: auto;
	display: block;
}

.container {
	max-width: 1197px;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 90px;
    background-color: rgba(18,49,87,0.7);
	/*background-color: #0b26435;*/
	position: absolute;
}

.flex1 {
	display: flex;
}

#menu-div, #mocne-strony {
	justify-content: space-between;
}

#logo {
	width: auto;
	height: auto;
	background-color: #0b2643;
	padding: 25px 20px 23px 20px;
}

#menu-kontakt {
	padding-top: 17px;
	/*flex-grow: 2;*/
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}

#menu-kontakt .header-icon-tel, #menu-kontakt .header-icon-mail {
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid white;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 18px;
	margin-top: 14px;
}

#menu-kontakt .header-icon-tel {
	background-image: url('../img/header-icon-tel2.png');
}

#menu-kontakt .header-icon-mail {
	background-image: url('../img/header-icon-mail2.png');
}

#menu {
	padding-top: 17px;
	/*flex-grow: 2;*/
}


#menu li {
	list-style: none;
	text-decoration: none;
	font-size: 20px;
	padding: 0 25px;
	/*border: 1px solid white;*/
	position: relative;
	white-space: nowrap;
}

#menu li a:before, #menu li a:after {
	content: "~";
	display: inline-block;
	position: absolute;
}

#menu li a:before {
	left: 11px;
	transition: all 0.4s;
}

#menu li a:after {
	right: 11px;
	transition: all 0.3s;
}

#menu li a:hover:before {
	left: 7px;
}

#menu li a:hover:after {
	right: 7px;
}



#slider {
	width: 100%;
	height: 645px;
	background: url(../img/slider1.jpg) center center fixed;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
  	justify-content: center;
}

#slider h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

#slider button {
	font-family: 'Exo 2', sans-serif;
	font-size: 19px;
	color: #fff;
	padding: 17px 35px;
	background-color: #0b2643;
	border: 0px;
	border-radius: 15px;
}

#slider button p {
	margin: 0px;
	padding: 0px;
}


#slider button p:before {
	 content: " ";
	 display: inline-block;
	 /*border: solid white 3px;*/
	 background-image: url('../img/strzalka.png');
	 width: 24px;
	 height: 13px;
	 margin-bottom: -3px;
	 margin-right: 10px;

}

#slider button p:after {
	 content: " ";
	 display: inline-block;
	 /*border: solid white 3px;*/
	 background-image: url('../img/strzalka.png');
	 width: 24px;
	 height: 13px;
	 margin-bottom: -3px;
	 margin-left: 10px;

}

#mocne-strony {
	font-size: 21px;
	color: #fff;
	background-color: #fff;
	height: 165px;
	margin-top: -70px;
}

.mocne-1, .mocne-2, .mocne-3, .mocne-4 {
	align-items: center;
  	justify-content: center;
  	width: 25%;
  	box-sizing: border-box;
  	background-repeat: no-repeat;
	background-position: 90% 80%;
	transition: all 0.5s;
}

.mocne-1:hover, .mocne-2:hover, .mocne-3:hover, .mocne-4:hover {
		font-size: 26px;
		background-position: 85% 75%;
}

.mocne-1, .mocne-3 {
	background-color: #0b2643;
}

.mocne-2, .mocne-4 {
	background-color: #234d7f;
/*	margin-top: -4px;
	margin-bottom: 4px;*/
}

#mocne-strony p {
	text-align: center;
}

.mocne-1 {
	background-image: url('../img/bar-icon1.png');
	background-size: 62px 64px;
}

.mocne-2 {
	background-image: url('../img/bar-icon2.png');
	background-size: 86px 54px;
}

.mocne-3 {
	background-image: url('../img/bar-icon3.png');
	background-size: 56px 50px;
}

.mocne-4 {
	background-image: url('../img/bar-icon4.png');
	background-size: 70px 54px;
}


#o-nas .row {
	padding-top: 80px;
}

#o-nas {
	font-size: 20px;
	font-weight: 300;
	color: #0b2643;
}

#o-nas h3, #zdjecia h3, #kontakt h3 {
	font-size: 28px;
	font-weight: 700;
	color: #0b2643;
	margin-top: 14px;
	text-align: center;
}

#o-nas strong {
	font-weight: 600;
}

.zdj-1, .zdj-2 {
	width: 45%;
}

.o-nas-1, .o-nas-2 {
	width: 55%;
}

.o-nas-1 {
	padding-left: 40px;
}

.o-nas-2 {
	padding-right: 40px;
	padding-top: 30px;
}

.zdj-1 {
	position: relative;
}

/*.zdj-1 span:after {
	content: "";
	display: block;
	border-top: 1px solid white;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	width: 50%;
}

.zdj-1 span:before {
	content: "";
	display: block;
	border-right: 1px solid white;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	height: 50%;
}
*/
#zdjecia, #kontakt {
	margin-top: 70px;
}


#zdjecia .galeria {
	display: flex;
	flex-wrap: wrap;
}

#zdjecia .galeria .single-img {
	width: 25%;
	position: relative;
	/*flex: auto;*/
}

.galeria a {
	width: calc(25% - 1px);
	position: relative;
	display: block;
	border-right: 1px solid white;
	border-bottom: 1px solid white;

}

.galeria a:last-child {
	border-right: none;
}

#kontakt {
	position: relative;
}

#mapa1 {
	height: 500px;
	width: 100%;
	border: 1px solid #DCDCDC;
	padding: 0px;
	z-index: 10;
}

#kontakt-tlo {
	background-color: #0b2643;
	width: 100%;
	height: 350px;
	/*border: 1px solid red;*/
	position: absolute;
	top: 300px;
	z-index: -1;

}

#kontakt-details {
	color: #fff;
	background-color: #0b2643;
	height: 180px;
	/*border: 1px solid yellow;*/
	z-index: 10;
}

#kontakt-details .container {
	justify-content: space-around;	
}

#kontakt-details .container p {
	font-size: 21px;
	padding-top: 30px;
}

#kontakt-details .container .details {
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid white;
	margin-top: 37px;
	margin-right: 15px;
}

#kontakt-details .container .kontakt-div-email {
	background-image: url("../img/icon-footer-mail.png");
}

#kontakt-details .container .kontakt-div-tel {
	background-image: url("../img/icon-footer-tel.png");
}

#kontakt-details .container .kontakt-div-point {
	background-image: url("../img/icon-footer-point.png");
}

#footer {
	justify-content: space-between;
}

#footer p {
	color: #0b2643;
	font-size: 15px;
	margin: 8px;
	opacity: 0.8;
}


/*-----------------------Tabsy--------------------------------------------------------*/


.tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	color: #0b2643;
}

/* Change background color of buttons on hover */
.tab button:hover {
    /*background-color: #ddd;*/
}

/* Create an active/current tablink class */
.tab button.active {
    /*background-color: #ccc;*/
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}

/*-----------------------Tabsy END----------------------------------------------------*/