@import url("kontakt_form.css");
@import url("../font/stylesheet.css");

.trasa_iframe iframe {
     width: 100%!important; 
     height: 700px!important; 
     border-style: none!important;
}

#navstevni_kniha_home_desktop {
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 100px;
}

#navstevni_kniha_content_desktop {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 170px;
}
#navstevni_kniha_content_desktop img {
    display: block;
    width: 300px;
}  

@media screen and (max-width: 1400px) { 
    #navstevni_kniha_content_desktop {
        top: 140px;
    } 
    #navstevni_kniha_content_desktop img {
        width: 250px;
    }  
    #content .zarovnani.detail_obsah {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1350px) { 
    #navstevni_kniha_home_desktop {
        top: 150px;
    }
    #navstevni_kniha_home_desktop img {
        display: block;
        width: 300px;
    }  
}

@media screen and (max-width: 1200px) { 
    #navstevni_kniha_home_desktop {
        top: 360px;
        bottom: 0px;
    }
}

@media screen and (max-width: 660px) { 
    #navstevni_kniha_content_desktop {
        top: 0px;
        position: relative;
        margin-left: auto;
        width: 300px;
        display: block;
    } 
    #navstevni_kniha_content_desktop img {
        width: 300px;
    }
    #content .zarovnani.detail_obsah {
        margin-top: 0px;
    }
}


img {border: 0;}
a {cursor: pointer;}
.clr {clear: both;}
span.gray{color: gray; font-size: 80%;}
* {padding: 0; margin: 0;}
body {
  font-size: 36px; 
  font-family: 'Montserrat-Regular';}
body h1.none {display: none;}
.zarovnani {box-sizing: border-box; -moz-box-sizing: border-box; width: 98%; max-width: 1600px; margin: auto auto;}
.zarovnani .zarovnani {width: 100%;}
#footer .bottom_nav ul {margin-bottom: 15px;}
#header {
  width: 100%;
  height: 146px;
  background-color: rgb(255, 255, 255);
}
#header.podstrana {height: 156px;}
#header.podstrana .zarovnani {border-bottom: solid black 1px; padding-bottom: 30px;}
#header a#logo {
  margin-top: 23px;
  float: left;
  max-width: 390px;
}
#header a#logo img {width: 85%;}
#header .hledani {
  position: relative;
  float: right;
  margin-top: 44px;  
  margin-left: 20px;
}
#header .hledani span.lupa  {
  background-image: url("../img/lupa.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  margin-top: 19px;
  cursor: pointer;
}
#header .hledani form {
  display: none;
  position: absolute;
  width: 300px;
  left: -300px;
  bottom: -109px;
  height: 45px;
  border-left: gray 1px solid;
  border-right: gray 1px solid;
  border-bottom: gray 1px solid;
  background-color: white;
  z-index: 999;  
}
#header.podstrana .hledani form {bottom: -114px;}
#header .hledani form input[type="text"] {
  width: 250px;
  float: left;
  margin-top: 10px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header .hledani form input[type="submit"] {
  margin-top: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../img/lupa.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
  padding: 3px;
  float: left;
}
#header .hledani form input[type="submit"]:hover {
  background-color: #f6f6f6;
  transition: 0.5s;
}
#header .nav {
  float: right;
  max-width: 900px;
  margin-top: 44px;
}
#header .nav ul {
  list-style: none;
  text-align: center;
}
#header .nav ul li {
  display: inline-block;
} 
#header .nav ul li a {
  font-size: 38%;
  color: black;
  text-decoration: none;
  padding: 12px 15px;
}
#header .nav ul li a:hover, #header .nav ul li a.active {
  background-color: #c3d115;
}

#masterslider {
  width: 100%;
  margin: 0px 0px 0px 0px;
  position: relative;
  max-width: 100%;
  overflow: hidden;  
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.posunDolu {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.posunDolu img {cursor: pointer; transition: 0.5s}
#masterslider .obsah_slideru {
  position: absolute;
  z-index: 999;
  background-image: url("../img/podklad.png");
  margin-top: 130px;
  padding-right: 50px;
  width: 820px;
  margin-left: 15px;
}
#masterslider .obsah_slideru .zarovnani {
  width: 470px;
  margin-right: 0px;
  padding-bottom: 47px;
}
#masterslider .obsah_slideru .zarovnani h2 {
  font-size: 100%;
  font-weight: normal;
  color: white;
  line-height: 120%;
  text-transform: uppercase;
  padding-top: 57px;
}
#masterslider .obsah_slideru .zarovnani p {
  font-size: 38%;
  color: white;
  line-height: 120%;
  padding-top: 11px;
}
#masterslider .obsah_slideru .zarovnani a {
  margin-top: 27px;
  width: 175px;
  border: solid 1px white;
  display: block;
  font-size: 38%;
  color: white;
  font-family: "Montserrat-Light";
  text-decoration: none;
  text-align: center;
  background-image: url("../img/vice.png");
  background-repeat: no-repeat;
  background-position: 91% 50%;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
}
#masterslider .obsah_slideru .zarovnani a:hover {
  color: black;
  background-color: white;
  background-image: url("../img/vice_b.png");
}
#content .zarovnani.obsahova_stranka {max-width: 840px;}
#content .zarovnani.detail_obsah {max-width: 830px;}
#content .zarovnani.detail_obsah h1, #content .zarovnani.detail_obsah h2 {text-align: center;}
#content {padding-top: 50px;}
#content.podstrana {padding-top: 0px;}
#content .navigace {
  font-size: 34%;
  padding-bottom: 50px;
  padding-top: 25px;
}
#content .navigace a {
  color: gray;
  text-decoration: none;
}
#content .navigace a:hover {text-decoration: underline;}
.mapa_img {
    width: 100%;
    max-width: 240px;
}
.obrazek_mapa {
    float: left;
    max-width: 120px;
    margin: 10px;
}
.popis_mapa {
    min-width: 240px;
    float: left;
}
.popis_mapa h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 140%;
}
.popis_mapa a {
    color: black;
}
.popis_mapa a:hover {text-decoration: none;}
#content .rozcestnik {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 49px;
}
#content .rozcestnik.uzsi {max-width: 1200px;}
#content .rozcestnik a {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;  
  width: 370px;
  height: 253px;
  /*line-height: 253px;*/
  margin-bottom: 20px;
  color: white;
  font-size: 58%;
  font-family: "Montserrat-Regular";
  text-decoration: none;
  transition: 0.6s;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
#content .rozcestnik.home_rozcestnik a {
    width: 390px;
}
#content .rozcestnik a div {
    display: table;
    position: absolute;
    width: 290px;
    height: 85px;
    left: 0px;
    top: 57px;
    background-color: rgba(0,0,0,0.40);
    transition: 0.5s;
    padding-left: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}
