@media screen and (max-width: 1366px) {
	.container {
		max-width: 94%;
	}
}
@media screen and (max-width: 1199px) {
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.slogan {
		padding: 20px;
	}
	.slogan h1 {
		margin-bottom: 15px;
	}
	.sub h1,
	.sub .h1 {
		font-size: clamp(1.5rem, 4rem, 5vw) !important;
	}

	.grid-item, .grid-sizer {
		min-height: 20px;
	}
}
@media screen and (max-width: 1023px) {
	#navbar {
		height: 75px;
	}
	.navbar__toggler {
		display: block;
		padding: 4px;
		border: 1px solid black;
		background: none;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: black;
		margin: 4px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler.show {
		border-color: transparent;
		padding: 0;
	}
	.navbar__toggler.show span:nth-child(2) {
		opacity: 0;
		height: 0;
	}
	.navbar__toggler.show span:first-child {
		-webkit-transform: rotate(-45deg) translateY(4.5px);
		transform: rotate(-45deg) translateY(4.5px);
	}
	.navbar__toggler.show span:last-child {
		-webkit-transform: rotate(45deg) translateY(-4.5px);
		transform: rotate(45deg) translateY(-4.5px);
	}
	.navbar-nav {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50vw;
		min-width: 270px;
		height: 100vh;
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
	}
	.navbar-nav.show {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
	.navbar-nav li,
	.navbar-nav a {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav li::after,
	.navbar-nav a::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: white;
	}
	.navbar-nav a:hover,
	.navbar-nav a:focus,
	.navbar-nav a.active {
		background: #eaca73;
		color: white;
	}
	.navbar-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.05);
		max-height: 0;
	}
	.navbar-nav .dropdown a:hover,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a.active {
		background: #deac23 !important;
		color: white;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}
	#navbar.affix .navbar-nav > li > a {
		padding: 15px;
	}
}
@media screen and (max-width: 800px) {
	.container-fluid {
		width: 100%;
		max-width: 94%;
		margin: 0 auto;
	}
	.home #main,
	#o-mnie .container,
	#kontakt .container {
		padding: 30px 0;
	}
	.home #main .row:first-child {
		margin-bottom: 30px;
	}
	#main .col-3,
	#o-mnie .col-5,
	#kontakt .col-5,
	#main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#kontakt .col-5 {
		text-align: center;
	}
	#kontakt .col-5.ce {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	#main .col-4,
	#main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.title h2 {
		line-height: 1em;
	}
	.title h2 small {
		line-height: 1em;
	}
	.title h2 strong {
		font-size: 5rem;
	}
}
@media screen and (max-width: 640px) {
	.slogan {
		max-width: 100%;
		min-width: 10px;
	}
	.grid-sizer,
	.grid-item {
		width: calc(33.33334% - 9px);
	}
	.grid-item--double {
		width: 65.33334%;
	}
}
@media screen and (max-width: 600px) {
	form fieldset.col {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#main .col-5,
	#main .col-7 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.sub h1,
	.sub .h1 {
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 480px) {
	.logo img {
		height: 25px !important;
	}
	.title h2 strong,
	#o-mnie .container h3 strong {
		font-size: 4rem;
	}
	#main .col-6 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	footer .cb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.madeby {
		margin-top: 15px;
	}
	.sub h1,
	.sub .h1 {
		font-size: 3rem;
	}
	.grid-sizer,
	.grid-item {
		width: calc(50% - 5.5px);
	}
	.grid-item--double {
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	.container {
		max-width: 90%;
	}
	.sub h1,
	.sub .h1 {
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 375px) {
	.downloads a {
		padding: 15px;
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.downloads .text strong {
		line-height: 1.3em;
	}
	.downloads a img {
		max-width: 25px;
		margin-right: 15px;
	}
	.title h2 strong,
	#o-mnie .container h3 strong {
		font-size: 3rem;
	}
	.title h2 small {
		font-size: 1.1rem;
	}
	.title h2 small,
	.title h2 strong {
		display: block;
		line-height: 1em;
	}
}
@media screen and (max-width: 360px) {
	#kontakt .ic .ic {
		font-size: 1.5rem;
	}
	#kontakt .ic .ic img {
		height: 24px;
	}
}
@media screen and (max-width: 320px) {
	.logo img {
		height: 20px !important;
	}
	.slogan h1 {
		font-size: 1.7rem;
	}
	.sub h1,
	.sub .h1 {
		font-size: 2.2rem;
	}
}
/*# sourceMappingURL=rwd.min.css.map */
