* {
	margin: 0 auto;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  text-align: center;
	color: #333;
  font-weight: 400;
	background: #FFF;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
	text-align: justify;
}
@media screen and (max-width: 900px) {
p {
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
}
}
@media screen and (max-width: 470px) {
p {
  text-align: left;
}
}

strong {
	font-weight: 700;
  font-size: 18px;
	color: #000;
}
@media screen and (max-width: 900px) {
strong {
  font-size: 16px;
}
}
	
h1 {
  margin-top: 20px;
	line-height: 80px;
	font-size: 40px;
	font-weight: 700;
	color: #fa5158;
	text-align: left;
}
@media screen and (max-width: 900px) {
h1 {
  width: 100%;
	display: inline-block;
  text-align: center;
}
}
@media screen and (max-width: 550px) {
h1 {
  margin-top: 40px;
  width: 100%;
	display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}
}

a {
	color: #2fcc5c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #2fcc5c;
}

img.obr {
  float: right;
  width: 320px;
  height: 320px;
}
@media screen and (max-width: 900px) {
img.obr {
  float: none;
	display: block;
  margin-top: 30px;
  text-align: center;
}
}
@media screen and (max-width: 550px) {
img.obr {
  float: none;
	display: block;
  text-align: center;
}
}
@media screen and (max-width: 350px) {
img.obr {
  width: 80%;
  height: 80%;
}
}

img.obr_2 {
  float: left;
  margin-top: 40px;
  margin-right: 20px;
  width: 320px;
  height: 320px;
}
@media screen and (max-width: 900px) {
img.obr_2 {
  float: none;
	display: inline-block;
  margin-top: 30px;
  margin-right: 0;
  text-align: center;
}
}
@media screen and (max-width: 550px) {
img.obr_2 {
  float: none;
	display: inline-block;
  text-align: center;
}
}
@media screen and (max-width: 350px) {
img.obr_2 {
  width: 80%;
  height: 80%;
}
}

img.sipka {
  vertical-align: middle;
  width: 160px;
  height: 80px;
}
@media screen and (max-width: 900px) {
img.sipka {
  display: none;
}
}

img.sipka_mob {
  display: block;
  width: 160px;
  height: 80px;
}
@media screen and (min-width: 900px) {
img.sipka_mob {
  display: none;
}
} 

/* HLAVNI */

#hlava_top {
  float: left;
  width: 100%;
  height: 200px;
  text-align: center;
  background: #FFF url(img/top.png) top center no-repeat;
}

#reklama {
  margin-top: 40px;
  padding: 30px 20px;
  width: 600px;
  display: block;
  border: 1px solid #CCC;
  background: #FFF url(img/dop.png) top right no-repeat;
}
@media screen and (max-width: 700px) {
#reklama {
  margin-top: 50px;
	width: 250px;
}
}

#reklama p {
  margin: 1em 0 0 0;
	line-height: 1.6em;
	text-align: center;
}
@media screen and (max-width: 700px) {
#reklama p {
	display: none;
}
}

a.banner {
  display: inline-block;
  margin-top: 55px;
  width: 728px;
  height: 90px;
  background: url(img/banner.png) top center no-repeat;
}
@media screen and (max-width: 750px) {
a.banner {
	display: none;
}
}

#hlava {
  float: left;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
  background: #f7f7f7 url(img/pozadi.png) top left repeat-x;
}

#nabidka {
  display: inline-block;
  width: 900px;
  text-align: center;
}
@media screen and (max-width: 900px) {
#nabidka {
	width: 100%;
}
}

#top_popis {
  float: left;
  width: 900px;
}
@media screen and (max-width: 900px) {
#top_popis {
	width: 100%;
}
}

#popis {
  float: left;
  margin-top: 25px;
  width: 900px;
}
@media screen and (max-width: 900px) {
#popis {
	width: 100%;
}
}