#content .rozcestnik a div p {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
#content .rozcestnik a div p span {
    font-size: 58%;
    display: block;
    padding-top: 5px;
}
#content .rozcestnik a:hover div {background-color: rgba(0,0,0,0.75);}
#content .top_kalendar {
  width: 100%;
  margin-top: 80px;
}
#content .top_kalendar h3 {
  font-size: 67%;
  font-family: "Montserrat-Bold";
  padding-top: 40px;
  padding-bottom: 20px;
}
#content .top_kalendar .top_5 {
  float: left;
  width: 28%;
  border-right: solid 1px #ececec;
  min-height: 320px;
  padding-left: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content .top_kalendar .top_5 ul {
  list-style: none;
  margin-left: 0px;
}
#content .top_kalendar .top_5 ul li {
  font-size: 44%;
  line-height: 200%;
  margin-bottom: 5px;
}
#content .top_kalendar .top_5 ul li span {
  background-image: url("../img/top_5.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  color: white;
  text-align: center;
  line-height: 25px;
}
#content .top_kalendar .top_5 ul li a {
  font-size: 89%;
  margin-left: 15px;
  float: left;
  color: black;
  text-decoration: none;
}
#content .top_kalendar .top_5 ul li a:hover {text-decoration: underline;}
#content .top_kalendar .kalendar {
  min-height: 320px;
  width: 71%;
  float: left;
  padding-left: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;  
}
#content .top_kalendar .kalendar .akce {
  font-size: 38%; 
  margin-bottom: 9px;
  width: 50%;
  float: left;
}
#content .top_kalendar .kalendar .neprobihaji {font-size: 48%;}
#content .top_kalendar .kalendar .akce a.datum {
  color: white;
  background-color: #616161;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 67px;
  text-align: center;
  margin-right: 13px;
  float: left;
  display: block;  
}
#content .top_kalendar .kalendar .akce a.datum:hover {text-decoration: none;}
#content .top_kalendar .kalendar .akce a { 
  color: black;
  text-decoration: none;  
  padding-top: 5px;
  height: 18px;
  overflow: hidden;
  float: left;
  width: calc(100% - 81px);
}
#content .top_kalendar .kalendar .akce  a:hover {text-decoration: underline;}

#content .filtr {
  display: block;
  padding: 0 0 20px 0;
  text-align: center;
  width: 100%;
  position: relative;
  margin: auto;
  
}
#content .filtr select {
  padding: 10px;
  margin: 0 1px;
}

#content .blog {
  width: 100%;
  background-color: #e7e7e7;
  margin-top: 50px;
  padding-top: 70px;
  padding-bottom: 75px;
}
#content .blog .clanek_hlavni {
  max-width: 1080px;
  width: 67%;
  float: left;
}
#content .blog .clanek_hlavni a.obr {
  max-width: 440px;
  width: 40%;
  height: 300px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vychozi.png");
  float: left;
}
#content .blog .clanek_hlavni .popis {
  width: 58%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 70px;
} 
#content .blog .clanek_hlavni .popis h3 {
  font-size: 61%;
  margin-top: 40px;
  height: 80px;
  overflow: hidden;
  font-weight: normal;
}
#content .blog .clanek_hlavni .popis h3 a {
  text-decoration: none;
  color: black;
}
#content .blog .clanek_hlavni .popis h3 a:hover {text-decoration: underline;}
#content .blog .clanek_hlavni .popis p {
  font-size: 38%;
  line-height: 180%;
  height: 120px;
  max-width: 420px;
  overflow: hidden;
  font-weight: normal;
}
#content .blog a.vice {
    margin-top: 20px;
    width: 180px;
    border: solid 1px black;
    display: block;
    font-size: 44%;
    color: black;
    text-decoration: none;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: 0.5s;
}
#content .blog a.vice:hover {
  background-color: black;
  color: white;
  border-color: white;
}
#content .blog .clanky {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 33%;
  float: left;
  padding-left: 80px;  
}
#content .blog .clanky h3 {
  font-size: 61%;
  margin-top: 40px;
  height: 52px;
  overflow: hidden;
  font-weight: normal;
}
#content .blog .clanky ul {
  list-style: none;
  margin-left: 0px;
  padding-bottom: 2px;
}
#content .blog .clanky ul li {
  line-height: 100%;  
  font-size: 38%;
  margin-bottom: 18px;
} 
#content .blog .clanky ul li a {
  color: black;
}
#content .blog .clanky ul li a:hover {text-decoration: none;}
#map {
  margin-top: 40px;
  width: 100%;
  height: 503px;
  display: block;
}
.mapa_obrazek {
    margin-top: 40px;
    display: block;
    width: 100%;
    height: 503px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.instagram {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;  
  width: 100%;
  padding-top: 52px;  
  text-align: center;  
}
.instagram h3 {
  font-size: 61%; 
  font-family: "Montserrat-Bold"; 
  color: black; 
  padding-top: 0px; 
  padding-bottom: 42px;  
}
.instagram h3 span {
  font-family: "Montserrat-Light";  
}
.instagram h3 span a {color: black; text-decoration: none;}
.instagram .pruh {
  text-align: center;
  line-height: 0;
}
.instagram .obr {
  width: 300px;
  display: inline-block;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
}
.instagram .obr img {display: none;}
#vyhledavani {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#typ_akce, #obdobi {
  margin-top: 25px;
  font-size: 38%;
  text-align: center;
  font-family: "Montserrat-Bold";
}
#typ_akce a, #obdobi a {
  margin-left: 3px;
  margin-right: 3px;
}
#content .detail {
  overflow: hidden;
  width: 47%;
  height: 245px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #dfdfdf;
  background-size: cover;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  display: block;
  transition: 0.6s;
  margin-left: 13px;
}
#content .detail:nth-child(even) {
    float: right;
    margin-right: 13px;
    margin-left: 0px;
}
#content .detail a.obr {
  max-width: 270px;
  width: 40%;
  height: 180px;
  margin-top: 12px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vychozi.png");  
  float: left;
}
#content .detail .popis {
  float: left;
  width: 56%;
  margin-left: 4%;
}
#content .zarovnani .formatovani_textu .detail h3, #content .zarovnani .detail h3, .souvisejici_mista .detail h3 {
  color: #de0221;
  text-transform: none;
  font-size: 120%;
  font-family: "Montserrat-Regular";
  font-weight: normal;
  color: black;
  text-align: left;
  font-size: 50%;
  overflow: hidden;
  /*height: 26px;*/
  height: 30px;
  line-height: 90%;
  padding-top: 14px;
  display: block;
  position: relative;
}
.souvisejici_mista .detail h3 {
    font-family: "Montserrat-Bold";
}
.cls_blog #content .zarovnani .formatovani_textu .detail h3 {
  height: auto;
  line-height: 130%;
}
#content .detail {
  height: auto;
}

#content .zarovnani .formatovani_textu .detail p.uvod, #content .zarovnani .detail p.uvod, .souvisejici_mista .detail p.uvod {
  font-size: 40%;
  line-height: 140%;
  padding-top: 15px;
  padding-top: 11px;
  padding-bottom: 0px;
  max-width: 370px;
  overflow: hidden;
  height: 63px;  
}
.cls_blog #content .zarovnani .formatovani_textu .detail p.uvod {
  height: auto;
  padding-top: 0;
}

