body {
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  min-width: 1206px;
  background: url(http://www.testrestmaranatha.cz.uvirt41.active24.cz/kontakt/img/bgfood2.jpg);
  background-color: rgba(255,255,255, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-repeat: repeat;
background-position: center top;

background-attachment: fixed;

}
.borderDashed {
    background: url(http://www.smeeters.com/assets/dotted-hr-48a5f90d1b7e4f2cbb4d14b2f069d9c1.png) repeat-x scroll 0 0 transparent;
    height: 1px;
    width: 100%
}
a {
  color: rgba(34,139,34, 0.7);
}
a:hover {
  color: rgba(34,139,34, 0.9);
}
/* menu */
.menu {
  max-width: 1128px;
  margin: 0 auto;
}
#logo-maranatha {
    float: left;
 
    text-align: center;
    position: absolute;
    width: 200px;
    height: 122px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#logo-maranatha a {
    display: block;
    text-decoration: none;
}
#logo-maranatha h1 {
    color: #423d3d;
}
#logo-maranatha img {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
   margin-left: 1px;
}
#header{
    overflow: auto;
}
#header, #container-down, section#copyrights {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
header {
    background: white;
    height: 80px;
    border-bottom: 5px solid #228B22;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 100;
}
#menu {
    display: block;
    margin-left: 220px;
    position: relative;
    z-index: 1;
}
#menu ul {
    margin: 0 0 0 -12px;
    padding: 0;
    height: 80px;
    display: block;
    float: left;
}
#menu ul:before,
/* clearfix */
#menu ul:after {
    content: "";
    display: table;
}
#menu ul:after {
    clear: both;
}
#menu li {
    display: block;
    list-style-type: none;
    float: left;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    z-index: 1000;
    position: relative;
    padding: 0 5px;
}
#menu li:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  float: left;
  background: rgb(226, 226, 226);
  position: absolute;
  right: 0;
  top: 10px;
}
#menu li:last-child:after {
  display: none;
}
#menu li.active {
}
#menu li:first-child {
    padding-left: 40px;
}
#menu li:hover {
    background: rgba(0,0,0,0.0.5);
}
#menu a {
    display: block;
    height: 100%;
    text-decoration: none;
    font-size: 17px;
    padding: 0 20px;
    color: #0a0a0a;
    text-shadow: 1px 1px #fff;
    font-family: 'SegoeLight', 'Arial', sans-serif;
}

#menu a:hover {
    color: #228B22;
  font-weight: bold;
}

/* úvodní background */
.bg-round {
  background: url(img/bg-round.jpg) center fixed;
  background-size: cover;
  height: 300px;

   border-bottom: 5px solid #228B22;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}
#o-nas {
  height: 170px;
}
.bg-round h1{
  text-align: center;
  color: white;
  font-size: 40px;
  text-transform: uppercase;

}
.bg-round p {
 text-align: center;
 color: white;
 max-width: 780px;
 margin: 0 auto;
 text-transform: uppercase;
 margin-top: -20px;
}
.bg-round img {
  height: 50px;
  max-width: 50px;
  margin: 0 auto;
}

