@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
body{
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif; 
  background: transparent url(images/body.jpg) repeat center 580px; 
  -webkit-text-size-adjust: 100%;
}
input, textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
img{
  max-width: 100%; height: auto;
}
/* nav */
nav{
  background: #ffa12d;
  width: 100%;
  float: left;
  position: fixed;
  z-index: 10;
  top: 0px;
}
nav ul{
  width: 100%; 
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 30px 0px;
  height: 30px;
}
nav ul li{
  list-style: none;
  float: left;
}
nav ul li a{
  padding-right: 25px;
  margin-right: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  display: block;
}
nav ul li a:after{
  content: "/";
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
nav ul li:last-child a{
  padding-right: 0px;
  margin-right: 0px;
}
nav ul li:last-child a:after{
  display: none;
}
nav ul li a:hover{
  text-decoration: underline; 
}
/* header */
header{
  clear: both;
  background: transparent url(images/header.png) no-repeat center bottom;
  position: relative;
  z-index: 1;
  min-height: 510px;
  margin-top: 90px;
}
header h1{
  display: none;
}
/* main */
main{
  width: 100%;
  max-width: 1040px;
  margin: -31px auto 0px;
  background: #fff;
  display: block;
}
.konference{
  padding-top: 60px;
  max-width: 800px;
  margin: 0 auto;
}
.konference p.desc{
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  color: #ffa12d;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}
.konference p{
  font-size: 12px;
  color: #a1a0a0;
  margin: 0px 0px 11px;
}
.konference h2{
  margin: 0px 0px 25px;
  font-size: 48px;
  color: #0f533f;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
.konference .program{
  text-align: center;
}
.konference .program span.time{
  font-size: 30px;
  color: #ffa12d;
  display: block;
  font-weight: 600;
  line-height: 33px;
}
.konference .program span.program{
  font-size: 18px;
  color: #929292;
  display: block;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.prednasejici article{
  background: transparent url(images/sipka.png) no-repeat center top;
  padding-top: 20px;  
  clear: both;
}
.prednasejici article span.time{
  font-size: 30px;
  color: #ffa12d;
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.prednasejici article .who{
  text-align: right;
  width: 45%;
  padding-left: 4%;
  float: left;
}
.prednasejici article .who .bio p{
  display: none;
}
.prednasejici article .what{
  text-align: left;
  width: 45%;
  padding-right: 4%;
  float: right;
}
.prednasejici article .what img{
  margin: 38px 0px;
  display: block;
}
.prednasejici article h3,
.prednasejici article h4{
  font-size: 18px;
  color: #5e5e5e;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  padding-top: 10px;
}
.prednasejici article p{
  font-size: 12px;
  color: #a1a0a0;
  margin: 0px 0px 40px;
}
.prednasejici article a.more{
  line-height: 40px;
  display: inline-block;
  padding: 0px 23px;
  margin: 0px 0px 40px;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  background: #ffa12d;
  cursor: pointer;
  text-decoration: none;
}
.misto{
  clear: both;
  text-align: center;
  padding-top: 35px;
  background: transparent url(images/sipka.png) no-repeat center top;
  padding-bottom: 30px;
}
.misto h2{
  margin: 0px 0px 20px;
  font-size: 48px;
  color: #0f533f;
  text-transform: uppercase;
  font-weight: 900;
}
.misto p{
  font-size: 18px;
  color: #ffa12d;
  font-weight: 600;
  margin: 0px 0px 30px;
}
.registrace{
  clear: both;
  text-align: center;
  padding-top: 25px;
  background: transparent url(images/sipka.png) no-repeat center top;
  padding-bottom: 95px;
}
.registrace h2{
  margin: 0px 0px 12px;
  font-size: 48px;
  color: #0f533f;
  text-transform: uppercase;
  font-weight: 900;
}
.registrace p{
  font-size: 18px;
  color: #ffa12d;
  font-weight: 600;
  margin: 0px 0px 25px;
}
.form-group label{
  display: inline-block;
  width: 170px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #5e5e5e;
  line-height: 18px;
}
.form-group input{
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  height: 18px;
  color: #5e5e5e;
  border: none;
  border-bottom: 1px solid #ffa12d;
  width: 160px;
  display: inline-block;
}
.form-action{
  padding-top: 30px;
}
.form-action input{
  height: 44px;
  display: inline-block;
  padding: 0px 23px;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  background: #ffa12d;
  cursor: pointer;
}
/* footer */
footer{
  background: #fff url(images/footer.png) no-repeat center top;
  padding: 0px 0px;
  text-align: center;
  margin-top: -15px;
}
footer .section{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
footer p{
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
footer p span{
  text-align: right;
  width: 48%;
  margin-right: 20px;
  display: inline-block;
}
#partneri{
  padding: 90px 0px;
}
#partneri .row{
  margin-bottom: 50px;
}
#partneri .row:last-child{
  margin-bottom: 0px;
}
#partneri .row .label{
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  margin-right: 5%;
  font-size: 20px;
  color: #f9a030;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
#partneri .row:first-child .label{
  padding-top: 45px;
}
#partneri .row .loga{
  display: inline-block;
  vertical-align: top;
  width: 54%;
}
#partneri .row .loga img{
  vertical-align: middle;
  margin: 0px 10px 20px 0px;
}
/* další */
a#pull{
  display: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}
/* responze */
@media screen and (max-width: 1040px){
  nav ul {width: 96%;}
  header {background: transparent url(images/header.png) no-repeat center bottom; background-size: cover; min-height: 400px;}
  main {width: 96%; padding: 0px 2%;}
  iframe{max-width: 100%;}
}
@media screen and (max-width: 800px){
  a#pull{display: block; padding: 15px 0px; text-align: center;}
  nav ul{display: none;}
  nav ul.visible{position: absolute; display: block; height: auto; left: 0px; top: 0px; width: 100%; background: #ffa12d;}
  nav ul li {float: none; display: block;}
  nav ul li a {padding-right: 0px; padding-left: 20px; margin-right: 0px;}
  nav ul li a:after{display: none;}
  header {margin-top: 60px;}
}
@media screen and (max-width: 767px){
  .prednasejici article .who {text-align: center; width: 100%; padding-left: 0%;}
  .prednasejici article .what {text-align: center; width: 100%; padding-right: 0%;}
  .prednasejici article .what img {margin: 0px 0px; display: inline-block;}
  footer p span {width: 28%;}
  header {min-height: 300px;}
}
@media screen and (max-width: 599px){
  .konference p.desc {font-size: 26px;}
  .konference h2, .misto h2, .registrace h2 {font-size: 40px;}
  footer p span {width: auto;}
  footer .section {width: 96%;}
  header {min-height: 200px;}
}
@media screen and (max-width: 480px){
  #partneri .row{text-align: center;}
  #partneri .row .label{width: 100%; padding-top: 0px; margin-bottom: 15px; text-align: center;}
  #partneri .row:first-child .label{padding-top: 0px;}
  #partneri .row .loga{width: 100%;}
}
@media screen and (max-width: 380px){
  .form-group label {display: block; margin-bottom: 10px; text-align: left;}
  .form-group input {width: 100%;}
  .form-group{margin-bottom: 20px;}
  header {min-height: 160px;}
}