#content .zarovnani .formatovani_textu .detail p.uvod, #content .zarovnani .detail p.misto, .souvisejici_mista .detail p.misto {
  font-size: 40%;
  line-height: 140%;
  /*padding-top: 15px;*/
  max-width: 370px;
  overflow: hidden;
  height: 20px;  
}
#content .detail h3 a, .souvisejici_mista .detail a {
  color: black;
  text-decoration: none;
}
.souvisejici_mista .detail a {
    cursor: pointer;
}
#content .detail a.vice {
    /*margin-top: 26px;*/
    margin-top: 14px;
    width: 180px;
    border: solid 1px black;
    display: block;
    font-size: 38%;
    color: black;
    text-decoration: none;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: 0.5s;
}
#content .detail.blog a.vice {margin-top: 0px;}
#content .detail a.vice:hover {
  color: white;
  background-color: black;
}
#content .zarovnani .formatovani_textu #typ_akce a.active, #content .zarovnani .formatovani_textu #typ_akce a:hover, #content .zarovnani .formatovani_textu #obdobi a.active, #content .zarovnani .formatovani_textu #obdobi a:hover {color: #7e851d; text-decoration: underline;}
#program_nacitani {
  position: absolute;
  width: 80px;
  left: calc(50% - 40px);
  top: 130px;
  display: none;
 }
 #content #vypis_akci .zarovnani a.vice_programu {
  display: block;
  float: right;
  padding: 10px 50px 10px 30px;
  background-color: black;
  color: white;
  font-size: 140%;
  font-family: Arial, sans-serif;
  text-decoration: none;
  border-radius: 0px;
  background-image: url('../img/sipka_mala_doprava_bila.png');
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-position-x: 85%;
  background-position-y: 50%;  
  transition: 0.6s;
  margin-bottom: 60px;
  margin-right: 1%;
}
#content #vypis_akci .zarovnani a.vice_programu:hover { background-color: gray; }
#content #vypis_akci {
  margin-top: 40px;
  padding-top: 10px;
}
#content #vypis_akci .zarovnani { margin: auto auto; max-width: 1640px;}
#content #vypis_akci .zarovnani #dlazdice .dlazdice {
  overflow: hidden;
  cursor: pointer;
  width: 45%;
  height: 245px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #dfdfdf;
  background-size: cover;
  float: left;
  margin: 2.5%;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  display: block;
  transition: 0.6s;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice a.obr {
  max-width: 270px;
  width: 40%;
  height: 180px;
  margin-top: 12px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vychozi.png");  
  float: left;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice .popis {
  float: left;
  width: 56%;
  margin-left: 4%;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice h3 {
  color: #de0221;
  text-transform: none;
  font-size: 120%;
  font-family: "Montserrat-Regular";
  font-weight: normal;
  color: black;
  text-align: left;
  font-size: 52%;
  overflow: hidden;
  height: 67px;
  padding-top: 14px;
  display: block;
  position: relative;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice p.uvod {
  font-size: 40%;
  padding-top: 15px;
  overflow: hidden;
  height: 16px; 
  display: none; 
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice p.kategorie {
  font-size: 40%;
  padding-top: 5px;
  font-family: "Montserrat-Bold";
  overflow: hidden;
  height: 16px;  
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice p.datum {
  font-size: 40%;
  padding-top: 5px;
  font-family: "Montserrat-Bold";
  overflow: hidden;
  height: 16px;  
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice p.misto {
  font-size: 40%;
  padding-top: 5px;
  font-family: "Montserrat-Bold";
  overflow: hidden;
  height: 16px;  
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice h3 a {
  color: black;
  text-decoration: none;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice a.vice {
margin-top: 24px;
width: 180px;
border: solid 1px black;
display: block;
font-size: 38%;
color: black;
text-decoration: none;
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
transition: 0.5s;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice a.vice:hover {
  color: white;
  background-color: black;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice .datum a {display: block; float: right;}
#content #vypis_akci .zarovnani #dlazdice .dlazdice .datum a span.akce_vice {
  color: #fff;
  display: block;
  float: left;
  margin-right: 10px;
}
#content #vypis_akci .zarovnani #dlazdice .dlazdice .datum a span.akce_vice_blc {
  color: #000;
  display: block;
  float: left;
  margin-right: 10px;
}
#content #vypis_akci .zarovnani a.vice_programu {
  display: block;
  float: right;
  padding: 10px 50px 10px 30px;
  background-color: black;
  color: white;
  font-size: 140%;
  font-family: Arial, sans-serif;
  text-decoration: none;
  border-radius: 0px;
  background-image: url('../img/sipka_mala_doprava_bila.png');
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-position-x: 85%;
  background-position-y: 50%;  
  transition: 0.6s;
  margin-bottom: 60px;
  margin-right: 1%;
}
#content #vypis_akci .zarovnani a.vice_programu:hover { background-color: gray; }
#content #vlastni_datum {
  width: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  display: none;
}
#content #vlastni_datum form {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 44%;
}
#content #vlastni_datum form input {
  padding: 10px;
  width: 45%;
  display: inline-block;
}
#content #vlastni_datum form input[type="submit"] {
  background-color: #7e851d;
  color: white;
  border: none;
  font-size: 105%;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
#content p.vyrazna_hlaska {
  background-color: #9da444;
  color: white;
  padding: 15px;
  font-size: 48%;
  text-align: center;  
}
#content .zarovnani .formatovani_textu h2.informace {font-size: 61%;font-family: "Montserrat-Bold";color: black;padding-top: 60px; text-align: left;margin-top: 40px; padding-bottom: 20px;}
#content .zarovnani .formatovani_textu h3.informace {margin-top: 40px; padding-bottom: 20px;}
#content .zarovnani .formatovani_textu p.informace {padding-top: 5px; padding-bottom: 5px;}
#footer {
  background-color: #9da444;
  color: white;
  width: 100%;
  padding-top: 50px;
}
#footer .bottom_nav {
  /*max-width: 610px;
  width: 38%;*/
  float: left;
  width: 610px;
}
#footer .bottom_nav ul {
  list-style: none;
  margin-left: 0px;
}
#footer .bottom_nav ul li {
  width: 33%;
  line-height: 66%;
  float: left;
}
#footer .bottom_nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 38%;
}
#footer .bottom_nav ul li a:hover {text-decoration: underline;}
#footer .organizace {
  /*max-width: 490px;
  width: 30%;*/
  width: calc(100% - 610px - 390px);
  float: left;
}
#footer .organizace h3 {
  font-size: 38%;
  line-height: 66%;
  padding-top: 11px;
  font-family: "Montserrat-Bold";
  padding-bottom: 11px;
}
#footer .organizace ul {
  list-style: none;
  margin-left: 0px;
}
#footer .organizace ul li {
  width: 100%;
  line-height: 66%;
  float: left;
}
#footer .organizace ul li a {
  color: white;
  text-decoration: none;
  font-size: 38%;
}
#footer .organizace ul li a:hover {text-decoration: underline;}
#footer .social {
  text-align: right;
  display: inline-flex;
  vertical-align: top;
  width: 390px;
  float: right;
}
#footer .social .posun {
  margin-left: 30px;
  cursor: pointer;
}
#footer .social a {
  float: right;
  display: block;
  margin-left: 3px;
  margin-right: 3px;  
}
#footer .social a img {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
#footer .social a img.a {
  display: none;
}
#footer .social a:hover img.n { 
  display: none;
}
#footer .social a:hover img.a {
  display: inline-block;
}
#footer p.develop {
  text-align: right;
  margin-right: 14px;
  padding-bottom: 12px;
  color: #d3d88d;
  font-size: 33%;
}
#footer p.develop a {
  color: #d3d88d;
  text-decoration: underline;  
}

