/* CSS RESET ZACATEK */
* {margin: 0px; padding: 0px;}
table {border-collapse: collapse; border-spacing: 0px;}
tr {vertical-align: top;}
td {vertical-align: top; padding: 0px;}
img {margin: 0px; padding: 0px; border: 0px;}
address, code, dfn, em, strong, var {font-style: normal; font-weight: normal;}
caption, th {text-align: center; font-weight: bold; font-style: normal;}
p, pre, blockquote, ul, ol, dl, address {margin: 0px 0px;}
blockquote, cite {font-style: italic; font-weight: normal;}
blockquote {text-align: justify; margin: 1em;}
dd {text-align: justify; margin: 0em 1em 1em 1em;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {font-weight: bold; cursor: pointer; cursor: hand;}
form {margin: 0px 0px; padding: 0px;}
label {font-weight: bold; cursor: pointer; cursor: hand;}
fieldset {margin: 1em 0px; padding: 0.5em; border: 2px solid DimGray;}
legend {font-weight: bold; padding: 3px; border: 2px solid DimGray;}
input, select, textarea {font-family: Arial, Courier, monospace; }
h1 {font-size: 1.2em;}
/* CSS RESET KONEC *//* CSS Document */

body {
margin: 0px auto auto auto;
padding: 0px auto auto auto;
text-align: center;
background-image: url('/images/bg_7.jpg');
background-repeat: repeat;
background-position: center top;
background-color: #b8a279;
font-family: NotoSans;
font-size: 15px;
color: #000000;
}

a {
text-decoration: none;
color: #000000;
}

.clear_hr {
clear: both;
visibility: hidden;
}

div#wrapper {
margin: 0px auto auto auto;
text-align: center;
}

div#header {
position: relative;
margin: 0px auto auto auto;
width: 1500px;
height: 180px;
background-image: url('/images/header_bg_1.png');
background-color: #ffe88e;
text-align: center;
}

div#logo {
float: left;
margin: 12px auto auto 30px;
}

div#header_nadpis1 {
float: left;
margin: 0px auto auto 30px;
width: 80%;
text-align: center;
text-transform: uppercase;
}

div#header_nadpis1 a {
font-family: LibreBaskerville;
font-size: 38px;
color: #222222;
}

div#header_nadpis2 {
float: left;
width: 65%;
margin: 10px auto auto auto;
text-align: center;
}

div#header_nadpis2 a {
font-family: NotoSans;
font-size: 85px;
color: #ffffff;
text-shadow: 0px 0px 3px #000000;
}

div#header_nadpis3 {
float: right;
margin: 0px 20px auto auto;
font-size: 32px;
color: #ffffff;
}

/*
div#google_plus {
float: left;
margin: 65px auto auto 75px;
text-align: left;
}

div#google_plus img {
opacity: 0.65;
}
*/
div#fb {
float: right;
margin: 21px 10px auto auto;
text-align: left;
}

div#fb img {
opacity: 0.65;
}
 /*
div#vltava {

bottom: -3px;
right: 135px;
font-size: 22px;
color: #ffffff;
}

div#jazyky {
float: right;
margin: 10px auto auto 20px;
font-size: 12px;
color: #dddddd;

}

div#jazyky img {
margin-left: 7px;
width: 25px;
}
*/

.img_predavame {
float: left;
padding-right: 10px;
}

div#tel {
float: right;
margin: 15px 10px auto auto;
font-size: 25px;
line-height: 34px;
}

div#tel img {
width: 30px;
display: block-inline;
vertical-align: middle;
}

div#content {
margin: -1px auto auto auto;
width: 1500px;
/*background-color: rgba(245,246,196,0.8);*/
background-color:  #e6e6c4;
text-align: center;
border-top: 1px solid #000000;
}

.vlna {
width: 100%;
height: 90px;
background-image: url('/images/vlna.png');
}

.vlna2 {
position: relative;
width: 960px;
height: 150px;
background-image: url('/images/vlna2.png');
background-repeat: no-repeat;
background-position: center bottom;
background-color:  #ffffe5;
}

.bottom {
padding-left: 30px;
height: 40px;
text-align: left;
background-color: #0f6b9a;
line-height: 40px;
color: #ffffe5;
}

@media screen and (max-width: 1300px) {
  
  div#header {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-color:  #2997cc;
  }
  
  div#content {
  width: 100%;
  }
  
  div#header_nadpis1 {
    width: 100%;
    margin: 10px auto auto 0px;;
  }
  
  div#header_nadpis1 a {
  font-size: 20px;

  }
  
  div#header_nadpis2 {
  margin: 10px auto auto 0px;
  width: 35%;

  }
  
  div#header_nadpis2 a {
    font-size: 34px; 
  }
  
  div#tel img {
  width: 22px;
  }
  
  div#tel {
  float: left;
  margin: 10px auto auto 10px; 
  font-size: 16px;
  display: block;
  }
  
  div#logo {
  margin: 10px auto auto 10px;
  display: block;
  max-width: 20%;  
  }
  
  div#logo img {
  width: 90%;
  display: block;
  }
  
  div#header_nadpis3 { 
  font-size: 20px; 
  }
    
}
