/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* MY CODE-------------------MENU---------------------------------*/
body {
font-family: 'Montserrat', sans-serif;
color: #626871;
background-color: #282e3a;}

.logo {
width: 100px;
height: 100px;
position: relative;
background-image: url(../../gra/logo200x200.png);
background-size: contain;
background-repeat: no-repeat;
padding-top: 10px;
margin: 10px auto;}

.menuhorni {
display: none;}

.menudolni {
}

nav {
width: 200px;
height: 20px;
background-color: #282e3a;
margin: 10px auto;}

ul {
margin-left: 20px;}

ul li {
list-style: none;
display: inline-block;
float: left;
line-height: 20px;}

ul li a:link {
font-family: 'Montserrat', sans-serif;
text-decoration: none;
font-weight: 100;
font-size: 16px;
color: white;
padding: 0 10px;}

ul li a:visited {
font-family: 'Montserrat', sans-serif;
text-decoration: none;
font-weight: 100;
font-size: 16px;
color: white;
padding: 0 10px;}

ul li a:hover {
color: #bec0c3;
text-decoration: underline;
text-shadow: 0px 0px 6px #a1a2a1;}

.menu{
  font-family: 'Montserrat', sans-serif;
  font-size: 40;
  color: #626871;
  text-align: center;}

/* MY CODE-------------------KATEGORIE---------------------------------*/

.kategorie {
    box-sizing: border-box;
    width: 95%;
    background-color: #5b6066;
    padding: 5px 5px;
    margin: 0 auto;
    line-height: 0;
    overflow: auto;
    white-space: nowrap;
    border-radius: 5px;}

.pics_wrap {
  display: inline-block;
  position: relative;
  width: 191px;
  height: 323px;
  margin: 5px;
  padding: 0;}

.pictl {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;}

.picsover {
visibility: visible;
position: absolute;
top: 0px;
left: 0;
width: 191px;
height: 323px;
color: rgba(0, 0, 0, 0);
font-size: 40px;
background-color: rgba(0, 0, 0, 0);
line-height: 323px;
text-align: center;}

.picsover:hover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 191px;
  height: 323px;
  color: white;
  font-size: 40px;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 323px;
  text-align: center;
  text-shadow: 0px 0px 3px #909090;
  border-radius: 5px;}

.mobilpopis {
  position: absolute;
  top: 130px;
  left: 0;
  width: 191px;
  height: 50px;
  color: white;
  font-size: 40px;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 44px;
  text-align: center;
  text-shadow: 0px 0px 3px #909090;}

/* MY CODE-------------------FOTOGALERIE---------------------------------*/
.kategorie_galerie {
    display: none;
    box-sizing: border-box;
    width: 95%;
    background-color: #5b6066;
    padding: 10px 0;
    margin: 0 auto;
    line-height: 0;
    overflow: auto;
    white-space: nowrap;
    border-radius: 5px;}


.fotogalerie {
    text-align: center;
    font-size: 0.1px;
    width: 95%;
    background-color: #282e3a;
    padding: 10px 0;
    margin: 5px auto;
    overflow: auto;
    border-top-style: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #f3f3f4;}

.pics_wrap_galerie {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 5px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #989898;}

.fotogalerie:after {
  content: '';
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;}




/* MY CODE-------------------FOTOGALERIE ARTICLE---------------------------------*/

.fotogaleriearticle {
    box-sizing: border-box;
    height: 300px;
    width: 95%;
    background-color: #1a1b1f;
    padding: 10px 10px;
    margin: 10px auto;
    overflow: auto;
    white-space: normal;
    border-radius: 5px;
    overflow: auto;
    color: white;
    }


.fotogaleriearticle h2 {
  font-family: Montserrat;
  font-size: 22px;
  color: white;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 300;}

  .fotogaleriearticle h3 {
    font-family: Montserrat;
    font-size: 20px;
    color: white;
    margin-bottom: 2px;
    margin-top: 10px;
    font-weight: 300;}

.galerie_article {
  font-family: Montserrat;
  font-size: 15px;
  color: white;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 20px;}

.galerie_par{
  height: 125px;
margin-bottom: 10px;
line-height: 25px;
  font-weight: 300;
}

.fotogaleriearticle a:link, .fotogaleriearticle a:visited, .fotogaleriearticle a:active {
text-decoration: none;
color: white;
font-weight: normal;}

.fotogaleriearticle a:link:hover, .fotogaleriearticle a:visited:hover, .fotogaleriearticle a:active:hover {
text-decoration: none;
color: white;
text-shadow: 1px 1px 3px grey;}

.galerie_par_img{
float: left;
margin-right: 10px;
}

/* MY CODE-------------------SVATBY---------------------------------*/

.svatby_menu {
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #282E3A;
  padding: 5px 5px;
  overflow: auto;
  line-height: 0;
  border-radius: 0px;
}

.svatby_menu a {
  line-height: 70px;


}


.svatby_menu h2 {
  text-align:center;
  font-family: Montserrat;
  font-size: 25px;
  color: white;
  margin-bottom: 30px;
  margin-top: 45px;
  font-weight: 500;
  text-decoration: none;
}

.svatby_wrap {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: white;
  width: 300px;
  height: 99px;


  margin-bottom: 20px;
  margin: 0px auto;
  line-height: 20PX;
}

.svatby_menu_pic {
  display: inline-block;
  position: absolute;

  width: 300px;
  height: 99;
  top: 0;
  left: 0;
  margin: 3px 0px;

}

.svatby_popis_clanku_wrap {
  box-sizing: border-box;
  display: block;
  position: absolute;


  bottom: 0;
  left: 0;

}


.svatby_popis_clanku {
  position: absolute;
  display: block;
  top: -25px;
  left: 10px;
  width: 280px;
  text-align: left;
  font-size: 18px;
  color: white;
  font-weight: lighter;
  line-height: 30px;
}



.svatby_text_v_obrazku {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  color: white;
  background-color: white;
  text-align: left;
  border-radius: 0  0 30px  0;
  border-top: 3px solid;

  padding: 5px 20px 0px 3px;



}



.svatby_text_v_obrazku h3 {
  font-size: 14px;
  color: #282E3A;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}






/* MY CODE-------------------blog---------------------------------*/
.blog_menu {
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 95%;
  min-width: 320px;
  background-color: #5b6066;
  padding: 10px 10px;
  margin: 0 auto;
  line-height: 0;
  border-radius: 5px;}

.blog_menu h2 {
  text-align:center;
  font-family: Montserrat;
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;}

.blog_wrap {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: #1a1b1f;
  width: 300px;
  height: 280px;
  margin-bottom: 25px;
  margin: 5px 10px;
  line-height: 20PX;

    }

.blog_menu_pic {
  display: inline-block;
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;}


.text_v_obrazku {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  color: white;
  background-color: #282E3A;
  text-align: left;
  border-radius: 0  0 30px  0;
  padding: 5px 20px 0px 3px;}

.text_v_obrazku h3 {
  font-size: 14px;
  color: #D7DCE6;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;}

.blog_popis_clanku_wrap {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 300px;
  height: 80px;
  bottom: 0;
  left: 0;}


.blog_popis_clanku {
  position: absolute;
  display: block;
  top: -25px;
  left: 10px;
  width: 280px;
  text-align: left;
  font-size: 18px;
  color: white;
  font-weight: lighter;
  line-height: 30px;}

/* MY CODE-------------------články blogu---------------------------------*/

.blog_clanek_wrap {
  box-sizing: border-box;
  display: block;
  width: 95%;
  background-color: #f4f4f4;
  padding: 10px 10px;
  margin: 0 auto;
  border-radius: 5px;}

.blog_clanek_odstavec a:link, .blog_clanek_odstavec a:visited, .blog_clanek_odstavec a:active {
text-decoration: underline;
color: #121212;
font-weight: normal;}

.blog_clanek_odstavec a:link:hover, .blog_clanek_odstavec a:visited:hover, .blog_clanek_odstavec a:active:hover {
text-decoration: underline;
text-shadow: 1px 1px 4px #8d8c8c;}

.blog_obr {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  margin-bottom: 25px;}

.blog_obr_right {
  display: inline-block;
  float: left;
  margin: 3px 5px 3px 0;
  width: 100%;
  max-width: 140px;
  max-height: 140px;}

  .blog_obr_center {
    display: block;

    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 600px;
    }


.blog_obr_left {
  display: inline-block;
  float: right;
  margin: 3px 0px 3px 5px;
  width: 100%;
  max-width: 140px;
  max-height: 140px;}


.blog_clanek_wrap h2 {
  color: #121212;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  text-decoration: underline;}

.blog_clanek_wrap h3 {
display: inline-block;
color: #121212;
font-size: 17px;
font-weight: 500;
line-height: 20px;
margin-bottom: 5px;
}


.blog_clanek_odstavec {
  display: inline-block;
  color: #121212;
  font-size: 15px;
  font-weight: 100;
  line-height: 22px;
  margin-bottom: 20px;}

.obrazky_v_clanku_wrapper {
  font-size: 12px;
  line-height: 15px;
  background-color: #e3e3e3;
  padding: 10px;
  margin: 5px auto;
  overflow: auto;
  width: 60%;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #252525;}


.obrazky_v_clanku{
  max-height: 140px;
  display: inline-block;
  margin-bottom: 10px;
  display: inline-block;}


.blog_obr_size {
  max-height: 140px;
  border-radius: 5px;}

/* MY CODE-------------------INFO---------------------------------*/


.info {

  background-color:rgb(15, 15, 20);
  margin: auto;
  padding: 10px;
  width: 95%;
  border-radius: 5px;
  text-align: center;

}


.infomenu{
  display:inline-block;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}


.infomenu nav {
width: 100%;
height: 40px;
background-color: #282e3a;
margin: 0 auto;
border-radius: 5px;}

.infomenu ul {
padding: auto;}

.infomenu ul li {
list-style: none;
width: 50%;
display: inline-block;
float: left;
line-height: 40px;
margin-left: auto;}

.infomenu ul li a:link {
font-family: 'Montserrat', sans-serif;
text-decoration: none;
font-weight: 100;
font-size: 16px;
color: white;
padding: 0 10px;}

.infomenu ul li a:visited {
font-family: 'Montserrat', sans-serif;
text-decoration: none;
font-weight: 100;
font-size: 16px;
color: white;
padding: 0 10px;}

.infomenu ul li a:hover {
color: #bec0c3;
text-decoration: underline;
text-shadow: 0px 0px 6px #a1a2a1;}


.info h2 {
  color: white;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-decoration: underline;
  display: inline-block;

  width: 50%;
  border-radius: 0px;

}

.info h3 {
  color: white;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-decoration: underline;
  display: inline-block;

}

.info_clanek_wrap {
  margin-bottom: 30px;



}

.info p {
  box-sizing: border-box;
  display: inline-block;
  color: rgb(200, 200, 200);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
}


.kontakt_big{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin: 0 5px;
  margin-bottom: 15px;

}

.kontakt_small{
  display: inline-block;
  font-size: 13px;
  color: grey;
  margin: 0 5px;
}


.poznamka_po_carou{
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 70px;
}

.info a:link, .info a:visited, .info a:active {
text-decoration: none;
color: white;
font-weight: normal;


}

.info a:link:hover, .info a:visited:hover, .info a:active:hover {
text-decoration: underline;
text-shadow: 1px 1px 4px white;

}

.vizitka{
  background-image: url(../../gra/vizitkas.jpg);
  box-sizing: border-box;
  display: block;
  margin: auto;
  padding: 40px 15px 0 15px;
  width: 258px;
  height: 258px;
  margin-bottom: 50px;
  border-color: rgba(243, 243, 243, 0.7);
  border-style: solid;
  border-width: 0px;
}


.vizitka_pic {
  display: inline-block;
  position: absolute;

  width: 80%;
  height: a;
  top: 0;
  left: 0;
  margin: 3px 0px;

}

.ceny_pics{
  box-sizing: border-box;
  display: block;
  width: 430px;
  height: 430px;
}

.ceny_pics_portret{
  background-image: url(../../gra/portret.jpg);
  box-sizing: border-box;
  display: block;
  margin: auto;
  padding: 40px 15px 0 15px;
  width: 430px;
  height: 430px;
  margin-bottom: 50px;
  border-color: rgba(243, 243, 243, 0.7);
  border-style: solid;
  border-width: 1px;
}

.ceny_pics_tpf{
  background-image: url(../../gra/tpf.jpg);
  box-sizing: border-box;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  padding: 40px 15px 0 15px;
  width: 430px;
  height: 430px;

  border-color: rgba(243, 243, 243, 0.7);
  border-style: solid;
  border-width: 1px;
}


.ceny_pics_akce{
  background-image: url(../../gra/akce.jpg);
  box-sizing: border-box;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  padding: 40px 15px 0 15px;
  width: 430px;
  height: 430px;

  border-color: rgba(243, 243, 243, 0.7);
  border-style: solid;
  border-width: 1px;
}

.ceny_pics_text{
width: 210px;
margin-top: 30px;
line-height: 30px;
color: white;
}

.ceny_pics_text_cena{
width: 200px;
margin-top: 30px;
font-size: 25px;
font-weight: 500;
line-height: 30px;
color: white;
}



.info_pics_wrap {
  background-color: rgba(40, 46, 58, 0.5);
  display: inline-block;
  position: relative;
  width: 100px;
  height: 169px;
  margin: 5px;
  padding: 0;

  border-color: rgba(243, 243, 243, 0.7);
  border-style: solid;
  border-width: 1px;
}

.info_pics {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 191px;
  height: 323px;
  margin: auto;
  border-radius:
0px;}

.info_picture{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  width: 100px;
  height: 169px;

}


.info_picsover {
visibility: hidden;
position: absolute;
top: 0px;
left: 0;
width: 100px;
height: 169px;
color: rgba(0, 0, 0, 0);
font-size: 40px;
background-color: rgba(0, 0, 0, 0);
line-height: 169px;
text-align: center;
}

.info_picsover:hover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100px;
  height: 169px;
  color: white;
  font-size: 40px;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 169px;
  text-align: center;
  text-shadow: 0px 0px 3px #909090;
  border-radius: 5px;
}

.info_mobilpopis {
  visibility: visible;
  position: absolute;
  display: inline-block;
  top: 26%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100px;


  color: white;
  font-size: 20px;
  font-weight: 100;

  background-color: rgba(40, 46, 58, 0.7);
  line-height: 30px;
  text-align: center;
  text-shadow: 0px 0px 3px #909090;

  border-top-color: rgba(243, 243, 243, 0.7);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: rgba(243, 243, 243, 0.7);
  border-bottom-style: solid;
  border-bottom-width: 1px;

}



/* MY CODE-------------------FOOTER---------------------------------*/


footer {
  padding: 5px;}

.footarticle {
padding: 10;
height: 60px;
background-color: #282e3a;
color: #fff;text-align: center;
font-weight: 100;
line-height: 20px;
margin-top: 5px;
text-decoration: none;
font-size: 13px;}



/* MY CODE-------------------ZPĚT---------------------------------*/
.zpet {
  position: fixed;
  box-sizing: border-box;
  bottom: 5px;
  right: 5px;
  color: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  font-size: 13px;
  background-color: rgba(28, 36, 47, 0.5);
  line-height: 20px;
  font-weight: 100;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 1px;
  text-align: center;
  padding: 2px 0;
}

.zpet:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(28, 36, 47, 0.8);
  font-weight: 200;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px;
}

/* MY CODE---------------------------------M O N I T O R -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {




  body {
  font-family: 'Montserrat', sans-serif;
  color: #626871;
  background-color: #21252E;
  height: 100vh;

  }


.grid {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  max-height: 100vh;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: 1fr 1fr 25px;
  gap: 0px 0px;
  grid-template-areas: "header content" "header content" "footer content";
  overflow: hidden;

  box-shadow: 0px 0px 80px rgba(5, 5, 5, 0.9);
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.8);
  border-left-width: 2px;

  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.8);
  border-right-width: 2px;
}

.header {
position: sticky;
top: 0px;
left: 0px;
height: calc(100vh - 20px);
background-color: #282e3a;


-ms-grid-row: 1;
-ms-grid-row-span: 2;
-ms-grid-column: 1;
-ms-grid-column-span: 1
}

.index{
  background-image: url(../../gra/bg_index.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.krajina{
  background-image: url(../../gra/bg_krajina.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.urban{
  background-image: url(../../gra/bg_urban.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.astro{
  background-image: url(../../gra/bg_astro.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.glam{
  background-image: url(../../gra/bg_glam.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.svatby{
  background-image: url(../../gra/bg_svatby.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.deti{
  background-image: url(../../gra/bg_deti.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.zvirata{
  background-image: url(../../gra/bg_zvirata.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.lidi{
  background-image: url(../../gra/bg_lidi.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.pelmel{
  background-image: url(../../gra/bg_pelmel.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}


.blog{
  background-image: url(../../gra/bg_blog.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.infokontakt{
  background-image: url(../../gra/bg_kontakt.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.infocenik{
  background-image: url(../../gra/bg_cenik.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}

.infoautor{
  background-image: url(../../gra/bg_autor.png);
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;}




.content {
grid-area: content;
background-color: #5b6066;

border-left-style: solid;
border-left-color: rgba(255, 255, 255, 0.8);
border-left-width: 2px;

-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
}


.logo {
  width: 200px;
  height: 200px;
  background-image: url(../../gra/logo200x200.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 10px;
  margin: 10px auto;
  }

.menuhorni {
    display: inline-block;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 30px;
    width: 100%;

  }

  .menudolni {
 display: none;  }

  nav {
  width: 200px;
  height: 20px;
  background-color: #282e3a;
  margin: 10px auto;  }

  ul {

  margin-left: 25px;  }

  ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 20px;  }

  ul li a:link {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-weight: 100;
  font-size: 16px;
  color: white;
  padding: 0 10px;  }

  ul li a:visited {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-weight: 100;
  font-size: 16px;
  color: white;
  padding: 0 10px;  }

  ul li a:hover {
  color: #bec0c3;
  text-decoration: underline;
  text-shadow: 0px 0px 6px #a1a2a1;  }

  .menu{
    font-family: 'Montserrat', sans-serif;
    font-size: 40;
    color: #626871;
    text-align: center;  }


  /* MY CODE-------------------KATEGORIE---------------------------------*/


.kategorie_wrap {
display: inline-block;
text-align: center;

}




  .kategorie {
      box-sizing: border-box;
      display: inline-block;
      width: auto;
      max-height: 100vh;

      padding: 5px auto;
      padding-top: 35px;
      margin: 0 auto;

      line-height: 0;
      border-radius: 0px;
      white-space:normal;


  }

  .kategorie:after {
    content: '';
    width: 100%; /* Ensures justification for single lines */
    display: inline-block;

  }


  .pics_wrap {
    display: inline-block;
    position: relative;
    width: 191px;
    height: 323px;
    margin: 5px;
    padding: 0;
    border-radius: 5px;


  }

  .pictl {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    border-radius: 5px;
  }

  .picsover {
  visibility: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 191px;
  height: 323px;
  color: rgba(0, 0, 0, 0);
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0);
  line-height: 323px;
  text-align: center;

  }

  .picsover:hover {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 191px;
    height: 323px;
    color: white;
    font-size: 40px;
    font-weight: 100;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 323px;
    text-align: center;
    text-shadow: 0px 0px 3px #909090;
    border-radius: 5px;
  }

  .mobilpopis {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    width: 191px;
    height: 50px;
    color: white;
    font-size: 40px;
    font-weight: 100;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 44px;
    text-align: center;
    text-shadow: 0px 0px 3px #909090;
  }

  /* MY CODE-------------------FOTOGALERIE---------------------------------*/

  .fotogalerie {
      text-align: center;
      font-size: 0.1px;
      width: 100%;

      background-color: #5b6066;
      padding: 10px 0;
      margin: 0 auto;
      margin-bottom: 5px;
      overflow: auto;
      border-style: none;
      margin-top: 20px;

      height: 100%;

      box-sizing: border-box;
      overflow-x: hidden;


  }

  .pics_wrap_galerie {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 5px 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #989898;


  }

  .fotogalerie:after {
    content: '';
    width: 100%; /* Ensures justification for single lines */
    display: inline-block;
  }


  /* MY CODE-------------------FOTOGALERIE ARTICLE---------------------------------*/

  .fotogaleriearticle {

      margin-bottom: 5px;
      width: 100%;
      height: auto;

      background-color: #1a1b1f;
      padding: 10px 10px;
      margin: 0px auto;
      margin-top: 0px;
      overflow: hidden;
      white-space: normal;
      display: inline-block;
      border-radius: 0;
    }


    .galerie_article {
      font-family: Montserrat;
      font-size: 15px;
      color: white;
      margin-bottom: 15px;
      font-weight: 100;
      line-height: 20px;}

    .galerie_par{
      height: auto;
    margin-bottom: 10px;
    line-height: 25px;
    }

/* MY CODE-------------------SVATBY---------------------------------*/

.svatby_menu {
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #282E3A;
  padding: 10px 10px;
  overflow: auto;
  line-height: 0;
  border-radius: 0px;
}

.svatby_menu a {
  line-height: 70px;


}


.svatby_menu h2 {
  text-align:center;
  font-family: Montserrat;
  font-size: 25px;
  color: white;
  margin-bottom: 30px;
  margin-top: 45px;
  font-weight: 500;
  text-decoration: none;
}

.svatby_wrap {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: white;
  width: 500px;
  height: 166px;


  margin-bottom: 20px;
  margin: 0px auto;
  line-height: 20PX;
}

.svatby_menu_pic {
  display: inline-block;
  position: absolute;

  width: 500px;
  height: 164px;
  top: 0;
  left: 0;
  margin: 3px 0px;

}

.svatby_popis_clanku_wrap {
  box-sizing: border-box;
  display: block;
  position: absolute;


  bottom: 0;
  left: 0;

}


.svatby_popis_clanku {
  position: absolute;
  display: block;
  top: -25px;
  left: 10px;
  width: 280px;
  text-align: left;
  font-size: 18px;
  color: white;
  font-weight: lighter;
  line-height: 30px;
}



.svatby_text_v_obrazku {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  color: white;
  background-color: white;
  text-align: left;
  border-radius: 0  0 30px  0;
  border-top: 3px solid;

  padding: 5px 20px 0px 3px;



}



.svatby_text_v_obrazku h3 {
  font-size: 14px;
  color: #282E3A;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}


  /* MY CODE-------------------blog---------------------------------*/
  .blog_menu {
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #5b6066;
    padding: 10px 10px;
    overflow: auto;
    line-height: 0;
    border-radius: 0px;
  }

  .blog_menu h2 {
    text-align:center;
    font-family: Montserrat;
    font-size: 25px;
    color: white;
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: 500;
    text-decoration: none;
  }

  .blog_wrap {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background-color: #1a1b1f;

    margin-bottom: 20px;
    margin: 5px 10px;
    line-height: 20PX;
  }

  .blog_menu_pic {
    display: inline-block;
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;

  }


  .text_v_obrazku {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    color: white;
    background-color: #282E3A;
    text-align: left;
    border-radius: 0  0 30px  0;
    padding: 5px 20px 0px 3px;


  }



  .text_v_obrazku h3 {
    font-size: 14px;
    color: #D7DCE6;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
  }

  .blog_popis_clanku_wrap {
    box-sizing: border-box;
    display: block;
    position: absolute;


    bottom: 0;
    left: 0;




  }


  .blog_popis_clanku {
    position: absolute;
    display: block;
    top: -25px;
    left: 10px;
    width: 280px;
    text-align: left;
    font-size: 18px;
    color: white;
    font-weight: lighter;
    line-height: 30px;
  }



  /* MY CODE-------------------FOOTER---------------------------------*/


  footer {
    position: fixed;
    bottom: 0;
    left: 50px;
    grid-area: footer;

    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;

  }

  .footarticle {

  height: 14px;
  background-color: #282e3a;
  color: #fff;
  text-align: center;
  font-weight: 100;
  line-height: 13px;
  margin-top: 5px;
  text-decoration: none;
  font-size: 13px;
  }





  /* MY CODE-------------------články blogu---------------------------------*/

  .blog_clanek_wrap {

    box-sizing: border-box;
    display: block;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    background-color: #f4f4f4;
    padding: 10px 40px;
    margin: 0 auto;
    border-radius: 0px;
  }

  .blog_clanek_odstavec a:link, a:visited, a:active {
  text-decoration: underline;
  color: #121212;
  font-weight: normal;
  }

  .blog_clanek_odstavec a:link:hover, a:visited:hover, a:active:hover {
  text-decoration: underline;
  text-shadow: 1px 1px 4px #8d8c8c;
  }

  .blog_obr {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 600px;
    border-radius: 0px;
    margin-bottom: 25px;
  }

  .blog_obr_right {
    display: inline-block;
    float: left;
    margin: 3px 10px 3px 0;
    width: 100%;
    max-width: 140px;
    max-height: 140px;

  }

  .blog_obr_center {
    display: inline-block;

    display: block;
        margin-left: auto;
        margin-right: auto;
    width: 90%;
    max-width: 600px;
    ;

  }

  .blog_obr_left {
    display: inline-block;
    float: right;
    margin: 3px 0px 3px 5px;
    width: 100%;
    max-width: 140px;
    max-height: 140px;

  }


  .blog_clanek_wrap h2 {
    color: #5b6066;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
  }


  .blog_clanek_wrap h3 {
  display: inline-block;
  color: #5b6066;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  }


  .blog_clanek_odstavec {
    display: inline-block;
    color: #5b6066;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;

  }


  .obrazky_v_clanku_wrapper {
    font-size: 13px;
    line-height: 16px;
    background-color: #e3e3e3;
    padding: 10px;
    margin: 5px auto;
    overflow: auto;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 25px;
    color: #252525;
  }


  .obrazky_v_clanku{
    max-height: 140px;
    display: inline-block;
    margin-bottom: 10px;
    display: inline-block;
  }


  .blog_obr_size {
    max-height: 210px;
    border-radius: 0px;
  }


  /* MY CODE-------------------INFO---------------------------------*/


  .info {
    display:inline-block;
    background-color:rgb(15, 15, 20);
    margin: auto;
    padding: 0px;
    width: 100%;
    height: 100vh;
    border-radius: 0px;
    text-align: center;
    overflow-y: auto;

  }


  .infomenu{
    display:inline-block;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
  }


  .infomenu nav {
  width: 100%;
  height: 40px;
  background-color: #282e3a;
  margin: 30px auto;
  border-radius: 0px;}

  .infomenu ul {
  padding: auto;}

  .infomenu ul li {
  list-style: none;
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 40px;
  margin-left: auto;}



  .info_clanek_wrap {
    margin-bottom: 30px;

  }



  .ceny_pics{
    box-sizing: border-box;
    display: block;


  }

  .info_pics_wrap {
    background-color: rgba(40, 46, 58, 0.5);
    display: inline-block;
    position: relative;
    width: 130px;
    height: 220px;
    margin: 5px;
    padding: 0;

    border-color: rgba(243, 243, 243, 0.7);
    border-style: solid;
    border-width: 1px;
  }

  .info_pics {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 220px;
    margin: auto;
    border-radius: 10px;}

  .info_picture{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
    width: 130px;
    height: 220px;

  }


  .info_mobilpopis {
    visibility: visible;
    position: absolute;
    display: inline-block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 130px;


    color: white;
    font-size: 20px;
    font-weight: 100;

    background-color: rgba(40, 46, 58, 0.7);
    line-height: 30px;
    text-align: center;
    text-shadow: 0px 0px 3px #909090;

    border-top-color: rgba(243, 243, 243, 0.7);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgba(243, 243, 243, 0.7);
    border-bottom-style: solid;
    border-bottom-width: 1px;

  }








  /* MY CODE-------------------FOOTER---------------------------------*/


  .footer {
    position: sticky;
    left: 0px;
    grid-area: footer;
    margin-top: 0px;
    background-color: #282e3a;
    margin-bottom: -2px;



    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

  .footarticle {
  padding: 0px;
  height: 13px;
  background-color: #282e3a;
  color: #fff;text-align: center;
  font-weight: 100;
  line-height: 13px;
  margin-top: 5px;
  text-decoration: none;
  font-size: 13px;
  }



























}
