/* reset marginesów oraz dopełnień */
html, body, ul, li { margin: 0; padding: 0;}

/* resetowanie ramek obrazków */

html, body { height: 100%; min-width: 360px;}

body {
	background-color: #fff;
	font-size: 1em;
	min-height: 750px;
	}

/* reset wysokości linii i fontu */
h1, h2, h3, h4, ul, li, p, div { margin: 0; padding: 0; font-size: 1em; line-height: 24px; color: #4b4b4b; font-family: 'Lato', sans-serif; font-weight: normal;}

a { outline-style: none; /*nie pojawia się kropkowana ramka po naciśnięciu na link*/
	text-decoration: none;
	color: #424242;
	}

a:hover {
	color: #f8f8f8;
	}

.content a:hover {
	color: #900;
	}

/* KOLORY

szary tekst: #383838
czerwony: #8d0b0e
niebieski: #002b52

*/

.hidden {
	opacity: 0;
	}

tbody {
	border: none;
	}

img {
	}

.clear {
	clear: both;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.center {
	text-align: center;
	}

.mobile {
	display: none;
	}

.justify {
	text-align: justify;
	}

a#hide {
	cursor: pointer;
}

.content {
	max-width: 1000px;
	padding: 0 25px;
	margin: 0 auto;
	overflow: hidden;
	}

section h2 {
	background-image: url(../gfx/h2-bg.png), url(../gfx/h2-bg.png);
	background-position: center left, center right;
	background-repeat: no-repeat, no-repeat;
	padding: 0 70px 0 70px;
	display: table;
	margin: 110px auto 70px auto;
	color: #29c3f9;
	font-size: 1.6em;
	}

#top-container {
	background: url(../gfx/top-bg.jpg) no-repeat center center;
	height: calc(100vh - 170px);
	padding-top: 170px;
	background-size: cover;
	}

body.not-front #top-container {
	height: 150px;
	}

.header-nav {
	height: 110px;
	position: fixed;
	top: 30px;
	width: 100%;
	-webkit-transition: 0.5s;
    transition: 0.5s;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	}

#logo {
	width: 136px;
	height: auto;
	float: left;
	padding-top: 22px;
	-webkit-transition: 0.5s;
    transition: 0.5s;
	}

#logo h1 a {
	width: 136px;
	height: 65px;
	display: block;
	background: url(../gfx/logo-mysza-software.png) no-repeat center center;
	background-size: contain;
	-webkit-transition: 0.5s;
    transition: 0.5s;
	}

#logo h1 span {
	display: none;
	}

nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0 25px;
	}

nav ul li a {
	color: #fff;
	}

.content nav ul li a:hover {
	color: #949494;
}

.resized .content nav ul li a:hover {
	color: #900;
}

#support-btn {
	border: solid 1px #fff;
	border-radius: 5px;
	padding: 5px 20px;
	font-size: 0.8em;
}

.resized #support-btn {
	border: solid 1px #000;
}

#site-navigation {
	float: right;
	padding-top: 42px;
	}

#site-navigation .mobile-icon {
	display: none;
	}

.blok-foto {
	max-width: 700px;
	}

.blok-foto h2,
.blok-foto h3,
.blok-foto p {
	color: #fff;
	-webkit-text-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 1);
	-moz-text-shadow:    1px 1px 0px 0px rgba(0, 0, 0, 1);
	text-shadow:         1px 1px 0px 0px rgba(0, 0, 0, 1);
	}

.blok-foto h3 {
	font-size: 1.2em;
	font-weight: 900;
	}
	
.blok-foto h2 {
	font-size: 1.9em;
	font-weight: 900;
	padding: 20px 0 20px 30px;
	line-height: 30px;
	}

.content-foto {
	height: calc(100vh - 170px);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	align-items: center;
	}

body.not-front .content-foto {
	height: 150px;
	}

.resized .header-nav {
	background: #fff;
	height: 90px;
	border: none;
	top: 0;
	}

.resized #logo h1 a {
	background: url(../gfx/logo-kolor-mysza-software.png) no-repeat center center;
	background-size: contain;
	}

