/*https://codepen.io/anon/pen/EdNxoE?editors=0100*/

* {
	margin: auto;
	padding: 0;
	box-sizing: border-box;
}

body {
    background-color: transparent !important;
    font-family: sans-serif;
}

@font-face {
    font-family: RobotoL;
    src: url("Roboto-Light.ttf");
}

@font-face {
    font-family: RobotoR;
    src: url("Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoT;
    src: url("Roboto-Thin.ttf");
}

.clear {
	clear: both;
}

#uvod .center h3 a {
	text-decoration: none;
	color: white;
}

table tr td a {
	text-decoration: none;
	color: white;
}

@media only screen and (min-width: 1380px) {
	.mobilm {
		display: none;
	}

	.menu {
		height: 70px;
		color: white;
		background-color: #960000;
		position: fixed;
		width: 100%;
		border-bottom: 0.5px solid #C00000;
		display: flex;
		justify-content: space-between;
		line-height: 70px;
	}

	.menu div:first-child span a {
		font-size: 25px;
		font-weight: 600;
		color: white;
		text-decoration: none;
		/*text-transform: uppercase;*/
		font-family: RobotoT;
	}

	.menu div:first-child span a i {
		font-size: 30px
	}

	.menu div:last-child a {
		display: inline-block;
		color: white;
		text-decoration: none;
		font-size: 22px;
		text-align: center;
		font-family: RobotoR;
		padding: 0 12px;
	}

	.menu div:last-child a i {
		margin-right: 8px;
	}

	.menu div:last-child a:hover {
		color: #EFBDBD;
	}

	#uvod, #sluzby, #kontakt {
		height: calc(100vh - 70px);
	}

	#uvod {
		background-image: url('klice3.jpg');
	  	background-size: cover;
	 	height: 100vh;
	 	display: flex;
	}

	.center {
		padding-top: 20px;
	}

	#uvod .center h1 {
		color: white;
		text-align: center;
		font-size: 80px;
		font-weight: 600;
		padding-bottom: 20px;
		font-family: RobotoL;
	}

	#uvod .center p {
		color: #B82525;
		font-size: 25px;
		text-align: center;
		line-height: 30px;
		font-family: RobotoR;
		padding-bottom: 30px;
		text-transform: uppercase;
	}

	#uvod .center span {
		color: white;
		text-align: center;
		font-size: 30px;
		font-family: RobotoR;
		display: block;
		padding-top: 20px;
	}

	#uvod .center h3 {
		font-weight: 600;
		font-size: 70px;
		margin-top: 20px;
		background-image: linear-gradient(90deg, rgba(150,0,0,0), rgba(150,0,0,0.4), rgba(150,0,0,0));
		width: 80%;
		text-align: center;
		font-family: RobotoR;
		display: block;
	}

	#sluzby {
		display: flex;
	}

	#sluzby div {
		flex: 1;
	}

	#sluzby h1 {
		color: #960000;
		font-size: 100px;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoT;
	}

	#sluzby p {
		text-align: center;
		font-family: RobotoR;
		font-weight: 700;
		font-size: 18px;
	}

	#sluzby ul {
		padding-left: 30px;
	}

	#sluzby ul li {
		color: #191919;
		font-size: 23px;
		line-height: 60px;
		list-style-type: square;
		font-family: RobotoR;
	}

	#kontakt {
		background-color: #960000;
		color: white;
		display: flex;
		height: calc(100vh - 99px);
	}

	#kontakt .mapa, #kontakt .kontakty {
		flex: 1;
		padding: 0px 50px 0px 50px;
	}

	#kontakt .mapa iframe {
		height: 500px;
	}

	#kontakt .kontakty h1 {
		font-size: 100px;
		padding-bottom: 40px;
		font-family: RobotoT;
	}

	#kontakt .kontakty table tr th {
		font-size: 25px;
		font-family: RobotoR;
		padding-bottom: 15px;
		font-weight: 900;
	}

	#kontakt .kontakty table {
		display: block
	}

	#kontakt .kontakty table tr td {
		line-height: 30px;
		font-size: 18px;
		font-family: RobotoR;
	}

	#kontakt .kontakty {
		text-align: left;
	}

	#kontakt .kontakty table tr td:first-child {
		font-weight: 700;
		width: 110px;
	}

	footer {
		width: 100%;
		background-color: #960000;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoL;
		text-transform: uppercase;
		color: white;
	}
}