/* Formatovani textu */
#content span.skryty {cursor: pointer; text-decoration: underline;}
.skryty_obsah {display: none;}
#content .zarovnani .formatovani_textu .center {text-align: center;}
#content .zarovnani .formatovani_textu .center.podstrana {margin-top: 30px;}
#content .zarovnani .formatovani_textu h1 {font-size: 115%; font-family: "Montserrat-Bold"; color: black; padding-top: 17px; padding-bottom: 20px;}
#content .zarovnani .formatovani_textu h2 {font-size: 84%; font-family: "Montserrat-Bold"; color: black; padding-top: 17px; padding-bottom: 20px;}
#content .zarovnani .formatovani_textu h3 {font-size: 61%; font-family: "Montserrat-Bold"; color: black; padding-top: 60px; padding-bottom: 0px;}
#content .zarovnani .formatovani_textu h3.nizsi {padding-top: 30px;}
#content .zarovnani .formatovani_textu h4 {font-family: 'Montserrat-Bold'; color: black; font-size: 55%; font-weight: normal; padding-top: 10px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu h5 {font-family: 'Montserrat-Bold'; color: #9da444; font-size: 50%; font-weight: normal; padding-top: 10px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu p {font-size: 38%; line-height: 180%; color: black; padding-top: 10px; padding-bottom: 8px;}
#content .zarovnani .formatovani_textu ul {margin-left: 20px; width: calc(100%-20px); margin-top: 15px; margin-bottom: 25px;}
#content .zarovnani .formatovani_textu ul li {font-size: 44%;}
#content .zarovnani .formatovani_textu a {color: black;}
#content .zarovnani .formatovani_textu a:hover {text-decoration: none;}
#content .zarovnani .formatovani_textu p.velky {font-size: 100%; line-height: 170%;}
#content .zarovnani .formatovani_textu p.vyrazny {background-color: #dfdfdf; padding: 15px; box-sizing: border-box; -moz-box-sizing: border-box;  margin-top: 10px;  margin-bottom: 10px;}
#content .zarovnani .formatovani_textu p.vyrazny2 {background-color: #0066a7; color: white; padding: 15px; box-sizing: border-box; -moz-box-sizing: border-box; margin-top: 10px; margin-bottom: 10px;}
#content .zarovnani .formatovani_textu p.maly_1 {font-size: 26%; padding-top: 15px; padding-bottom: 5px; margin-left: auto; margin-right: auto;}
#content .zarovnani .formatovani_textu p.maly_2 {font-size: 35%; padding-top: 5px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu p.maly_3 {font-size: 38%; padding-top: 5px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu p.velky_1 {font-size: 90%; padding-top: 5px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu p.velky_2 {font-size: 100%; padding-top: 5px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu p.velky_3 {font-size: 120%; padding-top: 5px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu p.nejvetsi {font-size: 150%; padding-top: 5px; padding-bottom: 5px;}
#content .zarovnani .formatovani_textu span.vyrazny {color: #9da444;}
#content .zarovnani .formatovani_textu strong {font-family: 'Montserrat-Bold'; font-size: 110%;}
#content .zarovnani .formatovani_textu strong.nejvetsi {font-size: 150%;}
#content .zarovnani .formatovani_textu a.a_vyrazny {color: #9da444;}
#content .zarovnani .formatovani_textu a.a_nevyrazny {color: gray;}
#content .zarovnani .formatovani_textu a.a_cta {display: inline-block; width: 210px; background-color: #9da444; text-decoration: none; text-align: center; padding-top: 12px; padding-bottom: 12px; color: white; cursor: pointer; font-size: 100%;}
#content .zarovnani .formatovani_textu a.a_cta:hover {background-color: black;}
#content .zarovnani .formatovani_textu a.a_cta2 {display: inline-block; width: 210px; background-color: #0066a7; text-decoration: none; text-align: center; padding-top: 12px; padding-bottom: 12px; color: white; cursor: pointer; font-size: 100%; font-weight: bold;}
#content .zarovnani .formatovani_textu a.a_cta2:hover {background-color: black;}
#content .zarovnani .formatovani_textu a.a_cta3 {display: inline-block; width: 210px; background-color: white; border: solid 1px black; text-decoration: none; text-align: center; padding-top: 12px; padding-bottom: 12px; color: black; cursor: pointer; font-size: 100%;}
#content .zarovnani .formatovani_textu a.a_cta3:hover {background-color: lightgray;}
#content .zarovnani .formatovani_textu table.table_svetla {margin-top: 15px; margin-bottom: 15px; border-spacing: 4px; max-width: 100%; width: 100%;}
#content .zarovnani .formatovani_textu table.table_svetla td {border: solid 1px black; text-align: center; padding: 7px 15px;margin: 3px; font-size: 44%;}
#content .zarovnani .formatovani_textu table td p {font-size: 100%;}
#content .zarovnani .formatovani_textu table.table_tmava {margin-top: 15px; margin-bottom: 15px; border-spacing: 4px; max-width: 100%; width: 100%;}
#content .zarovnani .formatovani_textu table.table_tmava td {text-align: center; padding: 7px 15px; color: white; background-color: #9da444; font-size: 44%;}
#content .zarovnani .formatovani_textu table.table_tmava td p {color: white;}
#content .zarovnani .formatovani_textu table.table_tmava td a {color: white;}
#content .zarovnani .formatovani_textu table {margin-top: 15px; margin-bottom: 15px; border-spacing: 4px; max-width: 100%; width: 100%;}
#content .zarovnani .formatovani_textu table td {border: solid 1px black; text-align: center; padding: 7px 15px;margin: 3px; font-size: 44%;}
#content .zarovnani .formatovani_textu table td img {width: 100%;}
#content .zarovnani .formatovani_textu table td ul li {font-size: 100%;}
#content .zarovnani .formatovani_textu table td ol {margin-left: 20px; text-align: left;}
#content .zarovnani .formatovani_textu img.img_vpravo {float: right; margin: 5px;}
#content .zarovnani .formatovani_textu img.img_vlevo {float: left; margin: 5px;}
#content .zarovnani .formatovani_textu img.img_100 {width: 100%; height: auto; display: block;}
#content .zarovnani .formatovani_textu img.normal {margin-left: 12.5px; height: auto; margin-right: 12.5px; width: calc(33% - 16px);}
#content .zarovnani .formatovani_textu img.normal:nth-child(1) {margin-left: 0px;}
#content .zarovnani .formatovani_textu img.normal:nth-child(3) {margin-right: 0px;}
#content .zarovnani .formatovani_textu ul {margin-left: 20px; margin-top: 10px; margin-bottom: 20px;}
#content .zarovnani .formatovani_textu ul li {font-size: 44%; margin-bottom: 20px; text-align: left;}
#content .zarovnani .formatovani_textu ul.none {list-style:none;}
#content .zarovnani .formatovani_textu input[type="submit"] {transition: 0.5s; margin-bottom: 30px; margin-left: auto; margin-right: auto; background-color: #c3d115; border: none; cursor: pointer; font-size: 44%; width: 200px; height: 40px; margin-top: 35px;}
#content .zarovnani .formatovani_textu input[type="submit"]:hover {background-color: green; color: white;}
#content .zarovnani .formatovani_textu form {padding-top: 30px; max-width: 420px; margin-left: auto; margin-right: auto;}
#content .zarovnani .formatovani_textu input {width: 100%; display: block; margin-top: 10px; max-width: 420px; padding: 10px; box-sizing: border-box; -moz-box-sizing: border-box;}
#content .zarovnani .formatovani_textu textarea {width: 100%; height: 120px; display: block; margin-top: 10px; max-width: 420px; padding: 10px; box-sizing: border-box; -moz-box-sizing: border-box;}
#content .zarovnani .formatovani_textu label {display: block; font-size: 44%; margin-bottom: 20px;}
#content .zarovnani .formatovani_textu .galerie {text-align: left;}
#content .zarovnani .formatovani_textu .galerie h3 {margin-top: 40px; margin-bottom: 30px;}
#content .zarovnani .formatovani_textu .galerie a.obr {
  display: inline-block;
  width: 29%;
  margin-left: 1.4%;
  margin-right: 1.4%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
  background-image: url("../img/vychozi.png");  
  height: 150px;
  margin-bottom: 20px;
}
#content .zarovnani .formatovani_textu .galerie a.obr img {display: none;}
#content .zarovnani .formatovani_textu .clanek_detail_galerie h3 {padding-bottom: 20px;}
#content .zarovnani .formatovani_textu .clanek_detail_galerie a.obrazek {
  display: inline-block;
  width: 14.2%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vychozi.png");  
  height: 200px;
  margin-bottom: 20px;  
}
#content .zarovnani .formatovani_textu .clanek_detail_galerie a.obrazek img {display: none;}
#content .zarovnani .formatovani_textu iframe {border: 0; width: 33%;}
#content .zarovnani.detail_obsah .formatovani_textu iframe, #content .zarovnani.obsahova_stranka .formatovani_textu iframe {width: 100%; height: 400px}
#content .zarovnani .formatovani_textu .obrazek {width: 31%; margin: 1%; height: auto;}
#content .zarovnani .formatovani_textu .strankovani {text-align: center; font-size: 66%; margin-top: 20px; font-weight: bold; margin-bottom: 50px;}
#content .zarovnani .formatovani_textu .strankovani a {padding: 10px 14px; background-color: #ededed; text-decoration: none;}
#content .zarovnani .formatovani_textu .strankovani a:hover, #content .zarovnani .formatovani_textu .strankovani a.active {background-color: #c3d115;}
#content .zarovnani .formatovani_textu .fotogalerie_nahled {
  float: left;
  width: 18%;
  margin: 0.8%;
}
#content .zarovnani .formatovani_textu .fotogalerie_nahled a.obr {
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
  background-image: url("../img/vychozi.png");  
  height: 220px;
  margin-bottom: 20px;
}
#content .zarovnani .formatovani_textu .fotogalerie_nahled a.obr img {display: none;}
#content .zarovnani .formatovani_textu .fotogalerie_nahled a.foto_odkaz {
  text-align: center;
  display: block;
  width: 100%;
  height: 18px;
  overflow: hidden;
  font-size: 44%;
  text-decoration: none;
}
#content .zarovnani .formatovani_textu .fotogalerie_nahled p {text-align: center;}
#content .zarovnani .formatovani_textu .obrazek_obal {
  float: left;
  width: 18%;
  margin: 0.8%;  
}
#content .zarovnani .formatovani_textu .clanek_detail_galerie .obrazek_obal a.obrazek {
  display: inline-block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: 0px;  
}
#content .zarovnani .formatovani_textu .clanek_detail_galerie .obrazek_obal p {
  height: 18px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1620px) {
  .instagram .obr {width: 280px; height: 280px;}
}

