* {
  margin: 0px;
  padding: 0px; 
  font-family: Verdana;
  font-family: "omnes-pro",sans-serif;
}

html {
  background: url('/patt.png');
}

body {
  margin-top: 20px; 
  
}

.main {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;  
  padding: 10px;  
}

/* obsolete */

img {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px; 
}

.mainimg {
  background: url('/main.png');
  width: 212px;
  height: 500px;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px; 
}

h1 {
  margin-top: 15px;
  margin-bottom: 15px; 
  font-size: 60px; 
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px; 
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}

ul {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px; 
}

ul li {
  line-height: 27px;
  text-align: justify;
  font-size: 17px;
}

.break {
  clear: both;
}


p {
  line-height: 23px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 1em;
}

.social {
  position: fixed;
  right: -10px; 
  width: 120px;
  height: 200px;
  top: 0px;
  padding: 15px;
  /* background: rgba(0,0,0,0.1); */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
}

.social div {
  margin-top: 20px; 
}

.white {
  background: rgba(255,255,255,0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px;
  margin-left: 250px;
  margin-top: 20px;    
}

.downwhite {
  background: rgba(255,255,255,0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px;
  margin-top: 20px;    
}


.black {
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px; 
  color: white;  
  margin-top: 20px; 
}

.twit {
  margin-right: -30px; 
}



.bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.bookmark {
  padding: 10px;
  font-size: 17px;
  margin-top: 30px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  float: left;
  cursor: pointer;
  margin-right: 5px;
  color: #333;
}

.vysuv {
  background: rgba(200,200,200,1);
  cursor: pointer;
  color: #333;
}

.vysuv:hover {
  padding-bottom: 12px;
  margin-top: 28px;
}

.b_active {
  background: rgba(255,255,255,0.9);
  color: #000;
  cursor: default;
}

.order {
  clear: both;
  
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0;
  border-radius: 4px;
  border-top-left-radius: 0; 
  background: rgba(255,255,255,0.9);
  padding: 20px;
  position: relative;
}

.green {
  color: green;
  font-weight: bold;
}

table.form td {
  padding: 5px; 
}

inputs:-webkit-input-placeholder { 
    color:    #b5b5b5; 
} 
 
inputs-moz-placeholder { 
    color:    #b5b5b5; 
} 
 
 .inputs  { 
    background: white; 
    font-size: 17px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px; 
    border: none; 
    padding: 13px 10px; 
    width: 95%;
    max-width: 600px;
    margin-bottom: 20px; 
    border: 1px solid #888;
    clear: both; 
    margin-top: 10px; 
} 

.inputs:focus { 
    background: #fff; 
    box-shadow: 0px 0px 0px 3px silver, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 ); 
    outline: none;    
} 

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 23px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#float_where {
  padding-left: 10px; 
  padding-right: 10px; 
  font-size: 20px;
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; 
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-line {
  display: none;
  position: fixed;
  bottom: 2px;
  width: 100%;      
}

ol {
  margin-left: 20px;
}

ol li {
  line-height: 20px;
  margin-bottom: 10px;
}