@media only screen and (max-width: 1379.9px) and (min-width: 1220px) {
	.mobilm {
		display: none;
	}

	.menu {
		height: 70px;
		color: white;
		background-color: #960000;
		position: fixed;
		width: 100%;
		border-bottom: 0.5px solid #C00000;
		display: flex;
		justify-content: space-between;
		line-height: 70px;
	}

	.menu div:first-child span a {
		font-size: 25px;
		font-weight: 600;
		color: white;
		text-decoration: none;
		/*text-transform: uppercase;*/
		font-family: RobotoT;
	}

	.menu div:first-child span a i {
		padding-right: 20px;
		font-size: 30px
	}

	.menu div:last-child a {
		display: inline-block;
		color: white;
		text-decoration: none;
		font-size: 22px;
		text-align: center;
		font-family: RobotoR;
		padding: 0 12px;
	}

	.menu div:last-child a i {
		margin-right: 8px;
	}

	.menu div:last-child a:hover {
		color: #EFBDBD;
	}

	#uvod, #sluzby, #kontakt {
		height: calc(100vh - 70px);
	}

	#uvod {
		background-image: url('klice3.jpg');
	  	background-size: cover;
	 	height: 100vh;
	 	display: flex;
	}

	.center {
		padding-top: 20px;
	}

	#uvod .center h1 {
		color: white;
		text-align: center;
		font-size: 70px;
		font-weight: 600;
		padding-bottom: 20px;
		font-family: RobotoL;
	}

	#uvod .center p {
		color: #B82525;
		font-size: 22px;
		text-align: center;
		line-height: 30px;
		font-family: RobotoR;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	#uvod .center span {
		color: white;
		text-align: center;
		font-size: 25px;
		font-family: RobotoR;
		display: block;
		padding-top: 20px;
	}

	#uvod .center h3 {
		font-weight: 600;
		font-size: 60px;
		margin-top: 15px;
		background-image: linear-gradient(90deg, rgba(150,0,0,0), rgba(150,0,0,0.4), rgba(150,0,0,0));
		width: 80%;
		text-align: center;
		font-family: RobotoR;
		display: block;
	}

	#sluzby {
		display: flex;
	}

	#sluzby div {
		flex: 1;
	}

	#sluzby h1 {
		color: #960000;
		font-size: 80px;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoT;
	}

	#sluzby p {
		text-align: center;
		font-family: RobotoR;
		font-weight: 700;
		font-size: 18px;
	}

	#sluzby ul {
		padding-left: 30px;
	}

	#sluzby ul li {
		color: #191919;
		font-size: 22px;
		line-height: 55px;
		list-style-type: square;
		font-family: RobotoR;
	}

	#kontakt {
		background-color: #960000;
		color: white;
		display: flex;
		height: calc(100vh - 99px);
	}

	#kontakt .mapa, #kontakt .kontakty {
		flex: 1;
		padding: 0px 50px 0px 50px;
	}

	#kontakt .mapa iframe {
		height: 400px;
	}


	#kontakt .kontakty h1 {
		font-size: 80px;
		padding-bottom: 40px;
		font-family: RobotoT;
	}

	#kontakt .kontakty table tr th {
		font-size: 25px;
		font-family: RobotoR;
		padding-bottom: 15px;
		font-weight: 900;
	}

	#kontakt .kontakty table {
		display: block
	}

	#kontakt .kontakty table tr td {
		line-height: 30px;
		font-size: 18px;
		font-family: RobotoR;
	}

	#kontakt .kontakty {
		text-align: left;
	}

	#kontakt .kontakty table tr td:first-child {
		font-weight: 700;
		width: 110px;
	}

	footer {
		width: 100%;
		background-color: #960000;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoL;
		text-transform: uppercase;
		color: white;
	}
}