.must {
  max-width: 50px;
  margin: 0 auto;
}
#must-podstranka {
  margin-top: -25px;
}
.news {
  background-color: rgba(255,255,255, 0.6);
  box-shadow:              #808080 2px 2px 30px; 
-webkit-box-shadow: #808080 2px 2px 30px;
-moz-box-shadow:     #808080 2px 2px 30px;
  height: auto;
  padding-bottom: 20px;
  width: 900px;
  margin: 0 auto;
 padding-top: 20px;
 border-radius: 4px;

}
.news h1 {
  text-align: center;
  font-family: 'Marck Script', cursive;
  color: rgba(0,0,0,0.6);
}
.news h2 {
  text-align: left;
  font-weight: bold;
}
.news h3 {
  text-align: left;
  font-weight: bold;
}
.news p {
text-align: center;
color: rgba(0,0,0,0.7);

}
.padding-mhd p {
  padding-left: 100px;
  padding-right: 100px;
}
.clanek {
  height: auto;
  width: 650px;
  margin: 0 auto;
  background-color: rgba(255,255,255, 0.9);
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.clanek h2 {
  text-align: center;
  color: rgba(0,0,0,0.8);
  font-size: 20px;

}
.clanky-podstranka {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.maps {
  max-width: 600px;
  margin: 0 auto;
}
.clanek h5 {
  text-align: right;
}
.clanek p {
  text-align: justify;
}
.setkani {
   height: auto;
  width: 650px;
  margin: 0 auto;
  background-color: rgba(255,255,255, 0.9);
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
padding-top: 5px;
  padding-bottom: 5px;
}
.setkani h2 {
  text-align: center;
    color: rgba(0,0,0,0.8);
     font-size: 20px;
}
.button {
  background-color: rgba(220,20,60, 0.9);
  height: 40px;
  width: 180px;
  margin: 0 auto;
  border-radius: 4px;
  
}
.abutton  {
  text-decoration: none;
}
.button1 {
  background-color: rgba(220,20,60, 0.6);
  height: 50px;
  width: 220px;
  margin: 0 auto;
  border-radius: 4px;
  color: white;
  text-align: center;
  margin-top: 40px;
  
}
.button1 p {
  padding-top: 17px;

}
.button p {
  color: white;
  padding-top: 12px;
}
hr {
  max-width: 650px;
  color: rgba(0,0,0,0.6);
    border-radius: 2px;
  background-color: rgba(0,0,0,0.6);
}
.hr1 {
  max-width: 650px;
  margin: 0 auto;
  margin-top: -10px;
    color: rgba(0,0,0,0.6);
    border-radius: 2px;
  background-color: rgba(0,0,0,0.6);

}
.hr2 {
  max-width: 100px;
  margin: 0 auto;
}
.story {
  background: url(img/facebook.jpg)center fixed;
  background-size: cover;
  height: 300px;
     border-top: 5px solid #228B22;
      border-bottom: 5px solid #228B22;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);

 
    position: relative;
}
.story h1 {
  text-align: center;
  color: white;
  padding-top: 30px;
  font-size: 38px;
}
.story p {
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  margin-top: -20px;
}
.nabidka {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  min-width: 900px;
  
}
.nabidka2 p {
  max-width: 900px;
  margin: 0 auto;
  
}
.news img {
  height: 170px;
  width: 180px;
  border-radius: 100%;
  border: 3px solid #228B22;
  
  
}
.news-box {
  max-width: 720px;
min-width: 720px;
background-color: rgba(211,211,211, 0.1);
padding: 10px;
border-radius: 4px;
margin-bottom: 15px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
height: 140px;
float: left;


}
.new-center {
  max-width: 750px;
  margin: 0 auto;
}
.news-box img {
  border-radius: 4px;
  height: 110px;
  width: 140px;
  border: 0px;
  padding-right: 20px;
  

}
.news-box p {
  text-align: left;
}
.boxImage {
  height: 200px;
  float: left;
  border-radius: 4px;

}
.reason { width: 255px; text-align: center; float: left; margin: 0 22px 50px 22px}
.reason-image {position: relative; z-index: 20;}
    .reason-image img:hover {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4eg);
    transform: rotate(4deg);
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.reason-image span {display: inline-block; background: url("../images/bg_number.png") left top no-repeat; line-height: 1.2em; font-weight: 900; color: #FFFFFF; width: 27px; height: 24px; padding-top: 6px; padding-left: 3px; position: relative; top: -20px}
.reason p {margin: 0; line-height: 1.3em; font-size: 15px; text-align:center;}
.reason p strong {font-weight: 700; }
.fix {clear: both}
.reason a {
  color:black;
  text-decoration: none;
}
/* footer */
footer {
  height: 350px;
 background-color: rgba(0,100,0,0.7);
 border-top: 5px solid rgba(0,100,0,0.8);
     
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);

  background-size: 95%;
  margin: 0 auto;
    
  
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: rgba(220,20,60, 0.6) ;
}

footer span {
  color: rgba(220,20,60, 0.9);
}
.sloupec2 a {
  color: white;
}
.all {
  max-width: 1200px;
  margin: 0 auto;

}
.sloupec {
 width: 360px;

float: left;
  height: 250px;
     


}
.sloupec a{
color: white;

text-decoration: none;
}
.sloupec2 {
 width: 420px;

float: left;
  height: 250px;
     


}
.sloupec3 {
 width: 380px;
margin-right: 30px;
float: right;
  height: 250px;


}
.sloupec3 a {
  text-decoration: none;
}
¨.reklama {
  margin-top: -100px;
  float: left;
}
/* Slevový formulář */
.reserve {
  max-width: 250px;
  margin: 0 auto;
  height: 5px;
}
}form {
 
  
  margin-top: 16px;
  text-align: center;
}
input[type=text] { border:0px solid #ccc; height: 40px;
  width: 200px;
font-size: 14px;
border-radius: 4px;
margin-left: 20px;
padding-left: 5px;
}


input[type=submit] {
 background-color: rgba(220,20,60, 0.9); border:0 none;
cursor:pointer;
font-size: 14px;
height: 42px;
width: 120px;
margin-left: 60px;
color: white;
margin-top: 10px;
border-radius: 4px; 
border-bottom: 2px solid #800000;
}
input[type=submit]:hover {
 background-color: rgba(220,20,60, 0.8); border:0 none;

}
footer p {
  text-align: center;
  color: rgba(220,220,220,0.9);
}
.ptext {
  color: white;
    text-shadow: 0.5px 0.5px 1px gray;
  text-align: right;
  padding-right: 55px;
    font-family: 'Marck Script', cursive;
    font-size: 20px;
}

.btntext {
  padding-left: 45px;
}
.fotnadpis {
    color: white;
    border-bottom: 1px solid #D3D3D3;
    font-size: 30px;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
     font-family: 'Marck Script', cursive;
     font-weight: bold;
}
.fotnadpiss {
    color: white;
    border-bottom: 1px solid #D3D3D3;
    font-size: 30px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
     font-family: 'Marck Script', cursive;
       font-weight: bold;
}

.card {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  height: 100px;
}
.cena {
  border-bottom: 2px solid black;
}
.cena p {
  margin-top: -10px;
}
table {
  width: 850px;
  padding-left: 80px;
}
.katalogimg {
  width: 260px;
}
.katalog p {
  text-align: left;
}
.katalog h3 {
  margin-top: -15px;
  font-size: 18px;
}



.modal-box {

    background-color: white;
    width: 300px;
    height: auto;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 4px;
    max-width: 400px;
    position:fixed;
    z-index: 10;
    bottom:0;
    right:0;
}
.modal-box .close {
    cursor: pointer;}
.modal-box img {
    height: 15px;
    position: absolute;
    right: 0;
    padding: 10px 20px;
}
.header-section {
    border-bottom: 3px solid #228B22;
}

@media only screen and (max-width : 500px) {
    .modal-box {
        display: none;
    }
}