.resized #logo {
	padding-top: 13px;
	}

.resized nav ul li a {
	color: #000;
	}

.resized #site-navigation {
	padding-top: 33px;
	}

#part2 {
	text-align: center;
	}

.blok {
	margin-bottom: 50px;
	}

#part2 .blok {
	width: 283px;
	display: inline-block;
	vertical-align: top;
	}

#part2 .blok p {
	text-align: justify;
	}

#part2 .blok:nth-child(3) {
	width: 383px;
	}

#part2 .blok:nth-child(3) .tresc {
	padding: 0 25px;
	margin: 0 25px;
	border-right: 1px solid #4b4b4b;
	border-left: 1px solid #4b4b4b;
	}

#part2 .blok h3 {
	font-size: 1em;
	font-weight: 700;
	padding: 5px 0 10px 0;
	}

.group {
	max-width: 1000px;
	margin: 0 auto;
	}

#part3,
#part4 {
	width: calc(50% - 2px);
	display: inline-block;
	vertical-align: top;
	}

footer {
	height: 216px;
	background: url(../gfx/footer-bg.jpg) center center no-repeat;
	}

footer p {
	color: #fff;
	}

footer .right p {
	text-align: right;
	}

section ul li {
	list-style: inside;
	}

.referencje {
	width: 700px;
	height: auto;
	max-width: 90%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}





















@media all and (max-width: 1022px) {
	
	#part2 .blok:nth-child(3) .tresc {
		padding: 0 0 0 25px;
		margin: 0 0 0 25px;
		border-right: none;
		border-left: 1px solid #4b4b4b;
		}
	
	#part2 .blok {
		width: 320px;
		}
	
	#part2 .blok:nth-child(3) {
		width: 370px;
		}
	
	}


@media all and (max-width: 940px) {
	
	#top-container ul.topnav li {
		display: none;
		}
	
	#top-container ul.topnav li.mobile-icon {
		display: block;
		text-indent: -9999px;
		background: url(../gfx/mobile-menu.svg) no-repeat center center;
		background-size: contain;
		height: 17px;
		width: 25px;
		margin-top: 4px;
		position: absolute;
		top: -85px;
		right: 15px;
		}
	
	#top-container.resized ul.topnav li.mobile-icon {
		position: absolute;
		background: url(../gfx/mobile-menu-black.svg) no-repeat center center;
		background-size: contain;
		margin-top: 0;
	}
	
	#top-container.resized ul.topnav li.mobile-icon {
		top: -75px;
		}
	
	#top-container ul.topnav li.mobile-icon a {
		display: block;
		height: 17px;
		width: 25px;
		}
	
	.topnav {
		min-height: 43px;
		position: relative;
		}
	
	.topnav.responsive {
		background: #fff;
		width: 100%;
		padding: 10px 0;
		}
	
	#top-container ul.topnav.responsive li {
		display: block;
		text-align: center;
		text-transform: uppercase;
		padding: 5px 0;
		}
	
	#top-container ul.topnav.responsive li a {
		color: #4b4b4b;
		}
	
	#site-navigation {
		width: 100%;
		}
	
	#support-btn {
		border: none;
		font-size: 1em;
	}

	.resized #support-btn {
		border: none;
	}

	}

@media all and (max-width: 815px) {
	
	#part3,
	#part4 {
		width: 100%;
	}
	
	}


@media all and (max-width: 760px) {
	
	#part2 .blok:nth-child(3) .tresc {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border-right: none;
		border-left: none;
		}
	
	#part2 .blok {
		width: 100%;
		}
	
	#part2 .blok:nth-child(3) {
		width: 100%;
		}
	
	}


@media all and (max-width: 500px) {
	
	footer .left {
		float: none;
		text-align: center;
		margin: 0 auto;
		}

	footer .right {
		display: none;
		}

	}

.cookies {
  display: block;
  position: fixed;
  padding: 3px 15px;
  background: #4b4b4b;
  border: solid 1px #f8f8f8;
  bottom: 0;
  right: 0;
  max-width: 100%;
}

.cookies p {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
}

.cookies a {
  color: #ff7e00;
}





