@media only screen and (max-width: 1219.9px) and (min-width: 1000px) {
	.mobilm {
		display: none;
	}

	.menu {
		height: 70px;
		color: white;
		background-color: #960000;
		position: fixed;
		width: 100%;
		border-bottom: 0.5px solid #C00000;
		display: flex;
		justify-content: space-between;
		line-height: 70px;
	}

	.menu div:first-child span a {
		font-size: 22px;
		font-weight: 600;
		color: white;
		text-decoration: none;
		/*text-transform: uppercase;*/
		font-family: RobotoT;
	}

	.menu div:first-child span a i {
		padding-right: 20px;
		font-size: 30px
	}

	.menu div:last-child {
		padding-left: 50px;
		float: right;
	}

	.menu div:last-child a {
		padding: 0 12px;
		display: inline-block;
		color: white;
		text-decoration: none;
		font-size: 20px;
		text-align: right;
		font-family: RobotoR;
	}

	.menu div:last-child a i {
		margin-right: 8px;
	}

	.menu div:last-child a:hover {
		color: #EFBDBD;
	}

	#uvod, #sluzby, #kontakt {
		height: calc(100vh - 70px);
	}

	#uvod {
		background-image: url('klice3.jpg');
	  	background-size: cover;
	 	height: 100vh;
	 	display: flex;
	}

	.center {
		padding-top: 10px;
	}

	#uvod .center h1 {
		color: white;
		text-align: center;
		font-size: 60px;
		font-weight: 600;
		padding-bottom: 15px;
		font-family: RobotoL;
	}

	#uvod .center p {
		color: #B82525;
		font-size: 20px;
		text-align: center;
		line-height: 25px;
		font-family: RobotoR;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	#uvod .center span {
		color: white;
		text-align: center;
		font-size: 22px;
		font-family: RobotoR;
		display: block;
		padding-top: 20px;
	}

	#uvod .center h3 {
		font-weight: 600;
		font-size: 50px;
		margin-top: 15px;
		background-image: linear-gradient(90deg, rgba(150,0,0,0), rgba(150,0,0,0.4), rgba(150,0,0,0));
		width: 80%;
		text-align: center;
		font-family: RobotoR;
		display: block;
	}

	#sluzby {
		display: flex;
	}

	#sluzby div {
		flex: 1;
	}

	#sluzby h1 {
		color: #960000;
		font-size: 80px;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoT;
	}

	#sluzby p {
		text-align: center;
		font-family: RobotoR;
		font-weight: 700;
		font-size: 17px;
	}

	#sluzby ul {
		padding-left: 30px;
	}

	#sluzby ul li {
		color: #191919;
		font-size: 21px;
		line-height: 45px;
		list-style-type: square;
		font-family: RobotoR;
	}

	#kontakt {
		background-color: #960000;
		color: white;
		display: flex;
		height: calc(100vh - 99px);
	}

	#kontakt .mapa, #kontakt .kontakty {
		flex: 1;
		padding: 0px 40px 0px 40px;
	}

	#kontakt .mapa iframe {
		height: 400px;
	}


	#kontakt .kontakty h1 {
		font-size: 75px;
		padding-bottom: 40px;
		font-family: RobotoT;
	}

	#kontakt .kontakty table tr th {
		font-size: 25px;
		font-family: RobotoR;
		padding-bottom: 15px;
		font-weight: 900;
	}

	#kontakt .kontakty table {
		display: block
	}

	#kontakt .kontakty table tr td {
		line-height: 30px;
		font-size: 18px;
		font-family: RobotoR;
	}

	#kontakt .kontakty {
		text-align: left;
	}

	#kontakt .kontakty table tr td:first-child {
		font-weight: 700;
		width: 110px;
	}

	footer {
		width: 100%;
		background-color: #960000;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoL;
		text-transform: uppercase;
		color: white;
	}
}

