@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: 'ownFont';
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background-color: #bebec3;
  color: #000000;
}

img, div {
  border: 0;
}
img {
  max-width: 100%;
}

#container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 650px;
  display: block;
  background-color: #ffffff;
  position: relative;

  border-radius: .2em;
  border-color: rgba(82,131,0,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
}

#txt {
  background: url(../pics/header-vyp.png) left top no-repeat, url(../pics/bottom-kerivn.jpg) left bottom repeat-x;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  /* position: relative; */
  background-color: #ffffff;
}

h1 {
  text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 0px 3px 7px rgba(117,89,13,0.6);
  color: #75590D;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 500px;
}

h2, h3 {
  text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 0px 3px 7px rgba(117,89,13,0.6);
  color: #75590D;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3  {
  font-size: 20px;
}

p, .txtgold {
  text-indent: 15px;
  font-size: 22px;
  line-height: 1.2em;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
}

.txtgold {
  color: #75590D;
  font-style: italic;
}

.txtgoldletava {
  text-indent:0;
  font-size: 22px;
  line-height: 1.2em;
  text-align: right;
  width: 600px;
  font-style: italic;
  color: #75590D;
  padding-right: 15px;
  margin-left: 700px;
  float: right;
}

p.txtintro {
  text-indent:0;
  font-size: 22px;
  line-height: 1.2em;
  text-align: left;
  max-width: 600px;
  font-style: italic;
}

#smugatitle {
   width: 500px;
   height: 10px;
}

.portr {
  margin: 15px;
  margin-top: 0;
  float: left;
  display: inline-block;
}

.portr img {
  border: 2px solid #947812;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background: no-repeat center top fixed;
  overflow: hidden;
  width: 300px;
}

#vyptop {
  margin-top:250px;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 25px; */
  float: left;
  text-align: left;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: expression(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  position: relative;
}

.pib {
  color: #8d6e24;
  text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 0px 3px 7px rgba(117,89,13,0.6);
  text-align: left;
  font-size: 42px;
  font-weight: bold;
  float: right;
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: expression(100% - 350px);
  width: -o-calc(100% - 350px);
  width: calc(100% - 350px);
  padding-top:35px;
}

.pibposada {
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-align: left;
  font-size: 22px;
  text-shadow: none;
  line-height: 1.5em;
}

.divpic250, .divpic350, .divpic400, .divpic500, .divpic750 {
  color: #8d6e24;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  height: auto;
  margin: 15px;
  margin-right: 12px;
  float: right;
  position: relative;
}

.divpic250 {
  width: 250px;
}

.divpic350 {
  width: 350px;
}

.divpic400 {
  width: 400px;
}

.divpic500 {
  width: 500px;
}

.divpic750 {
  width: 750px;
}

.divpic1300 {
  color: #8d6e24;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: expression(100% - 15px);
  width: -o-calc(100% - 15px);
  width: calc(100% - 15px);
  height: auto;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
}

.divpic250 img, .divpic350 img, .divpic400 img, .divpic500 img, .divpic750 img, .divpic1300 img {
  border: 4px double #c5c5c5;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background: no-repeat center top fixed;
  overflow: hidden;
  width: auto;
  height: auto;
}

hr {
  border: 1px solid #005b31;
  margin-top: 15px;
  margin-bottom: 15px;
}

.divnavi {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a, a:visited {
  color: #75590D;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
}

a:hover, a:active {
  color: #513e09;
  font-size: 20px;
  text-decoration: underline;
  font-weight: normal;
}

li {
  list-style-type: disc;
  text-indent: 15px;
  font-size: 22px;
  line-height: 1.2em;
  text-align: justify;
  margin-left: 50px;
  padding-left: 5px;
  padding-right: 15px;
}

#smugavyp {
   width: 90%;
   height: 10px;
   margin-left: 15px;
   margin-bottom: 25px;
}