@media screen and (max-width: 1550px) {
  #content .zarovnani .formatovani_textu .clanek_detail_galerie a.obrazek {height: 170px;}
  .instagram .obr {width: 260px; height: 260px;}
}

@media screen and (max-width: 1450px) {
  .instagram .obr {width: 220px; height: 220px;}
}

@media screen and (max-width: 1400px) {
  #header a#logo {max-width: 360px;}  
  #content .zarovnani .formatovani_textu .clanek_detail_galerie a.obrazek {height: 130px;}
}

@media screen and (max-width: 1370px) {
    #footer .bottom_nav {
        width: 600px;
    }
    #footer .organizace {
        width: calc(100% - 600px - 265px);
    }
    #footer .social {
        width: 265px;
    }
}

@media screen and (max-width: 1350px) {
  body {font-size: 32px;}
  #content .zarovnani .formatovani_textu iframe {width: 49%;}
  #header.podstrana .hledani form {bottom: -138px;}
  #content #vypis_akci .zarovnani #dlazdice .dlazdice a.obr, #content .detail a.obr {height: 140px; margin-top: 32px;}
  #content .detail p.uvod {height: 64px;}
  #content .zarovnani .formatovani_textu .clanek_detail_galerie .obrazek_obal p {height: 13px;}
  #content .zarovnani .detail p.uvod {height: 65px;}
  #content .zarovnani .detail p.misto {padding-top: 5px}
  
#content .zarovnani .formatovani_textu .detail h3, #content .zarovnani .detail h3 { font-size: 48%; height: 40px; line-height: 90%; }
#content .detail a.obr {width: 30%;}
#content #vypis_akci .zarovnani #dlazdice .dlazdice a.obr {width: 30%;}
#content .zarovnani .detail p.uvod {height: 80px;}
#content #vypis_akci .zarovnani #dlazdice .dlazdice .popis, #content .detail .popis {width: 66%;  margin-left: 4%;}

}

@media screen and (max-width: 1300px) {
  #header a#logo {width: 200px; margin-top: 43px;}
  #header .nav ul li a {padding: 8px 10px;}
  /*#footer .bottom_nav {width: 36%;}
  #footer .organizace {width: 28%;}
  #footer .social {width: 34%;}*/
  .instagram .obr {width: 200px; height: 200px;}
  #header.podstrana .hledani form {bottom: -113px;}
  #content .zarovnani .formatovani_textu .fotogalerie_nahled a.obr {height: 160px;}
  #content .zarovnani .formatovani_textu .clanek_detail_galerie .obrazek_obal a.obrazek {height: 160px;}
}

@media screen and (max-width: 1180px) {
    #footer .bottom_nav {
        width: 560px;
    }
    #footer .organizace {
        width: calc(100% - 265px - 560px);
    }
    #footer .social {
        width: 265px;
}
}

@media screen and (max-width: 1160px) {
  #content .blog .clanek_hlavni .popis h3 {font-size: 56%;}
  #content .top_kalendar .kalendar {padding-left: 20px;}  
  #content .blog .clanky {padding-left: 20px;}
  #content .blog .clanek_hlavni a.obr {width: 30%; height: 200px;}
  #footer .social .posun {margin-left: 10px;}
  .instagram .obr {width: 180px; height: 180px;}
}

@media screen and (max-width: 1120px) {
    #footer .bottom_nav {width: 32%;}
    #footer .organizace {width: 30%;}
    #footer .social {width: 38%;} 
}
@media screen and (max-width: 1100px) { 
  #content .zarovnani .formatovani_textu .fotogalerie_nahled {width: 23%;}
  #header .nav ul li a {padding: 6px 8px;}
}

@media screen and (max-width: 1020px) {
  #footer .bottom_nav {width: 32%;}
  #footer .organizace {width: 30%;}
  #footer .social {width: 38%;} 
  #content .zarovnani .formatovani_textu .clanek_detail_galerie a.obrazek {width: 18%;} 
  .instagram .obr {width: 160px; height: 160px;}
  #content #vypis_akci .zarovnani #dlazdice .dlazdice a.obr, #content .detail a.obr {display: none;}
  #content #vypis_akci .zarovnani #dlazdice .dlazdice .popis, #content .detail .popis {width: 100%; margin-left: 0px;}
}

