* {
	margin: 0 auto;
}

body {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	text-align: center;
  font-weight: 400;
	color: #38303f;
	background: #fafafa;
}

p {
	margin: 0 0 1.2em 0;
	line-height: 1.8em;
	text-align: left;
}

p.centr {
  text-align: center;
}

strong {
	font-weight: 700;
	color: #4c0a88;
  font-size: 1.1em;
}

a {
	color: #ff4f28;
  font-weight: 400;
	text-decoration: 2px underline #ff4f28;
}

a:hover {
	text-decoration: none;
}

	
h1 {
  display: block;
  margin: 50px 0 50px 0;
	font-size: 45px;
	font-weight: 700;
	color: #ffca74;
	text-align: center;
}
@media screen and (max-width: 600px) {
h1 {
  margin: 50px 3% 50px 3%;
  font-size: 36px;
  }
}

h2 {
  display: block;
  margin: 0 0 30px 0;
	font-size: 30px;
	font-weight: 600;
	color: #380764;
	text-align: center;
}
@media screen and (max-width: 600px) {
h2 {
  font-size: 26px;
}
}

h2.detail {
  display: block;
  margin: 20px auto 20px auto;
	font-size: 30px;
	font-weight: 600;
	color: #380764;
	text-align: center;
}
@media screen and (max-width: 600px) {
h2.detail {
  font-size: 26px;
}
}

h2#nadpis {
  display: block;
  margin: 0 0 30px 0;
	font-size: 30px;
	font-weight: 700;
	color: #ff4f28;
	text-align: center;
}
@media screen and (max-width: 600px) {
h2#nadpis {
  font-size: 26px;
}
}

h3#objednavka {
  display: block;
  margin: 0 0 30px 0;
	font-size: 32px;
	font-weight: 700;
	color: #ff4f28;
	text-align: center;
}
h3#kontakt {
  display: block;
  margin: 0 0 30px 0;
	font-size: 32px;
	font-weight: 600;
	color: #ff4f28;
	text-align: center;
}
@media screen and (max-width: 600px) {
h3#objednavka {
  font-size: 26px;
  margin: 0 0 30px 0;  
}
h3#kontakt {
  font-size: 26px;
  margin: 0 0 10px 0;  
}
}

/* HLAVA */

#menu {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #380764;
}

#menu-text {
  display: inline-block;
  width: 960px;
  height: 100px;
}
@media screen and (max-width: 960px) {
#menu-text {
  width: 100%;
}
}

#menu-text img {
  max-width: 100%;
  height: auto;
  float: left;
}

header {
  color: #e1c7f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

nav li {
  margin-top: 40px;
  margin-right: 20px;
}

nav li.podminky {
  display: none;
}
@media screen and (max-width: 800px) {
nav li.podminky {
  display: block;
  }
}

nav a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #e9d6fb;
  border-bottom: 0px solid transparent; 
  transition: 0.5s ease;
}

nav a:hover {
  color: #ff4f28;
  border-bottom: 1px solid #ff4f28;
}

nav a.akt {
  font-size: 15px;
  text-decoration: none;
  color: #ff4f28;
  border-bottom: 0px solid transparent; 
  transition: 0.5s ease;
}

nav a.akt:hover {
  color: #ff4f28;
  border-bottom: 1px solid #ff4f28;
}

.burger {
  display: none;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 825px) {
.nav-links {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  border-top: 1px solid #4c0a88;
  background-color: #380764;
}

.nav-links.show {
  display: flex;
}
  
nav li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.burger {
  display: block;
  margin-top: 40px;
  margin-right: 30px;
  font-weight: 500;
  }
}
@media screen and (max-width: 360px) {
.burger {
  display: block;
  margin-right: 20px;
  }
}

#hlavni {
  float: left;
  width: 100%;
  height: 450px;
  background: url(img/hlavni.png) top center no-repeat;
}
@media screen and (max-width: 960px) {
#hlavni {
  width: 100%;
  height: 100%;
  background: #4c0a88 url(img/hlavni-mob.png) top center no-repeat;
}
}

#hlavni-text {
  width: 960px;
  text-align: center;
}
@media screen and (max-width: 960px) {
#hlavni-text {
  width: 100%;
}
}

#hlavni-text p.uvod {
  margin: 0 0 1.8em 0;
  padding-right: 50px;
  color: #FFF;
  font-size: 16px;
}

#hlavni-text strong {
	font-weight: 700;
	color: #ffca74;
  font-size: 18px;
}

#hlavni-text a {
  color: #ffca74;
  font-size: 18px;
  font-weight: 700;
  text-decoration: 2px underline #ff4f28;
}

