
/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: green;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: fixed;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;

}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #000000;
  line-height: 28px;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/
.iconka {
margin-right: -180px;
}
nav {
  position: fixed;
  background: #fff;
  z-index: 1;
  width: 100%;
  display: block;
 
}
 .nav-menu {
  float: right;
  line-height: 15px;
  margin-bottom: 0;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: rgb(65, 62, 62);
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.logo {
  float: left;
  margin-left: -105px;
}

.logo img {
  width: 200px;
  height: 100px;
}
.golovna{
margin-top: 45px;
  font-size: 15pt;
  size: 10pt;
  color: black;
  float: right;
  font-family: 'Playfair Display', serif;
  display: block;
  margin-right: 25px;
  margin-top: 40px;
}
.responsive {
  display: none;
  font-size: 40px;
  size: 15px;
}

.active {
  color: #5a5858;
}

.nav-menu {
  margin-top: 40px;
  display: none;
  float: none;
  width: 100%;
}
.nav-menu li {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #f1eaea;
  line-height: 60px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive {
  float: right;
  padding-top: 15px;
  display: block;
}
/* About */
.head-info .header-content h1 {
  font-size: 32px;
}
#about .div-img-bg {
  padding: 0;
}
#about .div-img-bg .about-img img {
  margin-top: 0%;
  margin-left: calc(0% - 0px);
}
#about .about-descr .p-heading {
  font-size: 20px;
}
#about .about-descr .separator {
  max-width: 100%;
  margin-bottom: 0;
}

/* journal */
#journal .journal-block .journal-info {
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/home-bg.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
}
 .img-nad{
   margin-top: 200px;
   width: 150vh;
   height: auto;
 }

#header .header-content {
  height: 100vh;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction:column;
  font-size: 84pt;
  font-family: 'Bikham Cyr Script';
  margin-bottom: 5px;
 
}
#text_zag {
  color: silver;
  display: contents;
  position: fixed;
  font-size:60pt;
  font-family: 'Bikham Cyr Script';
  margin-bottom: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*  Buttons
/*-----------------------------------------------------------------------------------*/
#but1{
  background: url("../images/italic.png");
  width: 48px;
  height: 48px;
}
#but2{
  background: url("../images/align_left.png");
  width: 48px;
  height: 48px;
}
#but3{
  background: url("../images/align_justify.png");
  width: 48px;
  height: 48px;
}
#but4{
  background: url("../images/align_right.png");
  width: 48px;
  height: 48px;
}
#but5{
  background: url("../images/bold.png");
  width: 48px;
  height: 48px;
}
#but8{
  background: url("../images/align_center.png");
  width: 48px;
  height: 48px;
}
#but9{
  background: url("../images/link.png");
  width: 48px;
  height: 48px;
}
.kategory {
  display: flex;
  flex-direction: row;
  align-content: center;
 
}
.d{
  margin-right: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 190px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
  color: #5a5858;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: justify;
  color: #837b7b;
 }
/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/
.sub-menu
{
list-style:none;
text-align: center;
margin-left: -75px;
}

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
 
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: auto;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  width: 300px;
  height: 215px;
}
.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  margin-left: -35px;
  font-weight: 500;
  color: #292929;
  font-family: 'Tenor Sans', sans-serif;
 
}
.journal-block .journal-info .journal-txt h4 a:hover {
  color: #074720;
  
}
.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}
.kart{
  align-items: center;
}
/*-----------------------------------------------------------------------------------*/
/*  Registracia
/*-----------------------------------------------------------------------------------*/
.centr{
  -webkit-box-align: center;
-moz-box-align: center;
  align-content: center;
  text-align: center;
  display: block;
  align-items: center;
  width: 450px;
  height: 160px;
  margin-left: 105px;

}
.registr {
  display: block;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
    align-content: center;
    text-align: center;
    width:100%;
    height: 300px;
    margin-left: 30px;
  margin-top: 250px;
  font-size: 18pt;
  font-family: 'Playfair Display', serif;
  color: #292929;
  position: static;
}

#vhod {
  width: 100px;
  height: 40px;
}
.error{
  color: black;
  text-align: center;
  margin-left: 250px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: bold;
}
.error_l{
  color: black;
  text-align: center;
  margin-left: 310px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/

/*  /* Single page */

/*-----------------------------------------------------------------------------------*/

/* main content */

.main-content {
  background: #f7f7f7;
  align-content: center;

}

.main-content .container-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-content: center;
  align-items: center;
  align-self: center;
  
}

.main-content .container-main .block-main {
  margin-bottom: 30px;
 
}

.container-main .block-main .content-main {
  display: inline-block;
  width: 100%;
  align-items: center;
  
}

.journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#nad{
  font-family: 'Poppins', sans-serif;
  font-size: 48pt;
  color: black;
  text-align: center;
}