@media screen and (max-width: 980px) {
    #header .nav {width: 60%; position: relative;}
    #header .zarovnani .nav ul {z-index: 9999; display: none; width: 100%; margin-left: auto; margin-top: 7px; /*z-index: 9999;*/ position: absolute;}
    #header .nav #hamburger {cursor: pointer; position:relative; display: block; width: 50px; height: 35px; margin-top: 10px; margin-left: auto; margin-right: auto;  -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
    #header .nav #hamburger div{display: block; position: absolute; height: 6px; width: 100%; background-color: black; border-radius: 3px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}  
    #header .nav #hamburger div:nth-child(1) { top: 0px;}
    #header .nav #hamburger div:nth-child(2) { top: 12px;}
    #header .nav #hamburger div:nth-child(3) { top: 24px;}
    #header .nav #hamburger.open div{background-color: #e71a67;} 
    #header .nav #hamburger.open div:nth-child(1) { top: 17px;  -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
    #header .nav #hamburger.open div:nth-child(2) { opacity: 0; left: -60px;}
    #header .nav #hamburger.open div:nth-child(3) { top: 17px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
    #header .zarovnani .nav ul li a, #header .zarovnani .nav ul li a.prvni {padding-left: 0px!important; padding-right: 0px!important;}
    #header .nav ul li:hover span {display: none;} 
    #header .nav ul li:hover .podmenu {display: none;}
    #header .zarovnani .nav ul li {display: block; background-color: white; padding: 0px; z-index: 999; position: relative; margin-right: 0px; margin-left: 0px; margin-top: 0px;}
    #header .zarovnani .nav ul li:hover {background-color: initial;}
    #header .zarovnani .nav ul li ul {display: none;}
    #header .zarovnani .nav ul li a {width: 100%; display: block; padding-top: 20px; padding-bottom: 20px;}
    #header .zarovnani .nav ul li a.prvni {padding-left: 12px;} 
    #header .nav ul li a:hover {background-color: #c3d115;}
    #content .top_kalendar .top_5 {float: none; clear: both; width: 100%; text-align: center; border-right: none;}
    #content .top_kalendar .top_5 ul {max-width: 280px; margin-left: auto; margin-right: auto;}
    #content .top_kalendar .kalendar {float: none; clear: both; width: 100%; padding-left: 0;}
    #content .top_kalendar h3 {text-align: center;}
    #content .blog .clanek_hlavni, #content .blog .clanky {float: none; clear: both; width: 100%; }
    #content .blog .clanky {max-width: 400px; margin-left: auto; margin-right: auto; text-align: center; padding-left: 0px;}
    #content .blog .clanky a.vice {margin-left: auto; margin-right: auto;}
    #footer .bottom_nav {width: 50%;}
    #footer .organizace {width: 50%;}
    #footer .social {margin-bottom: 40px; margin-top: 20px; width: 420px;}  
    #content .zarovnani .formatovani_textu iframe {width: 100%; max-width: 540px; margin-bottom: 10px; margin-left: auto; margin-right: auto; display: block;}
}

@media screen and (max-width: 930px) {
  .instagram .obr {width: 140px; height: 140px;}
  #content .zarovnani .formatovani_textu .clanek_detail_galerie .obrazek_obal {width: 23%;}
}

@media screen and (max-width: 860px) { 
  #masterslider .obsah_slideru {margin-left: 0px; width: 100%;}  
  #masterslider .obsah_slideru .zarovnani {width: 90%; margin-left: auto; margin-right: auto;}
  .ms-skin-default .ms-nav-next {right: 30px;}
  .ms-skin-default .ms-nav-prev {left: 30px;}
  #content .zarovnani .formatovani_textu .fotogalerie_nahled {width: 31%;}  
}

@media screen and (max-width: 830px) {
  .instagram .obr {width: 185px; height: 185px;}
}

@media screen and (max-width: 800px) {
  #content .zarovnani .formatovani_textu .clanek_detail_galerie a.obrazek {width: 22.5%;}
}

@media screen and (max-width: 750px) {
#content .zarovnani .formatovani_textu .detail h3, #content .zarovnani .detail h3 { font-size: 48%; height: 40px; line-height: 90%; }
#content .detail a.obr {width: 30%;}
#content #vypis_akci .zarovnani #dlazdice .dlazdice a.obr {width: 30%;}
#content .zarovnani .detail p.uvod {height: 80px;}
#content #vypis_akci .zarovnani #dlazdice .dlazdice .popis, #content .detail .popis {width: 66%;  margin-left: 4%;}
  
  #content .detail:nth-child(even) {margin-right: auto; margin-left: auto; float: none;}
  #content #vypis_akci .zarovnani #dlazdice .dlazdice, #content .detail {width: 95%; margin-right: auto; margin-left: auto; float: none;}
  #content #vypis_akci .zarovnani #dlazdice .dlazdice a.obr, #content .detail a.obr {display: block;}
}

@media screen and (max-width: 700px) {
  #footer .bottom_nav {width: 100%;}
  #footer .organizace {width: 100%; margin-top: 30px;}
  #content .zarovnani .formatovani_textu .clanek_detail_galerie .obrazek_obal {width: 31%;}
  #kudyznudy {margin: 0 auto; display: block; width: 234px;}
}

@media screen and (max-width: 650px) {
  #header, #header.podstrana {height: auto; padding-bottom: 8px;}
  #header.podstrana .zarovnani {padding-bottom: 10px;}
  #header a#logo {float: none; clear: both; width: 390px; display: block; margin-left: auto; margin-right: auto; margin-top: 13px;}
  #header .hledani {float: none; clear: both; width: 100%; margin-left: auto; margin-right: auto; margin-top: 14px;}
  #header .hledani span.lupa {display: none;}
  #header .hledani form, #header.podstrana .hledani form {display: block;  position: relative;  bottom: 0px; margin-left: auto; margin-right: auto; left: 0; border: none;}
  #header .nav {float: none; clear: both; width: 100%; margin-top: 24px;}
  #header .nav #hamburger {margin-top: 0px;}
  #content .top_kalendar .kalendar .akce {float: none; clear: both; width: 100%; padding-bottom: 5px;}
  #content .blog .clanek_hlavni a.obr {display: none;}
  #content .blog .clanek_hlavni {text-align: center;}
  #content .blog .clanek_hlavni .popis p, #content .blog a.vice {margin-left: auto; margin-right: auto;}
  #content .blog .clanek_hlavni .popis {width: 100%; padding-left: 0px;}
  .instagram .obr {width: 220px; height: 220px;}
  #content .zarovnani .formatovani_textu .fotogalerie_nahled {width: 48%;}
}

@media screen and (max-width: 600px) {
  #content .zarovnani .formatovani_textu .clanek_detail_galerie a.obrazek {width: 30%;}
}

@media screen and (max-width: 550px) {
  #content .zarovnani .formatovani_textu .galerie a.obr {width: 46%;}
}

