body { 
	font-family: "Roboto"
}

nav {
	margin: 10px 0;
}
#navigation {
	padding: 0;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #1b1b1b;
	font-size: 20px;
	font-weight: bold;
}
.ml-auto, .mx-auto {
	text-align: center;
	padding-top: 5px;
	font-size: 3.5vw;
}


section {
	max-width:1200px;
	margin: 0 auto;
	padding: 2%;
 }

img.logo {
	width:80%;
}
#banner {
	background-image: url('images/banner.jpg');
	background-size: cover;
	min-height: 200px;
	position: relative;
	padding: 0;
}

.slogan {
	background-color: #e53012;
	color: #fff;
	width: 70%;
	text-transform: uppercase;
	font-size: 4vw;
	bottom:15%;
	position: absolute;
	padding:2%;
	font-weight: bold;
}

#text1 {
	background-color: #f7a700;
	color: #fff;
	font-weight: bold;
	font-size: 5vw;
	line-height: 130%;
}

#text2 {
	color: #e53012;
	text-align: center;
	font-size: 5vw;
}

#parametre {
	font-size: 4vw;
	padding-top: 0;
}
#parametre ul {
	list-style: none;
	padding-left: 0;
}

#parametre li {
	margin: 0;
	padding: 5px 0 5px 29px;
	list-style: none;
	background-image: url("images/sipka.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px;
	line-height: 100%;
}


#balicky {
	overflow:auto;
	padding-top: 0;
}
#balicky .nadpis {
	color: #E43A26;
	font-size: 5vw;
	font-weight: bold;
}
#balicky .text1, #balicky .text2 {
	text-align: center;
	font-weight: bold;
}
#balicky .stlpec1 {
	width:100%; float:left;
}
#balicky .stlpec2 {
	width:100%; float:left;
}
#balicky table {
	background: #FDEDE5;
	color: #000;
}

#balicky .header {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 6vw;
	line-height: 120%;
}
#balicky .header1 .text {
	font-weight: normal;
}
#balicky .header1 {
	background: #E43A26;
	line-height: 110%;
}
#balicky .header2 {
	background: #f6a51a;
}
#balicky .oldprice {text-decoration: line-through;}
#balicky td {
	border-collapse: collapse;
	border: 3px solid #fff;
}
#balicky td {
	padding: 5px 13px;
}
#balicky .red {
	color: #E43A26;
}
#balicky .yellow {
	color: #f6a51a;
}


#mista {
	background-color: #EBECEC;
	overflow: auto;
	font-size: 4vw;
}
#mista ul {
	list-style: none;
	padding-left: 0;
}
#mista li {
	margin: 0;
	padding: 5px 0 5px 29px;
	list-style: none;
	background-image: url("images/sipka_red.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px;
	line-height: 100%;
}
#mista .stlpec {
	float:left;
	width:100%
}
#mista a:link, a:visited, a:hover {
	color: rgb(33, 37, 41)
}


#kontakt {
	font-size: 4vw;
}
#kontakt a {
	color: #000;
}
#kontakt ul {
	list-style: none;
	padding-left: 0;
}
#kontakt li {
	margin: 0;
	padding: 5px 0 5px 29px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px;
	line-height: 100%;
}
#kontakt li.mobil {
	background-image: url("images/mobil.png");
}
#kontakt li.mail {
	background-image: url("images/mail.png");
}
#kontakt .logo img {
	width: 130px
}
#kontakt .text {
	line-height: 120%;
}
#kontakt {
	margin-bottom: 1%;
	overflow: hidden;
}
#kontakt .mybold {
	font-weight: bold;
}
#kontakt .special {
	color: #de3c20;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
	.slogan {
		font-size: 4vw;
	}
	#text1 {
		font-size: 4vw;
	}
	#text2 {
		font-size: 4vw;
	}
	.ml-auto, .mx-auto {
		font-size: 7vw;
	}

}
/* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
	#banner {
		min-height: 300px
	}
	.ml-auto, .mx-auto {
		font-size: 5vw;
	}
	#text1 {
		font-size: 3vw;
	}
	#parametre {
		font-size: 3vw;
	}
	#mista {
		font-size: 3vw;
	}
	#balicky .stlpec1 {
		width:49%; float:left;
	}
	#balicky .stlpec2 {
		width:49%; float:right;
	}
	#balicky .header {
		font-size: 4.5vw;
		height: 140px;
	}
	#balicky .header1  {
		line-height: 85%;
	}
	#balicky .header1 .text {
		font-size: 3vw;
	}
	#balicky .text1  {
		height:125px;
	}
	#kontakt .text {
		font-size: 3vw;
	}
	#kontakt .logo img {
		width: 150px
	}
}
/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	#banner {
		min-height: 450px
	}
	.ml-auto, .mx-auto {
		font-size: 3.5vw;
	}
	#text1 {
		font-size: 2.3vw;
	}
	#text2 {
		font-size: 3vw;
	}
	#mista .stlpec {
		width:50%
	}
	#balicky .nadpis {
		font-size: 3.5vw;
	}
	#balicky .header {
		font-size: 3vw;
	}
	#kontakt {
		font-size: 3vw;
	}
	#balicky .header1 .text {
		font-size: 2.5vw;
	}
	#balicky .text1, #balicky .text2 {
		font-size: 2.5vw;
	}


	#kontakt .text {
		width: 70%;
		float:left;
	}
	#kontakt .logo {
		float: right;
		margin-right: 4%;
	}
	#kontakt .logo img {
		width: 100%;
	}

}
/* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

#navigation {padding: 7px 0 0 0;}
nav {
	margin: 0;
}
.navbar {
	padding:0;
	margin-bottom: 0;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 2%;
}
.navbar-light .navbar-nav .nav-link {
	display: block;
	font-weight: 700;
	text-decoration: none;
	color: #373737;
	padding-bottom: 17px;
	border-bottom: 6px solid #fff;
	transition: all ease 0.5s;
	text-transform: uppercase;
	margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
	border-bottom: 6px solid #e53012;
}

	.ml-auto, .mx-auto {
		font-size: 3.2vw;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
	}
	.slogan {
		font-size: 3vw;
	}
	#banner {
		min-height: 600px
	}
	#parametre {
		font-size: 2.5vw;
	}
	#kontakt {
		font-size: 2.5vw;
	}
	#mista {
		font-size: 2.5vw;
	}
	#balicky .nadpis {
		font-size: 3.5vw;
	}
	#balicky .text1, #balicky .text2 {
		font-size: 2vw;
	}
	#balicky .bunka {
		font-size: 2vw;
	}
	#balicky .header1 .text {
		font-size: 2.5vw;
	}
	#kontakt .text {
		font-size: 2.5vw;
	}
}
/* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
	.slogan {
		font-size: 36px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
	}
	img.logo {
		width:100%;
	}
	#text1 {
		font-size: 22px;
	}
	#text2 {
		font-size: 33px;
	}
	#parametre {
		font-size: 27px;
	}
	#balicky .nadpis {
		font-size: 33px;
	}
	#balicky .header {
		font-size: 34px;
	}
	#balicky .header1 .text {
		font-size: 27px;
	}
	#balicky .text1, #balicky .text2 {
		font-size: 24px;
	}
	#kontakt {
		font-size: 27px;
	}
	#mista {
		font-size: 25px;
	}
	#balicky .bunka {
		font-size: 25px;
	}
	#kontakt .text {
		font-size: 25px;
	}
}