#hlavni-text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
#hlavni-text p.uvod {
  width: 94%;
  margin: 0 3% 50px 3%;
  padding-right: 0;
}
#hlavni-text strong {
  font-size: 17px;
}
#hlavni-text a {
  font-size: 17px;
  }
}

#top-vyrobky {
  padding: 30px 0 60px 0;
  width: 100%;
  background: url(img/pozadi-vyrobky.png) top center no-repeat;
}

#top-prospekty {
  padding: 30px 0 60px 0;
  width: 100%;
  background: url(img/pozadi-prospekty.png) top center no-repeat;
}

#top {
  display: grid;
  width: 960px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
#top {
  width: 93%;
  padding: 0 3% 0 4%;
  }
}

.top-text {
  display: inline-block;
  margin-top: 20px;
  padding-left: 80px;
  width: 520px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  background: url(img/fajfka.png) center left no-repeat;
  background-size: 60px 60px;
}
@media screen and (max-width: 600px) {
.top-text {
  margin: 20px 0 0 0;
  width: auto;
  height: auto;
  min-height: 60px;
  line-height: 2em;
  }
}  

/* STŘED */

#stred {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #fafafa;
}

.nabidka {
  display: block;
  margin-top: 70px;
  width: 900px;
  padding: 30px;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0px 10px 15px 5px #DDD;
}
@media screen and (max-width: 960px) {
.nabidka {
  width: 86%;
  padding: 30px 4%;
  box-shadow: 0px 10px 15px 5px #DDD;
  }
}

.nabidka img {
  float: right;
  margin-left: 30px;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
.nabidka img {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  }
}

#nabidka-detail {
  display: block;
  width: 900px;
  padding: 30px;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0px 10px 15px 5px #DDD;
}
@media screen and (max-width: 960px) {
#nabidka-detail {
  width: 86%;
  padding: 30px 4%;
  box-shadow: 0px 10px 15px 5px #DDD;
  }
}

#nabidka-detail img {
  float: right;
  margin-left: 30px;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
#nabidka-detail img {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  }
}

a.tlacitko {
  display: inline-block;
  margin-top: 15px;
  width: 191px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: #FFF;
  text-shadow: -1px -1px 0px #d99931;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  background: url(img/tlacitko.png) top center no-repeat;
  background-size: 191px 57px;
}

a.tlacitko:hover {
  color: #fff2dd;
}

a.tlacitko-top {
  display: inline-block;
  margin-top: 40px;
  width: 191px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: #FFF;
  text-shadow: -1px -1px 0px #d99931;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  background: url(img/tlacitko.png) top center no-repeat;
  background-size: 191px 57px;
}

a.tlacitko-top:hover {
  color: #fff2dd;
}

/* REFERENCE */

.ref-woman {
  display: inline-block;
  margin-top: 70px;
  width: 410px;
  padding: 30px;
  text-align: center;
  font-size: 15px;
  background-color: #FFF;
  box-shadow: 0px 20px 0px -10px #2d364c;
}
@media screen and (max-width: 500px) {
.ref-woman {
  width: 86%;
  padding: 30px 4%;
  }
}

.ref-man {
  display: inline-block;
  margin-top: 70px;
  margin-left: 15px;
  width: 410px;
  padding: 30px;
  text-align: center;
  font-size: 15px;
  background-color: #FFF;
  box-shadow: 0px 20px 0px -10px #2d364c;
}
@media screen and (max-width: 500px) {
.ref-man {
  width: 86%;
  margin: 50px auto 0 auto;
  padding: 30px 4%;
  }
}

img.ref {
  float: left;
  margin: 0 10px 0 0;
  width: 150px;
  height: 150px;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
img.ref{
  display: block;
  float: none;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
  }
}

/* FORMULÁŘ */

#formular {
  display: block;
  margin-top: 70px;
  width: 960px;
  text-align: center;
}
@media screen and (max-width: 960px) {
#formular {
  width: 86%;
  padding: 0 4%;
  }
}

#formular-obj {
  display: block;
  margin-top: 70px;
  width: 900px;
  text-align: center;
}
@media screen and (max-width: 960px) {
#formular-obj {
  width: 86%;
  padding: 0 4%;
  }
}

#formular-obj p.pokyny {
  margin-top: 30px;
  text-align: center;
}

.udaj {
  float: left;
  width: 250px;
  margin-top: 10px;
  line-height: 50px;
  text-align: right;
}
@media screen and (max-width: 960px) {
.udaj  {
  width: 20%;
  }
}
@media screen and (max-width: 700px) {
.udaj  {
  display: block;
  margin: 0 0 0 5%;
  width: 95%;
  text-align: left;
  }
}