@media screen and (max-width: 500px) {
    #content .rozcestnik a, #content .rozcestnik.home_rozcestnik a {width: 100%; margin-left: auto; margin-right: auto;}
    #footer .social {width: 100%; margin-left: auto; margin-right: auto;}
}
a#logosc {
    display: inline-block;
    width: 167px;
    height: auto;
    margin: 12px 12px 12px 0px;
    vertical-align: middle;
}
a#logosc img {
    display: block;
    width: 100%;
    height: auto;
}
a#kudyznudy {
    display: inline-block;
    width: 167px;
    height: auto;
    margin: 12px 12px 12px 0px;
    vertical-align: middle;
}
a#kudyznudy img {
    display: block;
    width: 100%;
    height: auto;
}
a#pustitkvode {
    display: inline-block;
    width: 167px;
    height: auto;
    margin: 12px 12px 12px 0px;
    vertical-align: middle;
}
a#pustitkvode img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 700px) { 
    a#logosc {
        margin-left: auto;
        margin-right: auto;
    }
}
#content .zarovnani.detail_obsah.kontakty {
    max-width: 944px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .obsah_left {
    float: left;
    width: calc(100% - 500px);
}
#content .zarovnani .formatovani_textu .kontakty2024 .obsah_left h3 {
    color: #000;
    font-family: "Montserrat-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 83px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .obsah_left h3:last-of-type {
    padding-top: 40px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .obsah_left p {
    color: #000;
    font-family: "Montserrat-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 6px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .obsah_left p a {
    color: #719527;
    font-family: "Montserrat-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}
#content .zarovnani .formatovani_textu .kontakty2024 .obsah_left p a:hover {
    text-decoration: none;
}
#content .zarovnani .formatovani_textu .kontakty2024 .obsah_left p.nopaddingtop {
    padding-top: 0px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form {
    float: right;
    width: 500px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form h3 {
    padding-top: 46px;
    color: #000;
    font-family: "Montserrat-Bold";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form input {
    border: 1px solid #000;
    height: 42px;
    color: #000;
    font-family: "Montserrat-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form input::placeholder, 
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form input::-moz-placeholder,
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form input::-ms-input-placeholder,
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form input::-webkit-input-placeholder {
    color: #000;
    font-family: "Montserrat-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form textarea {
    border: 1px solid #000;
    height: 84px;
    color: #000;
    font-family: "Montserrat-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form textarea::placeholder, 
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form textarea::-moz-placeholder,
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form textarea::-ms-input-placeholder,
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form textarea::-webkit-input-placeholder {
    color: #000;
    font-family: "Montserrat-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form input[type="submit"] {
    width: 100%;
    border: none;
    height: 50px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: #000;
    font-family: "Montserrat-bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form form input[type="submit"]:hover {
    color: white;
}

#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form #kontakt_form_odpoved,
#content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form #kontakt_form_odpoved_ok {
    font-size: 16px;
}

@media screen and (max-width: 1400px) { 
    #content .zarovnani.detail_obsah.kontakty {
        margin-top: 30px;
    }
}

@media screen and (max-width: 940px) { 
    #content .zarovnani.detail_obsah.kontakty {
        margin-top: 10px;
    }
    #content .zarovnani .formatovani_textu .kontakty2024 .obsah_left, #content .zarovnani .formatovani_textu .kontakty2024 .kontakt2024_form {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
    #content .zarovnani .formatovani_textu .kontakty2024 .obsah_left h3 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 570px) { 
    a#logosc {
        display: block;
        width: 167px;
        height: auto;
        margin: 12px auto 12px auto;
    }
    a#kudyznudy {
        display: block;
        width: 167px;
        height: auto;
        margin: 12px auto 12px auto;
    }
    a#pustitkvode {
        display: block;
        width: 167px;
        height: auto;
        margin: 12px auto 12px auto;
    }
}
#content .zarovnani .formatovani_textu p.vyrazny3 {
  background-color: #9da444;
  color: white;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}
#content .zarovnani .formatovani_textu p.vyrazny3 a {
  color: white;
}
#content .zarovnani .formatovani_textu p.text3 {
  color: #9da444;
  font-family: "Montserrat-Bold";
}
#content .filtr label {
    height: 39px;
    display: inline-block;
    font-size: 14px;
    line-height: 39px;
    margin-left: 10px;
}
#content .filtr label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.souvisejici_mista {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.souvisejici_mista h2 {
    font-size: 61%;
    font-family: "Montserrat-Bold";
    color: black;
    padding-top: 30px;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.souvisejici_mista ul {
    margin-left: 18px;
/*    list-style: none; */
}
.souvisejici_mista ul li {
    padding: 0px;
    font-size: 16px;
}
.souvisejici_mista ul li a {
    font-size: 16px;
    line-height: 24px;
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Montserrat-Regular";
}
.souvisejici_mista ul li a:hover {
    text-decoration: none;
}
.akce_form {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.akce_form h1 {
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.akce_form h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}
.akce_form .grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    grid-gap: 10px;
}
.akce_form .grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    grid-gap: 10px;
}
.akce_form .grid_2v {
    display: grid;
    grid-template-columns: repeat(2, 305px);
    grid-gap: 10px;
}
.akce_form label p {
    font-size: 40%;
    line-height: 140%;
}
.akce_form label input, .akce_form label textarea, .akce_form label select {
    display: block;
    width: 100%;
    max-width: 300px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 8px 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.akce_form label.full textarea {
    width: 100%;
    max-width: 100%;
}
.akce_form label input.kalendar {
    display: inline-block;
    max-width: 185px;
}
.akce_form label input.kalendar_cas {
    display: inline-block;
    max-width: 90px;
}
.akce_form input[type="submit"] {
    display: block;
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: white;
    background-color:#719527;
    border: none;
    padding: 10px;
    border-radius: 5px;
}
.akce_form input[type="submit"]:hover {
    background-color: black;
}
@media screen and (max-width: 650px) { 
    .akce_form .grid_3 {
        grid-template-columns: 1fr;
    }
    .akce_form .grid_2 {
        grid-template-columns: 1fr;
    }
    .akce_form .grid_2v {
        grid-template-columns: 1fr;
    }
    .akce_form label input, .akce_form label textarea, .akce_form label select {
        max-width: 100%;
    }
}
.akce_form p.chyba {
    font-size: 40%;
    line-height: 140%;
    text-align: center;
    color: red;
}
.akce_form p.ok {
    font-size: 40%;
    line-height: 140%;
    text-align: center;
    color: #719527;
}

span.planovani {
    cursor: pointer;
    display: block;
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    color: #3B3B3B;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
  }
  span.planovani i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../img/planovani_vyletu_ico.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 9px;
  }
  .plan_top {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 14px;
  }
