/* CSS Document */
/* font-family: 'Rosario', sans-serif; */
* {
  margin: 0; padding: 0; line-height: 100%; /*reset*/
 } 
 
 .clear {
 clear: both;  /*Ukončí obtékání */
 }
 
 html, body {
  background: #fff;
 }
 
 #container {
 max-width: 640px;
 margin: 0 auto;
 margin-top: 0px;
 }
  
 #header {
 width: 100%;
 max-height: 600px;
 background: url('img/header_mobile.png?1') center top no-repeat;
 margin-top: 0px;
 padding-left:0px;
 }
 
 #header div.header_text {
 float: none;
 margin: 0 auto;
 width: 90%;
 padding-top: 30px;
 }
 
 #header h1 {
 font-family: 'Rosario', sans-serif;
 font-weight: 700;
 font-style: italic;
 color: #fff; 
 font-size: 60px;
 margin-left: 20px;
 text-shadow: 1px 1px 1px #000;    /*css3 feature shadow does not work in all of the browsers !! */
 }
 
  #header p {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 1px 1px #000;    /*css3 feature shadow does not work in all of the browsers !! */
  margin: 25px auto;
  width: 90%;
  }
  
  #header a.btn-header {
  display:inline-block;
  font-size:32px;
  color:#fff;
  padding: 17px 20% 17px 20%;
  margin: 100px auto 25px auto;
  background: url('img/bg-btn.png');
  font-family: 'Rosario', sans-serif;
  text-decoration:none;
  border: solid 3px #fff;
  font-style:italic;
  font-weight:bold;
  text-shadow: 0 2px 3px #040702;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  }
  
  #header .btn-header span {
  padding:0 26px 0 0;
  background: url('img/arrow-button.png') 100% 67% no-repeat;
  
  }
  
  #header a.btn-header:hover {;
  background: url('img/bg-btn-hover.png');
  border: solid 3px #f7952c;
  }
  
  #middle_bar {
  width:90%;
  margin: 50px 10px 0 10px;
  padding-left:0px;
  }
  
  #middle_bar div.prvni {
  width:90%;
  margin: 50px 2% 0 2%;
  float:none;
  }
  
  #middle_bar .obraz a {
  width: 235px;
  height:163px;
  display: block;
  }
   
  #middle_bar div.prvni {
  width: 100%;
  }
  
 #middle_bar div.obraz a.prvni_obrazek {
  background: url('img/pic_1.png') center center no-repeat;
  }
  
  #middle_bar div.obraz a.druhy_obrazek {
  background: url('img/pic_2.png') center center no-repeat;
  }
  
  #middle_bar div.obraz a.treti_obrazek {
  background: url('img/pic_3.png') center center no-repeat;
  }
  
  .column {
  width: 100%;
  margin-left:0; 
  }
  
  .column p {
  font-size: 26px;
  color: #545454;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 27px;
  margin-top: 13px;
  margin-left:0;
  }
  
  .column p a {
  color: #232323;
  text-align: left; 
  }
  .column h2 {
  font-size: 38px;
  font-weight: 700;
  font-family: 'Rosario', sans-serif;
  color: #e67724;
  }
  
  
  #footer {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding-left:0px;
  }
  
  #footer h2 {
  font-family: 'Rosario', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-top: 10px;
  }
  
  #footer p {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  margin-top: 10px;
  color: #dccab3;
  }
  
  #footer a {
  color: #e67724;
  }
  
  #footer div.textarea_footer {
  width: 90%;
  margin:20px 5% 0 5%;
  padding-top: 0px;
  }
  
  #footer div.socialsites_footer {  
  margin:20px 5% 20px 5%;
  width:90%;
  text-align:center;
  }
  
  #footer div.socialsites_footer a span {
  float: left;
  margin-top: 30px;
  margin-right: 10px;
  margin-left:0;
  }
  
  #footer div.socialsites_footer a span.message {
  background: url('img/message.png') center top no-repeat;
  height: 71px;
  width: 71px;
  }
   
  #footer div.socialsites_footer a span.twitter {
  background: url('img/twitter.png') center top no-repeat;
  height: 71px;
  width: 71px;
  }
    
  #footer div.socialsites_footer a span.facebook {
  background: url('img/facebook.png') center top no-repeat;
  height: 71px;
  width: 71px;
  }
  
  #footer p.footering {
  font-size: 24px;
  font-family: 'Arial', sans-serif;
  font-weight: 200;
  text-align: left;
  color: white;
  width: 90%;
  margin-top: 20px;
  margin-left:0;
  padding-bottom: 10px;
  margin:20px 5% 10px 5%;
  }
  /*-------------------  max-width:400px  -------------------------*/
  
  
  @media screen and (max-width:500px){
  
  * {
  margin: 0; padding: 0; line-height: 100%; /*reset*/
 } 
 
 .clear {
 clear: both;  /*Ukončí obtékání */
 }
 
 html, body {
  background: #fff;
 }
 
 #container {
 max-width: 640px;
 margin: 0 auto;
 margin-top: 0px;
 }
  
 #header {
 width: 100%;
 max-height: 600px;
 background: url('img/header_mobile.png') center top no-repeat;
 margin-top: 0px;
 padding-left:0px;
 }
 
 #header div.header_text {
 float: none;
 margin: 0 auto;
 width: 90%;
 padding-top: 30px;
 }
 
 #header h1 {
 font-family: 'Rosario', sans-serif;
 font-weight: 700;
 font-style: italic;
 color: #fff; 
 font-size: 60px;
 margin-left: 20px;
 text-shadow: 1px 1px 1px #000;    /*css3 feature shadow does not work in all of the browsers !! */
 }
 
  #header p {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 1px 1px #000;    /*css3 feature shadow does not work in all of the browsers !! */
  margin: 25px auto;
  width: 90%;
  }
   
  
   #header a.btn-header {
  display:block;
  font-size:32px;
  color:#fff;
  padding: 17px 10% 17px 10%;
  margin: 70px auto 25px auto;
  background: url('img/bg-btn.png');
  font-family: 'Rosario', sans-serif;
  text-decoration:none;
  border: solid 3px #fff;
  font-style:italic;
  font-weight:bold;
  text-shadow: 0 2px 3px #040702;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  text-align:center;
  }
  
  #header .btn-header span {
  padding:0 26px 0 0;
  background: url('img/arrow-button.png') 100% 67% no-repeat;
  }
  
  #header a.btn-header:hover {;
  background: url('img/bg-btn-hover.png');
  border: solid 3px #f7952c;
  }
  
  #middle_bar {
  width:90%;
  margin: 50px 10px 0 10px;
  padding-left:0px;
  }
  
  #middle_bar div.prvni {
  width:90%;
  margin: 50px 2% 0 2%;
  float:none;
  }
  
  #middle_bar .obraz a {
  width: 235px;
  height:163px;
  display: block;
  }
   
  #middle_bar div.prvni {
  width: 100%;
  }
  
 #middle_bar div.obraz a.prvni_obrazek {
  background: url('img/pic_1.png') center center no-repeat;
  }
  
  #middle_bar div.obraz a.druhy_obrazek {
  background: url('img/pic_2.png') center center no-repeat;
  }
  
  #middle_bar div.obraz a.treti_obrazek {
  background: url('img/pic_3.png') center center no-repeat;
  }
  
  .column {
  width: 100%;
  margin-left:0; 
  }
  
  .column p {
  font-size: 18px;
  color: #545454;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 27px;
  margin-top: 13px;
  margin-left:0;
  }
  
  .column p a {
  color: #232323;
  text-align: left; 
  }
  .column h2 {
  font-size: 38px;
  font-weight: 700;
  font-family: 'Rosario', sans-serif;
  color: #e67724;
  }
  
  
  #footer {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding-left:0px;
  }
  
  #footer h2 {
  font-family: 'Rosario', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-top: 10px;
  }
  
  #footer p {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 25px;
  margin-top: 10px;
  }
  
  #footer a {
  color: #e67724;
  }
  
  #footer div.textarea_footer {
  width: 90%;
  margin:20px 5% 0 5%;
  padding-top: 0px;
  }
  
  #footer div.socialsites_footer {  
  margin:20px 5% 20px 5%;
  width:90%;
  text-align:center;
  }
  
  #footer div.socialsites_footer a span {
  float: left;
  margin-top: 30px;
  margin-right: 10px;
  margin-left:0;
  }
  
  #footer div.socialsites_footer a span.message {
  background: url('img/message.png') center top no-repeat;
  height: 71px;
  width: 71px;
  }
   
  #footer div.socialsites_footer a span.twitter {
  background: url('img/twitter.png') center top no-repeat;
  height: 71px;
  width: 71px;
  }
    
  #footer div.socialsites_footer a span.facebook {
  background: url('img/facebook.png') center top no-repeat;
  height: 71px;
  width: 71px;
  }

  #footer hr {
  background-color: #a94c2a;
  border-width:0;
  color:#a94c2a;
  height:1px;
  line-height:0;
  width:100%;
  }
  
  
  #footer p.footering {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 200;
  text-align: left;
  color: #dccab3;
  width: 90%;
  margin-top: 20px;
  margin-left:0;
  padding-bottom: 10px;
  margin:20px 5% 10px 5%;
  }
  
  
  }
  
  
table#scores td img {
	display: none;
}