.top {
  float: left;
  text-align: left;
  margin-top: 10px;
  padding-left: 50px;
  width: 530px;
  line-height: 50px;
  font-size: 18px;
  background: url(img/top-sipka.png) top left no-repeat;
}
@media screen and (max-width: 900px) {
.top {
  float: none;
  display: inline-block;
  padding-left: 0;
	width: 100%;
  text-align: center;
  background: none;
}
}
@media screen and (max-width: 550px) {
.top {
  font-size: 16px;
}
}
@media screen and (max-width: 440px) {
.top {
  width: 98%;
  margin-right: 2%;
  line-height: 24px;
}
}

.top strong {
	font-weight: 700;
  font-size: 20px;
	color: #000;
}
@media screen and (max-width: 550px) {
.top strong {
  font-size: 16px;
}
}

img.top_mob {
  display: none;
}
@media screen and (max-width: 900px) {
img.top_mob {
  display: inline-block;
  vertical-align: middle;
  clear: right;
}
}


/* DALSI */

#dalsi {
  float: left;
  padding: 20px 0 40px 0;
  width: 100%;
  background-color: #FFF;
  text-align: center;
}

#pokracovat {
  display: inline-block;
  width: 900px;
  text-align: center;
}
@media screen and (max-width: 900px) {
#pokracovat {
  float: left;
	width: 100%;
}
}

h2.ok {
  float: left;
  line-height: 80px;
  width: 480px;
  padding-left: 60px;
	font-size: 32px;
	font-weight: 700;
	color: #fa5158;
	text-align: left;
  background: url(img/ok.png) center left no-repeat;
}
@media screen and (max-width: 900px) {
h2.ok {
  float: none;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
}
@media screen and (max-width: 470px) {
h2.ok {
  font-size: 26px;
}
} 

h2.quest {
  float: left;
  line-height: 80px;
  width: 860px;
  padding-left: 40px;
	font-size: 32px;
	font-weight: 700;
	color: #fa5158;
	text-align: left;
  background: url(img/otaznik.png) center left no-repeat;
}
@media screen and (max-width: 900px) {
h2.quest {
  float: none;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
}
@media screen and (max-width: 470px) {
h2.quest {
  font-size: 26px;
}
}  

h2.alert {
  float: left;
  line-height: 80px;
  width: 860px;
  padding-left: 40px;
	font-size: 32px;
	font-weight: 700;
	color: #fa5158;
	text-align: left;
  background: url(img/vykricnik.png) center left no-repeat;
}
@media screen and (max-width: 900px) {
h2.alert {
  float: none;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
}
@media screen and (max-width: 470px) {
h2.alert {
  font-size: 26px;
}
}

h2.bonus {
  float: left;
  line-height: 80px;
  width: 860px;
  padding-left: 40px;
	font-size: 32px;
	font-weight: 700;
	color: #fa5158;
	text-align: left;
  background: url(img/bonus.png) center left no-repeat;
}
@media screen and (max-width: 900px) {
h2.bonus {
  float: none;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
}
@media screen and (max-width: 470px) {
h2.bonus {
  font-size: 26px;
}
} 


@media screen and (max-width: 385px) {
.zmiz {
  display: none;
}
} 
 

/* OBJEDNAVKA */

#zaver {
  float: left;
  margin-top: 10px;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
  background: #f7f7f7 url(img/pozadi.png) top left repeat-x;
}

#objednavka {
  margin-top: 10px;
  display: inline-block;
  width: 900px;
  text-align: center;
}
@media screen and (max-width: 900px) {
#objednavka {
  float: left;
	width: 100%;
}
} 

h3 {
  margin-top: 10px;
  line-height: 80px;
	font-size: 40px;
	font-weight: 700;
	color: #fa5158;
	text-align: center;
}
@media screen and (max-width: 550px) {
h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 28px;
}
} 

/* SPODEK */  

#spodek {
  float: left;
  width: 100%;
  height: 420px;
  text-align: center;
  color: #FFF;
  background-color: #f8635b;
}
@media screen and (max-width: 900px) {
#spodek {
  height: 100%;
}
} 

#spodek img {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
#spodek img {
  display: none;
}
} 

#spodek_stred {
  width: 900px;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
