/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* import google fontu Lato */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@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
{
  /* background: url('../images/pozadi-fuji-fotolia-v4.jpg') bottom center no-repeat fixed; */
  background-size: cover;
}

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

#tm-main img
{
  outline: 1px solid #b5b5b5;
  border: 2px solid #fff;
}

p
{
  text-align: justify;
}

/* Předdefinování šířek boxů */
.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

a
{
  padding-left: 2px;
  padding-right: 2px;
  color: #4086D0;
  font-weight: bold;
  transition: all 0.25s linear;
}

div.to-left,
img.to-left
{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#tm-main.uk-block
{
  padding-top: 5px;
  padding-bottom: 10px;
}

h1.tm-title
{
  color: #4086D0;
  font-weight: bold;
}

a:hover
{
  color: #ffffff;
  background-color: #4086D0;
}

/* Společné úpravy  */
body #tm-main,
body .tm-navbar.uk-navbar,
body #tm-footer.tm-block-footer,
body #tm-top-a,
body #tm-top-b,
body #tm-top-c,
body #tm-top-d,
body #tm-top-e,
body #tm-top-f,
body #tm-bottom-a,
body #tm-bottom-b,
body #tm-bottom-c,
body #tm-bottom-d,
body #tm-bottom-e,
body #tm-bottom-f
{
  max-width: 1200px;
  width: 1200px !important;
  position: relative;
  margin: 0 auto;
}

.uk-container
{
  max-width: 100%;
}  

.uk-article .uk-pagination
{
  clear: both;
  margin: 30px auto 0px auto;
  width: 150px;
}

.uk-article .uk-pagination > li > a
{
  background: #4086D0;
  color: #ffffff;
  font-weight: normal;
  border-radius: 20px;
  padding: 5px 30px;
  text-shadow: 0 0px 0 #ffffff;
}

.uk-article .uk-pagination > li > a:hover,
.uk-article .uk-pagination > li > a:focus
{
  background-color: #ffffff;
  color: #A89898;
}



.uk-breadcrumb
{
  border-bottom: 1px #9EAEBB solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}  

/* Horní menu */
body .tm-navbar.uk-navbar
{
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  position: relative !important;
}

.uk-navbar-nav > li > a
{
  font-family: inherit;
  padding: 0px 8px;
  font-size: 13px;
}

.uk-navbar-nav > li > a.btn-modre
{
  background-color: #4086D0;
  color: #ffffff;
}

.uk-navbar-nav > li > a.btn-modre:hover
{
  color: #ffffff;
}


.uk-navbar-nav > li
{
  border-top: 6px #ffffff solid;
  /* transition: all 0.2s linear 0s; */
}


.uk-navbar-nav > li.uk-active
{
  border-top-color: #4086D0;
}

.uk-navbar-nav >li:hover
{
  background-color: #EEF3FA;
}

.uk-navbar-nav > li.uk-active a,
.uk-navbar-nav > li:hover a
{
  color: #4086D0;
}  

.uk-navbar-nav > li.uk-active a.btn-modre,
.uk-navbar-nav > li:hover a.btn-modre
{
  color: #ffffff;
}  

/* Horní menu - modul sociální sítě */
.uk-navbar-nav > li > a[href='#']
{
  display: none;
}

.uk-navbar-nav > li p.socialni-site
{
  line-height: 83px;
  vertical-align: middle;
  margin: 0px 10px;
}


.uk-navbar-nav i.fa:before,
.uk-nav-offcanvas > li i.fa:before
{
  font-size: 32px;
}

.uk-navbar-nav > li a.socialni-site,
.uk-nav-offcanvas > li a.socialni-site
{
  font-size: 32px;
  color: rgba(153, 153, 153, 0.7);
}

.uk-nav-offcanvas > li.uk-active a.socialni-site
{
  color: rgba(153, 153, 153, 0.7);
}

.uk-navbar-nav > li a.socialni-site:hover
{
  background-color: transparent;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover,
.uk-nav-offcanvas li a:hover
{
  background-color: transparent;
  color: #ffffff;
}


/* Dropdown menu */
.uk-dropdown-navbar
{
  background: #EEF3FA;
  color: #ffffff;
}

.uk-dropdown-navbar .uk-nav-navbar > li
{
  border-left: 6px transparent solid;
}

.uk-dropdown-navbar .uk-nav-navbar > li > a
{
  color: #7f8c8d;
}

.uk-dropdown-navbar .uk-nav-navbar > li > a:hover
{
  color: #ffffff !important;
}

.uk-dropdown-navbar .uk-nav-navbar > li:hover
{
  background-color: #6A889F;
}


.uk-dropdown-navbar .uk-nav-navbar > li.uk-active
{
  border-left-color: #4086D0;
}

.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a
{
  color: #4086D0;
}




/* Hlavní tělo */
body #tm-main,
body #tm-top-a,
body #tm-top-b,
body #tm-top-c,
body #tm-top-d,
body #tm-top-e,
body #tm-top-f,
body #tm-bottom-a,
body #tm-bottom-b,
body #tm-bottom-c,
body #tm-bottom-d,
body #tm-bottom-e,
body #tm-bottom-f
{
  background-color: rgba(255,255,255,0.75);
}

body #tm-top-a
{
  background-image: url('../images/pozadi-bila.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  padding-top: 0px;
  padding-bottom: 20px;
}

#tm-top-a .uk-container
{
  padding-left: 0px;
  padding-right: 0px;
}

body #tm-top-b
{
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-image: url('../images/linka.png');*/
  background-position: 0 50%;
  background-repeat: repeat-x;  
}

/* DJ Image Slider */
#tm-top-a .slide-desc-bg
{
  background: rgba( 0, 0, 0, 0);
}

#tm-top-a .slide-desc .slide-desc-in .slide-desc-text .slide-text *
{
  color: #fff;
}

.djslider-default .navigation-container-custom, 
.djslider-default .navigation-numbers 
{
  bottom: 10px;
  top: auto;
}
/* End of DJ Image Slider */


/* Patička */
body #tm-bottom-a
{
  padding-top: 10px;
}

body #tm-footer.tm-block-footer,
body #tm-bottom-b.tm-block-bottom-b
{
  background-color: #13284A;
}

body #tm-footer.tm-block-footer
{
  padding-bottom: 5px;
}

body #tm-footer.tm-block-footer p
{
  color: #999898;  
}

h1.uk-article-title
{
  color: #4086D0;
}

/* Definice vlastností modulů */
.uk-panel.uk-panel-box
{
  padding: 0px;
  background: transparent;
  border-width: 0px;
  border-radius: 0px;
}

/* Slideshow */
.camera_caption
{
  top: -10px;
  background: transparent;
}

.camera_caption > div
{
  background: rgba(0,0,0,0);
  padding: 0px;
}



@media (min-width: 768px)
{
  body #tm-top-a .uk-block 
  {
    padding-top: 10px;
  }  
}


/* Update bootstrapu */
.btn,
.camera_wrap a.btn
{
  background-color: #ffffff;
  padding: 5px 30px;
  border-radius: 20px;
}

.btn:hover,
.camera_wrap a.btn:hover
{
  background-color: #fafafa;
}

.btn.blue
{
  background-color: #4086D0;
  color: #ffffff;
  text-shadow: 0 0px 0 #ffffff;
  font-weight: normal;
}

.btn.blue:hover
{
  background-color: #fafafa;
  color: #A89898;
  text-shadow: 0 0px 0 #ffffff;
}


/* Definice dlaždic */
.moduletable.dlazdice 
{
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  height: auto;
  float: left;
}

.moduletable.dlazdice ul.dlazdice
{
  padding-left: 0px;
}

.moduletable.dlazdice li
{
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 18%;
  background-color: #F4DFC6;
  max-height: 195px; 
  min-height: 195px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s linear;
  margin: 10px 1%;
}

.moduletable.dlazdice li:hover
{
  box-shadow: gray 3px 3px 20px;
  cursor: pointer;
}

.moduletable.dlazdice li+li
{
  /* margin-left: 25px; */
}

.moduletable.dlazdice li a
{
  font-weight: bold;
  font-size: 16px;
  color: #4086D0;
  /* text-transform: uppercase; */
  min-height: 35px; 
}

.moduletable.dlazdice li p
{
  font-size: 12px;
  text-align: center;
  color: #9998A4;
}

.moduletable.dlazdice li hr.linka
{
  color: #9998A4; 
  background-color: #9998A4; 
  width: 40%;
  margin-left: 30%;
  height: 1px;
}

.moduletable.dlazdice span.title
{
  display: block;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #4086D0;
}

.moduletable.dlazdice span.title a:hover
{
  color: #4086D0;
  background: transparent;
}


.section-head
{
  text-align: center;
  background: url("../images/linka.png") center left repeat-x;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.section-head h2
{
  font-size: 14px; 
  display: inline-block;
  color: #ffffff;
  background-color: #4086D0;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
}


/* Novinky */
.moduletable.novinky h3
{
  text-transform: uppercase;
  color: #4086D0;
  font-weight: bold;
  font-size: 24px; 
  line-height: 33px;
  clear: both;
}

.moduletable.novinky ul
{
  padding-left: 0px;
}


.moduletable.novinky li
{
  list-style-type: none;
}

.moduletable.novinky hr.linka
{
  display: none;
}

.moduletable.novinky .aidanews2 .even
{
  background: none;
}

.moduletable.novinky .mod-articles-category-introtext,
.moduletable.novinky .aidanews2_text
{
  font-style: italic;
  font-size: 14px;  
  margin-top: 0px;
  color: #000000; 
}

.moduletable.novinky .aidanews2_date
{
  font-size: 12px;
  display: block;
  /* color: #A89898; */ 
  color: #000000; 
}

.moduletable.novinky .aidanews2_readmore
{
  font-size: 12px;
}

.moduletable.novinky .aidanews2_line
{
  margin: 10px 15%;
  height: 10px;
  width: 70%;
}

.moduletable.novinky .aidanews2_title
{
  line-height: 18px;
}

.moduletable.novinky .aidanews2_title a
{
  color: #000000;
}

.moduletable.novinky .aidanews2_title a:hover
{
  color: #ffffff;
}


.moduletable.novinky span.title,
.moduletable.novinky span.mod-articles-category-date
{
  font-size: 12px;  
  display: block;
}

.moduletable.novinky span.title
{
  font-weight: bold;
  font-size: 18px;
}


/* Odstranění oddělovací linky za posledním hlavním článkem */
.tm-leading-article .uk-article:last-child
{
  border-bottom-width: 0px;  
}

/* Sekce Důležitá oznámení */
div.dulezita-oznameni
{
  background-color: #4086D0; 
  display: block;
  min-height: 50px;
  display: table;
  width: 100%;
}

.moduletable.dulezita-oznameni h3,
.moduletable.dulezita-oznameni p,
.moduletable.dulezita-oznameni a                      
{
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding: 5px 0px;
}

.moduletable.dulezita-oznameni
{
  padding: 20px 0px;
  display: table-cell;
}

.moduletable.dulezita-oznameni h3
{
  float: left;
  margin-left: 50px;
  margin-bottom: 0px;
}

.moduletable.dulezita-oznameni > a,
.moduletable.dulezita-oznameni div > a
{
  float: right;
  margin-right: 50px;
  max-width: 100px;
  padding: 5px 20px;
  color: #4086D0;
  background-color: #ffffff;
  border-radius: 10px;
  content: "Více";
}

.moduletable.dulezita-oznameni>a:hover
{
  color: #A89898;
}

/* Zápatí */
#tm-bottom-b p,
#tm-bottom-b a
{
  color: #999898;
}

#tm-bottom-b a:hover
{
  color: #ffffff;
}

#tm-bottom-b .uk-panel
{
  float: left;
  box-sizing: content-box;
}

#tm-bottom-b .uk-panel h3
{
  color: #4086D0; 
  font-weight: bold;
  margin-top: 10px;
}

#tm-bottom-b .uk-panel .btn
{
  background-color: #4086D0;
  font-size: 16px;
  text-transform: uppercase;
}

#tm-bottom-b .uk-panel .inputbox
{
  width: 95% !important;
}

/* Kontaktní formulář v článku Kontakt */
div.kontaktni-formular
{
  margin-top: 30px;
}

div.kontaktni-formular div,
div.kontakt-mapa-outer div
{
  background-color: transparent !important;
}

div.kontaktni-formular button.btn
{
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4086D0;
}

div.kontaktni-formular h3,
div.kontaktni-formular p
{
  color: #69777D;
  text-align: center;
}

div.kontaktni-formular h3
{
  background: url('../images/linka.png') 0 50% repeat-x;
}

div.kontaktni-formular h3 span
{
  font-weight: bold;
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
  background: url('../images/pozadi.png');
}

div.kontakt-mapa-outer div.mapa div.zhgm-map-default 
{
  margin: 0px auto !important;
}


/* Úvodní slogan v top-a panelu */
.uk-panel.uk-panel-box.slogan
{
  /* background: url( '../images/linka.png') 0 50% repeat-x; */ 
}

.uk-panel.uk-panel-box.slogan span
{
  /* background: url( '../images/pozadi.png'); */
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

/* Slideshow - rámeček s odkazy */
a.slider.ramecek
{
  color: #ffffff;
  font-weight: normal;
}

a.slider.ramecek:hover
{
  color: #4086D0;
  background-color: #ffffff;
}

a.tm-logo:hover
{
  background: transparent;
}


/* Youtube div */
div.youtube 
{
  /* background-color: lightgray; */
  background-color: none;
  width: 100%;
  //height: 300px;
  //outline-offset: 2px;
  //outline-width: 1px;
  //outline-color: black;
  //outline-style: solid;
}

div.small
{
  width: 270px;
  height: 205px;
}


/* Nastavení modulů pro blog */
.blog-slider
{
  width: 100% !important;
  float: left;
}

h3.video-slider.titulek,
h3.blog-slider.titulek a
{
  background-color: transparent;
  background-image: none;
  border-width: 0px;
  text-align: center;
  color: #959595;   /* černá je hlavně pro editor */
  font-size: 20px;
}

div.blog-slider h3.blog-slider.titulek,
div.blog-slider h3.blog-slider.titulek a
{
  color: #ffffff;  /* bílá se zobrazí na frontpage */
} 

p.blog-slider.intro
{
  color: #959595;
  font-size: 14px;
  /* font-style:  italic; */
  text-align:  center;
  padding: 0px 15px;
}

div.blog-slider p.blog-slider.intro,
div.blog-slider p.blog-slider.intro
{
  color: #ffffff;  /* bílá se zobrazí na frontpage */
} 

div.blog-slider p.readmore
{
  text-align: center;
}

/*
div.blog-slider p.readmore a
{
  margin-top: 10px;
  background-color: #ffffff;
  color: #959595;
  padding: 5px 20px;
  min-width: 100px;
  min-height: 30px; 
  font-size: 14px;
}


div.blog-slider p.readmore a:hover
{
  color:#94bd15;
}
*/

/* trvalé zviditelnění šipek */
.bt-cs .next,
.bt-cs .prev
{
  display: block;
  opacity: 1;
  width: 50px;
}

.bt-cs .bt-inner
{
  margin: 0 20px;
}

.bt-cs .bt-inner .bt-title
{
  color: #4086D0;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.bt-cs .bt-inner .bt-title:hover
{
  color: #ffffff;
}

.bt-cs .bt-inner .bt-introtext,
.bt-cs .bt-inner .bt-extra
{
  text-align: center;
}

.bt-cs .bt-inner .bt-introtext .youtube
{
  float: none;
  margin: 0 auto;
}

.bt-cs .bt-inner .readmore a.btn
{
  background-color: #4086D0;
  color: #ffffff;
  text-shadow: 0 0px 0 #ffffff;
  font-weight: normal;
}

.bt-cs .bt-inner .readmore a.btn:hover
{
  background-color: #ffffff;
  color: #A89898;
  text-shadow: 0 0px 0 #ffffff;
  font-weight: normal;
}

.bt-cs .bt-inner .readmore a.btn .icon-chevron-right
{
  display: none;
}

 

.bt-cs .bt-inner img
{
  margin: 0px auto 10px !important;
  float: none !important;
/*  height: 205px;
  width: auto; */
  display: block;
}


.bt-cs a.prev
{
  background-image: url('../images/sipka-vlevo-modra.png') !important;
  margin-right: 10px;
  left: -20px;
}

.bt-cs a.next
{
  background-image: url('../images/sipka-vpravo-modra.png') !important;
  margin-left: 10px;
  right: -20px;
}

p.bt-slider
{
  padding: 0 100px;
}


.section-header
{
  min-height: 20px !important;
}


/* Menu v patičce */
#tm-bottom-b .uk-panel-box > .uk-nav-side
{
  margin-left: 0px;
}

#tm-bottom-b .uk-nav-side > li
{
  line-height: 10px;
}

#tm-bottom-b .uk-nav-side > li > a
{
  font-size: 10px;
  letter-spacing: 0px;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 0px;
}

#tm-bottom-b .uk-nav-side > li.uk-active > a
{
  background: transparent;
  color: #ffffff;
}

/* Blog novinek */
body.tm-isblog.novinky article.uk-article img
{
  width: 300px;
}

/* Formulář pro objednání */
.moduletable.objednejte-se button 
{
  color: #ffffff;
  background-color: #4086D0;
  font-weight: bold;
  font-size: 16px;
  text-shadow: none;
}

ul.category-module
{
  list-style-type: none;
  padding-left: 0px;
}


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

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



/* Úpravy pro responsivní design */
@media (max-width: 1199px) {
  /* Společné úpravy  */
  body #tm-main,
  body .tm-navbar.uk-navbar,
  body #tm-footer.tm-block-footer,
  body #tm-top-a,
  body #tm-top-b,
  body #tm-top-c,
  body #tm-top-d,
  body #tm-top-e,
  body #tm-top-f,
  body #tm-bottom-a,
  body #tm-bottom-b,
  body #tm-bottom-c,
  body #tm-bottom-d,
  body #tm-bottom-e,
  body #tm-bottom-f
  { 
    max-width: 100% !important;
    width: 100% !important;
  }

  .uk-container
  {
    max-width: 100%;
  }  
}

@media (min-width: 200px)
{
  .uk-width-medium-1-4 
  {
    width: 100%;
  }
      
  .blog .blog-slider.slots-3,
  .blog .blog-slider.slots-2,
  .uk-panel.uk-panel-box.blog-slider.slots-3,
  .uk-panel.uk-panel-box.blog-slider.slots-2
  {
    display: none;
  }

  .blog .blog-slider.slots-1,
  .uk-panel.uk-panel-box.blog-slider.slots-1
  {
    display: block;
  }

  .uk-width-medium-1-3
  {
    width: 100%;
  }
  
  .intro-outer
  {
    width: 100% !important;
  }
  
  .novinky-outer
  {
    width: 100% !important;
  }

  .moduletable.dlazdice li
  {
    width: 98%;
    margin: 10px 1%;
  }
}


@media (max-width: 479px)
{
  .intro-outer img
  {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
 
  .moduletable.novinky .aidanews2_mainL
  {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .moduletable.novinky .aidanews2_mainL img
  {
    float: none;
  }
  
  .moduletable.novinky h3,
  .moduletable.novinky .aidanews2_mainC h1.aidanews2_title,
  .moduletable.novinky .aidanews2_mainC .aidanews2_date
  {
    display: block;
    text-align: center;
  }
   
  .moduletable.novinky .aidanews2_mainC
  {
    width: 100%;
  }  
  
  .moduletable.dulezita-oznameni 
  {
    text-align: center;
  }
  
  .moduletable.dulezita-oznameni > a, 
  .moduletable.dulezita-oznameni div > a 
  {
    display: inline-block;
    float: none;
    margin-right: 0px;
  }
}


@media (max-width: 768px)
{
  article img
  {
    width: 100% !important;
    float: none !important;
    margin: 10px auto !important;
  }
}

@media (min-width: 480px)
{
  div.youtube
  {
    width: 400px;
  }
}


@media (min-width: 640px)
{
  .uk-width-medium-1-4 
  {
    width: 50%;
  }
  
  .blog .blog-slider.slots-3,
  .blog .blog-slider.slots-1,
  .uk-panel.uk-panel-box.blog-slider.slots-3,
  .uk-panel.uk-panel-box.blog-slider.slots-1
  {
    display: none;
  }
    
  .blog .blog-slider.slots-2,
  .uk-panel.uk-panel-box.blog-slider.slots-2
  {
    display: block;
  }

  .moduletable.dlazdice li
  {
    width: 48%;
    margin: 10px 1%;
  }
}

@media (min-width: 768px)
{
  div.youtube
  {
    width: 350px;
  }
  
  
  .intro-outer
  {
    width: 50% !important;
  }

  .novinky-outer
  {
    width: 45% !important;
  }  
  
  .moduletable.dlazdice li
  {
    width: 29.3333333%;
    margin: 10px 2%;
  }
}

@media (min-width: 1000px)
{
  .intro-outer
  {
    width: 60% !important;
  }

  .novinky-outer
  {
    width: 35% !important;
  }  

  .uk-width-medium-1-4 
  {
    width: 25%;
  }  

  .uk-panel.uk-panel-box.blog-slider.slots-2,
  .uk-panel.uk-panel-box.blog-slider.slots-1,
  .blog .blog-slider.slots-2,
  .blog .blog-slider.slots-1
  {
    display: none;
  }

  .uk-panel.uk-panel-box.blog-slider.slots-3,
  .blog .blog-slider.slots-3
  {
    display: block;
  }

  .moduletable.dlazdice li
  {
    width: 18%;
    margin: 10px 1%;
  }
}

/* Posunutí hranice pro hamburger menu */
.uk-hidden-small
{
  display: none !important;
}

.uk-visible-small
{
  display: block !important;
}

@media (min-width: 1100px)
{
  .uk-visible-small
  {
    display: none !important;
  }

  .uk-hidden-small
  {
    display: block !important;
  }
}