.popis {
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  width: 620px;
}
@media screen and (max-width: 960px) {
.popis {
  margin-left: 5%;
  width: 70%;
  }
}
@media screen and (max-width: 700px) {
.popis  {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  }
}

input[type="text"], input[type="email"] {
  float: left;
  width: 304px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #d6dfe2;
  border-radius: 10px;
  font-family: Open Sans;
  color: #38303f;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
input[type="text"], input[type="email"] {
  width: 70%;
  padding: 0 2%;
  }
}
@media screen and (max-width: 700px) {
input[type="text"], input[type="email"] {
  width: 90%;
  padding: 0 4% 0 5%;
  }
}

#souhlas {
  float: left;
  margin: 20px 275px 0 280px;
  width: 345px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 960px) {
#souhlas{
  margin: 20px 25% 0 25%;
  width: 50%;
  }
}
@media screen and (max-width: 700px) {
#souhlas {
  display: block;
  margin: 20px 0 0 0;
  width: 100%;
  }
}

.rychly {
  margin: 0 10px 0 10px;
  float: left;
  width: 100px;
  line-height: 50px;
  text-align: right;
}
@media screen and (max-width: 960px) {
.rychly  {
  margin: 0 1% 0 0;
  width: 12%;
  }
}
@media screen and (max-width: 600px) {
.rychly  {
  display: block;
  margin: 0 0 0 5%;
  width: 95%;
  text-align: left;
  }
}

.kontrola {
  margin: 20px 10px 0 10px;
  float: left;
  width: 220px;
  line-height: 50px;
  text-align: right;
}
@media screen and (max-width: 960px) {
.kontrola  {
  margin: 20px 1% 0 0;
  width: 40%;
  }
}
@media screen and (max-width: 600px) {
.kontrola  {
  display: block;
  margin: 0 0 0 5%;
  width: 95%;
  text-align: left;
  }
}

input[type="text"].kont {
  float: left;
  width: 304px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #d6dfe2;
  border-radius: 10px;
  font-family: Open Sans;
  color: #38303f;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
input[type="text"].kont  {
  width: 30%;
  padding: 0 3%;
  }
}
@media screen and (max-width: 600px) {
input[type="text"].kont  {
  width: 90%;
  padding: 0 5%;
  }
}

input[type="text"].spam {
  float: left;
  width: 304px;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 20px;
  border: 1px solid #d6dfe2;
  border-radius: 10px;
  font-family: Open Sans;
  color: #38303f;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
input[type="text"].spam  {
  width: 50%;
  padding: 0 3%;
  }
}
@media screen and (max-width: 600px) {
input[type="text"].spam  {
  width: 90%;
  margin-top: 0;
  padding: 0 5%;
  }
}

textarea {
	float: left;
  display: block;
  margin: 20px 30px 0 30px;
  padding: 20px;
	width: 860px;
	height: 200px;
  resize: none;
  border: 1px solid #d6dfe2;
  border-radius: 10px;
  font-family: Open Sans;
  color: #38303f;
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width: 960px) {
textarea {
  margin: 20px 0 0 0;
  width: 90%;
  padding: 20px 5%;
  }
}

#odeslat {
  display: inline-block;
  margin: 20px auto 0 auto;
  width: 191px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: #FFF;
  text-shadow: -1px -1px 0px #d99931;
  font-family: Open Sans;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  background: url(img/tlacitko.png) top center no-repeat;
  background-size: 191px 57px;
  border: 0;
  cursor: Pointer;
}

#odeslat:hover {
  color: #fff2dd;
}

#dotaz {
  float: left;
  margin: 0 0 30px 0;
  text-align: center;
  width: 900px;
	font-weight: 700;
  font-size: 1.3em;
	color: #821856;
}

img.qr {
  width: 205px;
  height: 205px;
}


/* SPODEK */

#spodek {
  float: left;
  margin-top: 70px;
  padding: 50px 0;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: #FFF;
  background-color: #2d364c;  
}

#spodek img {
  margin-left: -40px;
}

#spodek a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
  border-bottom: 0px solid transparent; 
  transition: 0.5s ease;
}

#spodek a:hover {
  color: #ff4f28;
  border-bottom: 1px solid #ff4f28;
}

@media screen and (max-width: 800px) {
#spodek .zmiz2 {
  display: none;
  }
}

#spodek a.vlajka {
    display: inline-block;
    margin-top: 20px;
    line-height: 16px;
    border-bottom: 0px solid transparent; 
}

#spodek a.vlajka:hover {
    border-bottom: 0px;
}

#spodek img.flag {
    margin-left: 0px;
    width: 24px;
    height: 16px;
    border-radius: 3px; 
  }

  
  

