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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .uk-block-muted h3 {color: #ffffff;}
 
.text-shadow-black {text-shadow:0px 0px 3px #000;}
.text-shadow-white {text-shadow:0px 0px 3px #fff;}



 
  /*BODY*/
.tm-page {z-index: 1; background: url(../images/default/bg.jpg) 50% 0 fixed no-repeat;
    background-size: cover;}
    
  
  /*@media (min-width: 1220px) {.tm-page-container {max-width: 1200px;}}*/
  
.tm-page-container {
  box-sizing: border-box;
  padding: 0 25px;
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
 
@media (min-width: 1900px) {.tm-page-container {margin-top: 20px;}}
  
  .uk-panel-box {box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);}
 
 
 /*NAVBAR*/
 .uk-navbar-nav > li > a {text-shadow:0px 0px 3px #000;}
 
 
 /*TABLE*/ 
 table.uk-table.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}

table.uk-table.uk-table-hover tbody tr:hover {
  background: #f2f2f2;
}
 