@media only screen and (max-width: 999.9px) and (min-width: 800px) {
	.mobilm {
		display: none;
	}

	.menu {
		height: 70px;
		color: white;
		background-color: #960000;
		position: fixed;
		width: 100%;
		border-bottom: 0.5px solid #C00000;
		display: flex;
		justify-content: space-between;
		line-height: 70px;
	}

	.menu div:first-child span a {
		font-size: 20px;
		font-weight: 600;
		color: white;
		text-decoration: none;
		/*text-transform: uppercase;*/
		font-family: RobotoT;
	}

	.menu div:first-child span a i {
		padding-right: 10px;
		font-size: 25px
	}

	.menu div:last-child a {
		display: inline-block;
		color: white;
		text-decoration: none;
		font-size: 18px;
		text-align: right;
		font-family: RobotoR;
		padding: 0 12px;
	}

	.menu div:last-child a i {
		margin-right: 8px;
	}

	.menu div:last-child a:hover {
		color: #EFBDBD;
	}

	#uvod, #sluzby, #kontakt {
		height: calc(100vh - 70px);
	}

	#uvod {
		background-image: url('klice3.jpg');
	  	background-size: cover;
	 	height: 100vh;
	 	display: flex;
	}

	.center {
		padding-top: 10px;
	}

	#uvod .center h1 {
		color: white;
		text-align: center;
		font-size: 45px;
		font-weight: 600;
		padding-bottom: 15px;
		font-family: RobotoL;
	}

	#uvod .center p {
		color: #B82525;
		font-size: 18px;
		text-align: center;
		line-height: 25px;
		font-family: RobotoR;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	#uvod .center span {
		color: white;
		text-align: center;
		font-size: 20px;
		font-family: RobotoR;
		display: block;
		padding-top: 20px;
	}

	#uvod .center h3 {
		font-weight: 600;
		font-size: 40px;
		margin-top: 15px;
		background-image: linear-gradient(90deg, rgba(150,0,0,0), rgba(150,0,0,0.4), rgba(150,0,0,0));
		width: 80%;
		text-align: center;
		font-family: RobotoR;
		display: block;
	}

	#sluzby {
		display: flex;
	}

	#sluzby div {
		flex: 1;
	}

	#sluzby h1 {
		color: #960000;
		font-size: 60px;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoT;
	}

	#sluzby p {
		text-align: center;
		font-family: RobotoR;
		font-weight: 700;
		font-size: 15px;
	}

	#sluzby ul {
		padding-left: 30px;
	}

	#sluzby ul li {
		color: #191919;
		font-size: 19px;
		line-height: 45px;
		list-style-type: square;
		font-family: RobotoR;
	}

	#kontakt {
		background-color: #960000;
		color: white;
		display: flex;
		height: calc(100vh - 99px);
	}

	#kontakt .mapa, #kontakt .kontakty {
		flex: 1;
		padding: 0px 40px 0px 40px;
	}

	#kontakt .mapa iframe {
		height: 350px;
	}


	#kontakt .kontakty h1 {
		font-size: 60px;
		padding-bottom: 30px;
		font-family: RobotoT;
	}

	#kontakt .kontakty table tr th {
		font-size: 20px;
		font-family: RobotoR;
		padding-bottom: 15px;
		font-weight: 900;
	}

	#kontakt .kontakty table {
		display: block;
	}

	#kontakt .kontakty table tr td {
		line-height: 30px;
		font-size: 16px;
		font-family: RobotoR;
	}

	#kontakt .kontakty {
		text-align: left;
	}

	#kontakt .kontakty table tr td:first-child {
		font-weight: 700;
		width: 100px;
	}	

	footer {
		width: 100%;
		background-color: #960000;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoL;
		text-transform: uppercase;
		color: white;
		font-size: 13px;
		height: 30px;
	}
}