ul.vybrane_vylety {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    color: black;
}
ul.vybrane_vylety li {
    font-size: 16px;
    margin-bottom: 20px;
}
ul.vybrane_vylety li a {
    color: black;
}
ul.vybrane_vylety li a strong {
    font-family: "Montserrat-Bold";
}
ul.vybrane_vylety li span {
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 14px;
}
.btns {
    width: 100%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.print_page {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 32px;
    margin-top: 4px;
    border-radius: 3px;
    background: #23282D;
    margin-right: 0px;
    text-decoration: none;
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFF;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
.print_page:hover {
    background-color: #719527;
}
.send_by_mail {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 32px;
    margin-top: 4px;
    border-radius: 3px;
    background: #23282D;
    margin-right: 0px;
    text-decoration: none;
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFF!important;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-align: center;
    margin-left: 15px;
}
.send_by_mail:hover {
    background-color: #719527;
}
.zarovnani.program_zarovnani {
    max-width: 100%!important;
    width: 100%;
}
.poslat_planovac_mailem {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.poslat_planovac_mailem input {
    width: 100%;
    display: block;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
}
.poslat_planovac_mailem input[type="submit"] {
    cursor: pointer;
    background-color: #719527;
    color: white;
    border: none;
    text-transform: uppercase;
    margin-top: 10px;
}
.poslat_planovac_mailem input[type="submit"]:hover {
    background-color: #000;
}

.newsletter_prihlaseni {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 89px;
    padding-top: 102px;
    padding-bottom: 98px;
}
.newsletter_prihlaseni.home {
    background-color: #6C758D;
}
.newsletter_prihlaseni.podstrana {
    background-color: #B1B57E;
}
.newsletter_prihlaseni .zarovnani {
    max-width: 1256px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 664px;
    grid-gap: 120px;
    align-items: center;
}
.newsletter_prihlaseni .zarovnani .obsah_vlevo { 
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.5px;
}
.newsletter_prihlaseni.podstrana .zarovnani .obsah_vlevo {
    color: #616531;
}
.newsletter_prihlaseni .zarovnani .form_news {
    width: 100%;
    position: relative;
}
.newsletter_prihlaseni .zarovnani .form_news form {
    display: grid;
    grid-template-columns: 1fr 195px;
    grid-gap: 12px;
    align-items: center;
}
.newsletter_prihlaseni .zarovnani .form_news form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #FFF;
    width: 100%;
    height: 87px;
    background-color: #6C758D;
    outline: none;
    padding: 35px 37px;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.newsletter_prihlaseni .zarovnani .form_news form input[type="text"]::placeholder {
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.newsletter_prihlaseni.podstrana .zarovnani .form_news form input[type="text"] {
    border: 1px solid #616531;
    background-color: #B1B57E;
    color: #616531;
}
.newsletter_prihlaseni.podstrana .zarovnani .form_news form input[type="text"]::placeholder {
    color: #616531;
}
.newsletter_prihlaseni .zarovnani .form_news form input[type="submit"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 73px;
    background-color: #263250;
    outline: none;
    padding: 28px 37px;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: 500ms;
}
.newsletter_prihlaseni .zarovnani .form_news form input[type="submit"]:hover {
    background-color: black;
}
.newsletter_prihlaseni.podstrana .zarovnani .form_news form input[type="submit"] {
    background-color: #5E6234;
}
.newsletter_prihlaseni .zarovnani .form_news a {
    color: #B8BFD2;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.newsletter_prihlaseni .zarovnani .form_news a:hover {
    text-decoration: none;
}
.newsletter_prihlaseni.podstrana .zarovnani .form_news a {
    color: #616531;
}

@media screen and (max-width: 1265px) { 
    .newsletter_prihlaseni .zarovnani {
        grid-gap: 60px;
    }
}
@media screen and (max-width: 1210px) { 
    .newsletter_prihlaseni .zarovnani {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 1100px) { 
    .newsletter_prihlaseni .zarovnani {
        grid-template-columns: 1fr 564px;
    }
    .newsletter_prihlaseni .zarovnani .obsah_vlevo {
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 940px) { 
    .newsletter_prihlaseni .zarovnani {
        display: block;
        text-align: center;
    }
    .newsletter_prihlaseni .zarovnani .obsah_vlevo {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 620px) { 
    .newsletter_prihlaseni {
        padding: 40px 0px;
    }
}
@media screen and (max-width: 500px) { 
    .newsletter_prihlaseni .zarovnani .form_news form {
        display: block;
    }
}
#newsletter_odpoved {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    color: #263250;
    font-family: 'Montserrat-Bold';
    padding-top: 20px;
    position: absolute;
    top: 40px;
    left: 38px;
}
.newsletter_prihlaseni.podstrana #newsletter_odpoved {
    color: #5E6234;
}

.registrace_uzivatele_brdy {
    text-align: center;
}
.registrace_uzivatele_brdy a {
    font-size: 14px;
}
#content .zarovnani.registrace_uzivatele_brdy .formatovani_textu p.chyba {
    color: #f44336;
    font-family: 'Montserrat-Bold';
}
#content .zarovnani.registrace_uzivatele_brdy .formatovani_textu p.ok {
    color: #8bc34a;
    font-family: 'Montserrat-Bold';
}
.vypis_polozek_souteze {
    display: block;
    background-color: #f9f9f9;
    margin-top: 30px;
    padding: 0px 10px 20px 10px;
}
#content .zarovnani .formatovani_textu .vypis_polozek_souteze h2 {
    font-size: 20px;
}
#content .zarovnani .formatovani_textu .vypis_polozek_souteze .mista_souteze .item {
    display: grid;
    grid-template-columns: 1fr 140px 120px;
    grid-gap: 10px;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: solid 1px white;
    padding: 10px 0px;
}
#content .zarovnani .formatovani_textu .vypis_polozek_souteze .mista_souteze .item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
#content .zarovnani .formatovani_textu .vypis_polozek_souteze .mista_souteze .navstiveno {
    font-weight: bold; 
    color: #739529;
    font-family: 'Montserrat-Bold';
}
.planovac_vyletu {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/planovani_vyletu_ico.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 18px;
    right: 63px;
}
.planovac_vyletu .pocet {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #EE1C24;
    border-radius: 100px;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
    text-align: center;
    top: -3px;
    right: -9px;
}
.uzivatel {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/ucet.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 18px;
    right: 24px;
}
p.prihlasit_uzi_obsah a {
    display: block;
    text-align: center;
    color: black;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-bottom: 40px;
}
p.planovac_odeslany {
    font-size: 40%;
    line-height: 140%;
    text-align: center;
    color: #719527;
}
a.pridat_akci_btn {
    display: block;
    border: solid 1px black;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px!important;
}
a.pridat_akci_btn:hover {
    background-color: black;
    color: white!important;
}
.zapomenute_udaje_wrap {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.zapomenute_udaje_wrap h2 {
    font-size: 115%;
    font-family: "Montserrat-Bold";
    color: black;
    padding-top: 17px;
    padding-bottom: 20px;
}
.zapomenute_udaje_wrap form {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 44%;
}
.zapomenute_udaje_wrap form input {
    padding: 10px;
    width: 45%;
    display: inline-block;
}
.zapomenute_udaje_wrap form input[type="submit"] {
    background-color: #7e851d;
    color: white;
    border: none;
    font-size: 105%;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.zapomenute_udaje_wrap form input[type="submit"]:hover {
    background-color: #000;
}
.zapomenute_udaje_wrap p.odkazy {
    padding-top: 15px;
}
.zapomenute_udaje_wrap p.odkazy a {
    color: black;
    font-size: 14px;
}
.zapomenute_udaje_wrap .login_form p {
    color: black;
    font-size: 14px;
}
.zapomenute_udaje_wrap form .mezera {
    display: block;
    width: 100%;
    height: 20px;
}
#content .zarovnani .formatovani_textu #registrace_uzivatele .news_inp {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}
.video_home {
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    aspect-ratio: 2.13;
    background-color: gray;
    display: block;
    margin-top: 100px;
    margin-bottom: 50px;
}
.video_home .obr {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../img/sv_hora.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.video_home .obr .play {
    position: absolute;
    width: 180px;
    height: 180px;
    background-image: url('../img/play.png');
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center center;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
}
@media screen and (max-width: 900px) { 
    .video_home .obr .play {
        width: 90px;
        height: 90px;
        background-size: contain;
        top: calc(50% - 45px);
        left: calc(50% - 45px);
    }
}
#content .zarovnani.detail_obsah .formatovani_textu .trasa_iframe iframe {
    height: 450px !important;
} 
#mmr_img {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-right: 70px;
    margin-top: 10px;
}
#mmr_img img {
    display: block;
    width: 167px;
}
@media screen and (max-width: 1400px) { 
    #mmr_img {
        padding-right: 60px;
    }
}
@media screen and (max-width: 1200px) { 
    #mmr_img {
        padding-right: 60px;
    }
}
@media screen and (max-width: 1180px) { 
    #mmr_img {
        padding-right: 10px;
    }
}
@media screen and (max-width: 1120px) { 
    #mmr_img {
        padding-right: 0px;
        margin-right: initial;
        margin-left: initial;
    }
}
@media screen and (max-width: 570px) { 
    #mmr_img {
        padding-right: 0px;
        margin-right: auto;
        margin-left: auto;
    }
}

img.responzivni_obr {
    display: block;
    width: fit-content;
    max-width: 100%;
    height: auto; 
}