/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);


body
{
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #f3fffb;
}

p, h1, h2, h3, h4, h5, h6, li
{
  font-family: 'Open Sans', Arial, sans-serif;
  color: #24437b;
}

h1, h2, h3, h4, h5, h6
{
  /* color: #27509b; */
  color: #583d28;
}

a
{
  /* color: #27509b; */
  color: #583d28;
  font-weight: 400;
}

p
{
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: justify;
}


.layout-boxed
{
  /* background: #f3fffb; */
  background: #f3ece1;
}

.layout-boxed .body-innerwrapper
{
  box-shadow: none;
}


#tm-main,
#tm-content
{
  /* background: #f3fffb; */
  background: #EFFAFF;
}


#tm-content
{
  box-shadow: none;
  padding-top: 0px;
  padding-bottom: 0px;
}


.uk-panel.uk-panel-box.ukazka,
.uk-panel.uk-panel-box.najdete
{
  padding: 0px;
}

#tm-bottom-a .uk-panel.uk-panel-box
{
  background: #fffbf4;
}

#tm-bottom-b
{
  background: url("../images/lista-dolu.jpg") center bottom no-repeat;
  background-size: cover;
}

#tm-bottom-b .uk-container
{
  padding-bottom: 0px;
}

#tm-bottom-b .uk-panel.uk-panel-box
{
  background: none;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

#tm-bottom-b .uk-panel.uk-panel-box * 
{
  /* color: #fcfdfc; */
  color: #331a10;
  font-weight: bold;
}


.uk-block-default 
{
  background: #EFFAFF;
}

.uk-container
{
  padding-bottom: 2px;

  /* rozšíření .uk-container */
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}

.uk-navbar .uk-container,
.tm-block-footer .uk-container
{
  padding-bottom: 0px;
}

.uk-breadcrumb
{
  padding-top: 10px;
}

.tm-bottom-b
{
  margin-top: 5px;
}

.tm-block-footer
{
  padding: 0px 0px;
  /* margin-top: 20px; */
  /* background: #27509b; */
  background: #bebbb5;
}

.tm-block-footer p
{
  color: #ffffff;
  margin-top: 10px;
}


.uk-panel-box
{
  /* border: 1px solid #27509b; */
  border: 1px solid #f3ece1;
  border-radius: 0px;
  background: #fcfdfc;
  color: #996334;
}

.tm-bottom-a .uk-panel-box
{
  padding-top: 0px;
  padding-bottom: 0px;
}


.tm-footer a:hover
{
  color: #512114;
}


/* Menu */
.tm-navbar
{
  box-shadow: none;
  background: url("../images/lista-horni.jpg") center bottom no-repeat;
  background-size: cover;
}

.tm-navbar .tm-navbar-container
{
  -webkit-align-items: baseline;
  align-items: baseline;
}

.uk-navbar-nav > li
{
  bottom: 5px;
}

.uk-navbar-nav > li > a
{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.2rem;
  height: auto;
  line-height: 1.5rem;
  color: #f3fbff;
}

.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li.uk-open > a 
{
  color: #996334;
}

/* Konec menu */

/* Nastavení loga */

/* Konec loga */


/* Tipy na dnešní den */
.ramecek
{
  display: inline-block;
}

.ramecek.obrazek
{
  width: 20%;
}

.ramecek.clanek
{
  width: 78%;
}

.uk-panel-box.tip .uk-panel-title
{
  padding-left: 20%;
  color: #24437b;
  font-weight: bold;
}
/* Konec tipů */


.block-outer
{
  margin-top: 1%;
}

.uk-offcanvas-bar
{
  background: #f3ece1;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
.uk-nav-offcanvas > .uk-open > a, 
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, 
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus
{
  background: #bbb9b3;
}


/* úpravy GDPR */
div.cc-center-xtd div.cc-checkbox-description p 
{
  font-size: 14px;
}

div.cc-checkbox-category-readmore 
{
  display: none;
}


@media (max-width: 768px)
{
  #tm-top-a .uk-panel.uk-panel-box
  {
    padding: 0px;
  }
  
  /* Hamburger menu */
  .uk-navbar-toggle:after {
    font-size: 3.0rem;
    color: #f3fffb;
  }

  .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle 
  {
    height: 40px;
  }
  /* konec Hamburger menu */


  .ramecek
  {
    display: block;
    width: 100%;
  }
  
  .ramecek.obrazek,
  .ramecek.clanek
  {
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
  }
  
  .ramecek.clanek h2,
  .ramecek.clanek p
  {
    text-align: center;
  }
  
  .ramecek.clanek p:last-child
  {
    text-align: justify;
  }
  
  .ramecek.obrazek img
  {
    margin: 0px auto !important;
    float: none !important;
    clear: both;
  }
  
  .uk-panel-box.tip .uk-panel-title
  {
    padding-left: 0px;
    text-align: center;
  }
  
  .uk-panel.copyright
  {
  }
  
  .uk-panel.copyright p
  {
    font-size: 0.9rem;
    text-align: center !important;
    display: inline-block !important;
    width: 100% !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .copyright p:last-child
  {
    margin-bottom: 15px !important;
  }
  
}


@media (min-width: 768px)
{
  .uk-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }  
  
  .tm-top-a,
  .tm-bottom-a
  {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}


@media (min-width: 1220px)
{
  .uk-grid > * 
  {
    padding-left: 4px;
  }

  .uk-grid 
  {
    margin-left: -4px;
  }  
}



/*
#tm-main a 
{
  color: #27509b;
  font-weight: bold;
}




.uk-container
{
  background: #f3fbff;
}




.tm-navbar.uk-navbar .uk-container,
#tm-footer .uk-container
{
  background: none;
}

.uk-sticky-placeholder
{

}

.tm-leading-article .uk-article:last-child 
{
  border-bottom: none;
}  


.tm-navbar.uk-navbar
{
}

.uk-block-default
{
  background: #f3fffb;
}



.tm-top-a,
.tm-top-b
{
  border: 1px solid #27509b;
}



.tm-bottom-a .uk-panel.uk-panel-box
{
  border: 1px solid #27509b;
  background: #fcfdfc;
}

.tm-bottom-a > div:first-child
{
  margin-right: 4%;
}

@media (min-width: 768px)
{
  .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
    width: 48%;
  } 
}




.mod-articles-category-title
{
  font-weight: bold;
  font-size: 22px;
}

.bt-cs .bt-inner {
    margin: 0;
    position: relative;
    padding: 0 10px;
    border: 1px solid black;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: darkgrey 10px 10px;
    background: lightgray;
}




@media (min-width: 1220px)
{
  .uk-grid > * {
    padding-left: 0px;
  }
  
  .uk-container
  {
     max-width: 1220px;
     padding: 0px;
  }
  
  .tm-navbar .uk-container
  {
    padding: 0px;
  }
}  

*/