@media only screen and (max-width: 799.9px) and (min-width: 392px) {
	.menu {
		display: none;
	}

	.mobilm {
		height: 50px;
		color: white;
		background-color: #960000;
		position: fixed;
		width: 100%;
		border-bottom: 0.5px solid #C00000;
		line-height: 50px;
		padding: 0 20px;
	}

	.mobilm div:first-child {
		width: 90%;
		float: left;
	}

	.mobilm div:last-child{
		width: 10%;
		float: left;
	}

	.mobilm div:first-child span a {
		font-size: 17px;
		font-weight: 600;
		color: white;
		text-decoration: none;
		font-family: RobotoT;
	}

	.mobilm div:first-child span a i {
		padding-right: 5px;
		font-size: 17px
	}

	#hamburger {
		position: relative;
		z-index: 10;
		text-align: right;
		font-size: 40px;
		color: white;
	}

	#krizek {
		text-align: right;
		font-size: 40px;
		font-weight: 600;
		color: #960000;
		width: 100%;
	}

	#hamburger:hover, #krizek:hover {
		cursor: pointer;
	}

	#show {
		background-color: white;
		color: #960000;
		position: fixed;
		top: 0;
		z-index: 20;
		height: 100%;
		right: -100%;
		margin-top: 0px;
		width: 100%;
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
		overflow-y: scroll;
	}

	#show .uvnitr {
		display: flex;
		flex-direction: column;
		align-items: center;
 		justify-content: center;
 		height: 100%;
 		width: 100%;
	}

	#show .uvnitr div {
		width: 150px;
		text-align: center;
		display: inline-block;
		flex: 1;
		height: 150px;
	}

	#show div:last-child a {
		text-decoration: none;
		color: #960000;
		width: 100%;
		float: right;
		font-size: 25px;
		line-height: 70px;
	}

	#uvod {
		padding: 100px 0px;
	}

	#sluzby {
		padding: 80px 0px;
	}

	#kontakt {
		padding: 80px 0px 20px 0px;
	}

	#uvod {
		background-image: url('klice3.jpg');
	  	background-size: cover;
	}

	.center {
		padding-top: 10px;
	}

	#uvod .center h1 {
		color: white;
		text-align: center;
		font-size: 35px;
		font-weight: 600;
		padding-bottom: 15px;
		font-family: RobotoL;
		padding-left: 15px;
		padding-right: 15px;
	}

	#uvod .center p {
		color: #B82525;
		font-size: 16px;
		text-align: center;
		line-height: 25px;
		font-family: RobotoR;
		text-transform: uppercase;
	}

	#uvod .center span {
		color: white;
		text-align: center;
		font-size: 18px;
		font-family: RobotoR;
		display: block;
		padding-top: 20px;
	}

	#uvod .center h3 {
		font-weight: 600;
		font-size: 35px;
		margin-top: 15px;
		background-image: linear-gradient(90deg, rgba(150,0,0,0), rgba(150,0,0,0.4), rgba(150,0,0,0));
		width: 80%;
		text-align: center;
		font-family: RobotoR;
		display: block;
	}

	#sluzby h1 {
		color: #960000;
		font-size: 45px;
		text-align: center;
		padding-bottom: 5px;
		font-family: RobotoT;
	}

	#sluzby p {
		text-align: center;
		font-family: RobotoR;
		font-weight: 700;
		font-size: 14px;
		padding-bottom: 30px;
	}

	#sluzby div:last-child {
		display: flex;

	}

	#sluzby ul {
		padding-left: 30px;
	}

	#sluzby ul li {
		color: #191919;
		font-size: 16px;
		line-height: 35px;
		list-style-type: square;
		font-family: RobotoR;
	}

	#kontakt {
		background-color: #960000;
		color: white;
		display: flex;
		flex-direction: column;
		align-items: center;
  		justify-content: center;
  		width: 100%;
	}

	#kontakt div {
		width: 100%;
		display: block;
		flex: 1;
		padding: 0 25px;
	}

	.mapa {
		order: 2;
	}

	.kontakty {
		order: 1;
		margin-bottom: 40px;
	}

	#kontakt .mapa iframe {
		height: 350px;
	}

	#kontakt .kontakty h1 {
		font-size: 45px;
		padding-bottom: 20px;
		font-family: RobotoT;
		text-align: center;
	}

	#kontakt .kontakty table tr th {
		font-size: 18px;
		font-family: RobotoR;
		padding-bottom: 12px;
		font-weight: 900;
	}

	#kontakt .kontakty table {
		display: block;
		display: flex;
		align-items: center;
  		justify-content: center;
	}

	#kontakt .kontakty table tr td {
		line-height: 30px;
		font-size: 15px;
		font-family: RobotoR;
	}

	#kontakt .kontakty {
		text-align: left;
	}

	#kontakt .kontakty table tr td:first-child {
		font-weight: 700;
		width: 100px;
	}	

	footer {
		width: 100%;
		background-color: #960000;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoL;
		text-transform: uppercase;
		color: white;
		font-size: 13px;
		height: 30px;
	}
}