#spodek_stred {
  float: left;
	width: 100%;
}
} 

#spodek a {
  font-size: 16px;
  color: #FFF;
  text-decoration: underline;
}

#spodek a:hover {
  text-decoration: none;
}  

#odkazy {
  float: left;
  width: 250px;
  height: 350px;
  text-align: left;
}
@media screen and (max-width: 900px) {
#odkazy {
  float: none;
  display: inline-block;
	width: 100%;
  height: 100%;
}
#odkazy p {
  text-align: center;
}
} 

#kontakty {
  float: left;
  margin-right: 50px;
  width: 350px;
  height: 350px;
  text-align: left;
}
@media screen and (max-width: 900px) {
#kontakty {
  float: none;
  display: inline-block;
  margin-right: 0;
	width: 100%;
  height: 100%;
}
#kontakty p {
  text-align: center;
}
}

#mapa {
  float: left;
  width: 250px;
  height: 350px;
  text-align: left;
}
@media screen and (max-width: 900px) {
#mapa {
  display: none;
}
} 

/* TLACITKA */

.objednat {
  display: inline-block;
  margin-top: 20px;
  margin-right: 120px;
	width: 300px;
	height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
	background: url(img/objednat.png) top center no-repeat;
	cursor: Pointer;
	border: 0;
}
@media screen and (max-width: 900px) {
.objednat {
  margin-right: 0;
}
} 

.objednat:hover {
	background-position: 0 -80px;
  color: #FFF;
}

.odeslat {
  float: left;
  margin-left: 25px;
	width: 300px;
	height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
	background: url(img/odeslat.png) top center no-repeat;
	cursor: Pointer;
	border: 0;
}
@media screen and (max-width: 900px) {
.odeslat {
  float: none;
  margin-left: 0;
}
}

.odeslat:hover {
	background-position: 0 -80px;
  color: #FFF;
}

/* FORMULÁŘE */

h4 {
  float: left;
  line-height: 80px;
  width: 900px;
	font-size: 32px;
	font-weight: 700;
	color: #fa5158;
	text-align: left;
}
@media screen and (max-width: 900px) {
h4 {
  float: left;
	width: 97%;
  margin-left: 3%;
  font-size: 26px;
}
}

.udaj {
  float: left;
  width: 250px;
  margin-top: 10px;
  line-height: 50px;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
.udaj {
  width: 100%;
  text-align: center;
}
}
.udaj_odeslat {
  float: left;
  width: 250px;
  margin-top: 10px;
  line-height: 50px;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
.udaj_odeslat {
  display: none;
}
}

.popis {
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  width: 620px;
}
@media screen and (max-width: 900px) {
.popis {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-top: 0;
}
}
.popis_odeslat {
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  width: 620px;
}
@media screen and (max-width: 900px) {
.popis_odeslat {
  float: none;
  display: inline-block;
  text-align: center;
  margin-left: 0;
  width: 100%;
}
}

input[type="text"], input[type="email"] {
  float: left;
  width: 320px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 10px;
  border: 1px solid #d3d3d3;
  font-family: Open-sans, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
input[type="text"],  input[type="email"] {
  float: none;
  display: inline-block;
  width: 80%;
  padding: 0 5% 0 5%;
  margin: 0 3% 0 3%;
}
}

#souhlas {
  width: 900px;
  float: left;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
}
@media screen and (max-width: 900px) {
#souhlas {
  width: 100%;
  line-height: 50px;
  text-align: center;
  margin-left: 0;
}
}
@media screen and (max-width: 319px) {
#souhlas {
  line-height: 28px;
}
}

#true {
  float: left;
  margin-bottom: 15px;
  width: 900px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  background-color: #2fcc5c;
}
@media screen and (max-width: 900px) {
#true {
  width: 100%;
  padding: 15px 0px;
  line-height: normal;
}
}

#fail {
  float: left;
  margin-bottom: 15px;
  width: 900px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  background-color: #f7453b;
}
@media screen and (max-width: 900px) {
#fail {
  width: 100%;
  padding: 15px 0px;
  line-height: normal;
}
}

