* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* fix for toolbar menu color */
 
 .uk-subnav > * > * {
  display: inline-block;
  color: #FFFFFF;
  
  }
  
  /* fullscreen-a slideshow 
  
  [class*="tm-fullscreen"] [data-widgetkit],   
[class*="tm-fullscreen"] [data-widgetkit] > div,  
[class*="tm-fullscreen"] [data-widgetkit] > div > ul,  
[class*="tm-fullscreen"] [data-widgetkit] > div > ul > li {height:100%;}



/* fix for top-a */

.tm-block-full-height > div {
  display: table-cell;
  vertical-align: bottom !important;
  }
  
  
  /* documentation fix */ 
  div#tm-fullscreen-d {
    background: #00A8E6;
}
  /*
  @media (min-width: 768px) {
.tm-block-full-height, [class*='tm-fullscreen-'] {
width: 100%;
height: 80%;
position: relative;
}
  }

@media (min-width: 768px) {

.tm-block-full-height {
display: table;
/* table-layout: fixed; */