@media only screen and (max-width: 391.9px) {
	.menu {
		display: none;
	}

	.mobilm {
		height: 60px;
		color: white;
		background-color: #960000;
		position: fixed;
		width: 100%;
		border-bottom: 0.5px solid #C00000;
		padding: 0 20px;
		
	}

	.mobilm div:first-child {
		width: 90%;
		float: left;
		text-align: center;
		padding-top: 10px;
	}

	.mobilm div:last-child{
		width: 10%;
		float: left;
		padding-top: 0px;
	}

	.mobilm div:first-child span a {
		font-size: 18px;
		font-weight: 600;
		color: white;
		text-decoration: none;
		font-family: RobotoT;
	}

	.mobilm div:first-child span a i {
		padding-right: 5px;
		font-size: 17px
	}

	#hamburger {
		position: relative;
		z-index: 10;
		text-align: right;
		font-size: 40px;
		color: white;
		padding-top: 7px;
	}

	#krizek {
		text-align: right;
		font-size: 40px;
		font-weight: 600;
		color: #960000;
		width: 100%;
	}

	#hamburger:hover, #krizek:hover {
		cursor: pointer;
	}

	#show {
		background-color: white;
		color: #960000;
		position: fixed;
		top: 0;
		z-index: 20;
		height: 100%;
		right: -100%;
		margin-top: 0px;
		width: 100%;
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
		overflow-y: scroll;
	}

	#show .uvnitr {
		display: flex;
		flex-direction: column;
		align-items: center;
 		justify-content: center;
 		height: 100%;
 		width: 100%;
	}

	#show .uvnitr div {
		width: 150px;
		text-align: center;
		display: inline-block;
		flex: 1;
		height: 150px;
	}

	#show div:last-child a {
		text-decoration: none;
		color: #960000;
		width: 100%;
		float: right;
		font-size: 25px;
		line-height: 70px;
	}

	#sluzby {
		padding: 90px 15px;
	}

	#kontakt {
		padding: 90px 0px 20px 0px;
	}

	#uvod {
		background-image: url('klice3.jpg');
	  	background-size: cover;
	  	padding: 100px 10px 80px 10px;
	}

	.center {
		padding-top: 10px;
	}

	#uvod .center h1 {
		color: white;
		text-align: center;
		font-size: 35px;
		font-weight: 600;
		padding-bottom: 15px;
		font-family: RobotoL;
	}

	#uvod .center p {
		color: #B82525;
		font-size: 15px;
		text-align: center;
		line-height: 22px;
		font-family: RobotoR;
		text-transform: uppercase;
	}

	#uvod .center span {
		color: white;
		text-align: center;
		font-size: 17px;
		font-family: RobotoR;
		display: block;
		padding-top: 20px;
	}

	#uvod .center h3 {
		font-weight: 600;
		font-size: 26px;
		margin-top: 15px;
		background-image: linear-gradient(90deg, rgba(150,0,0,0), rgba(150,0,0,0.4), rgba(150,0,0,0));
		width: 80%;
		text-align: center;
		font-family: RobotoR;
		display: block;
	}

	#sluzby h1 {
		color: #960000;
		font-size: 45px;
		text-align: center;
		padding-bottom: 5px;
		font-family: RobotoT;
	}

	#sluzby p {
		text-align: center;
		font-family: RobotoR;
		font-weight: 700;
		font-size: 14px;
		padding-bottom: 30px;
	}

	#sluzby div:last-child {
		display: flex;

	}

	#sluzby ul {
		padding-left: 30px;
	}

	#sluzby ul li {
		color: #191919;
		font-size: 16px;
		line-height: 35px;
		list-style-type: square;
		font-family: RobotoR;
	}

	#kontakt {
		background-color: #960000;
		color: white;
		display: flex;
		flex-direction: column;
		align-items: center;
  		justify-content: center;
  		width: 100%;
	}

	#kontakt div {
		width: 100%;
		display: block;
		flex: 1;
		
	}

	.mapa {
		order: 2;
		padding: 0 20px;
	}

	.kontakty {
		order: 1;
		margin-bottom: 40px;
	}

	#kontakt .mapa iframe {
		height: 350px;
	}

	#kontakt .kontakty h1 {
		font-size: 45px;
		padding-bottom: 20px;
		font-family: RobotoT;
		text-align: center;
	}

	.kontakty table {
		width: 100%;
		padding: 0 20px;
	}

	#kontakt .kontakty table tr th {
		font-size: 16px;
		font-family: RobotoR;
		padding-bottom: 12px;
		font-weight: 900;
	}

	#kontakt .kontakty table tr td {
		line-height: 30px;
		font-size: 14px;
		font-family: RobotoR;
	}

	#kontakt .kontakty {
		text-align: left;
	}

	#kontakt .kontakty table tr td:first-child {
		font-weight: 700;
		width: 100px;
	}	

	footer {
		width: 100%;
		background-color: #960000;
		text-align: center;
		padding-bottom: 10px;
		font-family: RobotoL;
		text-transform: uppercase;
		color: white;
		font-size: 13px;
		height: 30px;
	}
}


