@media screen and (max-width: 980px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		
	}
	
	.container {
		padding: 20px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.intro .container {
		padding: 0 10px !important;
	}
	#header {
		height: auto;
	}
	#header .logo {
		width: auto;
	}
	#header .logo img {
		width: 200px;
		float: none;
	}
	#header .bg {
		background-attachment: fixed;
		-webkit-background-attachment: fixed;
		-moz-background-attachment: fixed;
		-o-background-attachment: fixed;
	}
	#main .intro .quote {
		font-size: 24px;
		
	}
	#main .intro .quote p {
		background-color: rgba(0,0,0, .25);
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 20px;
	}
	#main .intro .quote:before, #main .intro .quote:after {
		display: none;
	}
	#header .frame {
		margin-bottom: 0;
	}
	.grid-item {
		width: calc(50% - 25px);
		margin-bottom: 30px;
		text-align: center;
	}
	.left, .right {
		float: none;
		width: 100%;
	}
	.about {
		text-align: center;
	}
	.about .right, .about .left {
		width: 100%;
		margin: 0;
	}
	.about .left {
		margin-bottom: 15px;
	}
	.about .left img {
		max-width: 100%;
		height: auto;
	}
	.right ul li {
		width: 100%;
		float: none !important;
	}
	.about .right ul li:first-child {
		width: 100%;
	}
	.about .right ul li:last-child {
		width: 100%;
	}
	.right ul {
		margin-bottom: 15px;
	}
	.contact ul li {
		float: none;
		width: 100%;
		margin-bottom: 45px;
	}
	h2.title {
		font-size: 26px;
	}
	.kontakt ul li {
		width: 100%;
		float: none;
		margin-bottom: 45px;
	}
	.copyright {
		float: none;
		top: 0;
		margin: 0;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.grid-item {
		width: calc(100% - 25px);
		margin-bottom: 30px;
	}
}