/********************************  Fonts  **************************************************/
@font-face {
    font-family: Gilroy-Regular; /* deklarace fontu */
    src: url("../fonts/Gilroy/Gilroy-Regular.ttf"); /* propojení na umístění souboru */
}
@font-face {
    font-family: Gilroy-ExtraBold; /* deklarace fontu */
    src: url("../fonts/Gilroy/Gilroy-ExtraBold.ttf"); /* propojení na umístění souboru */
}
/********************************  BASIC **************************************************/
body {
  font-family: 'Gilroy-ExtraBold';
  font-size: 16px;
  color: #000;
  overflow-x: hidden; /* důvod posun absolutního prvku v pravém horním rohu */
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

a:hover{
    color: #a5070e;
    text-decoration: none;
}
.alert a{
    text-decoration: none !important;
}
h1 {
    font-size: 36px;
    margin: 40px 0 20px 0;
    font-weight: bold;
}

h2{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}


h3, h4, h5, h6 {
  font-size: 20px;
  font-weight: bold;  
}

.pSubNadpis{
  
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.rightLine{
  padding-right:20px; 
  border-right: 1px solid #ccc;
}


.pback{
  padding-bottom: 10px;
}

.cat-back{
  color: black !important;
}

/* BootStrap EDIT */
.caret{
  margin-left: 5px; 
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}




.page-header {
    border: 0;
}
.form-control {
    border-radius: 0;
}


/********************************  Stranky **************************************************/

/* stranka */
.obsahStranka{
  margin-top: 20px;
  padding-bottom: 40px;
  min-height: 444px;
}


.container .obsahStranka img {
  padding: 5px;
  display: block;
  max-width: 100%;
  height: auto; 
}

.container.obsahStranka a{
  text-decoration: underline;
  font-weight: normal; 
}
@media screen and (max-width: 768px) {
    .container.obsahStranka{
       margin-top: 20px;
    }

    .container.obsahStranka img {
      margin: auto;
    }
}
.obsahStranka img {
    display: block;
    max-width: 100%;
    height: auto;
 } 
/********************************  Aktuality **************************************************/
.container.obsahAktuality {
  padding-bottom: 20px;
  min-height: 444px;
 
}

.aktuality-list img{
  max-height: 200px !important;
}



/************************************  HEADER **************************************************/
.aktualita-main-content {
    padding: 30px;
    background-color: #feefb2;
}
.aktualita-main-content .akt-nadpis {
    font-size: 16px;
}
.aktualita-main-content p {
    font-size: 13px;
}



/* ******************************** vypis galerie ******************************** */
.vypis_bs_gal{
    display: inline-block; 
}

.galerie-img { 
    float: left;
    /*
  width: 155px;
    height: 110px;*/
    padding: 5px;
    overflow: hidden;
}

.vypis_bs_gal img {
   object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
 /*  width: 155px;
    height: 110px;
 */
    width: 150px;
    height: 150px;
}

.vypis_bs_gal .row {
    padding-left: 10px;
    padding-right: 10px;
}

.vypis_bs_gal img:hover {
    opacity: 0.7;
}    


/* ********************************  HELP CLASSES ****************************** */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/* KONTAKTY */
/* Gmaps */
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
