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

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

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }


.uk-overlay-active .uk-overlay-fade
{
  padding:0px;
}

.tm-block-main
{
  background:#343233;
}

.uk-container 
{
  background:#fff;
}

.tm-top-a
{
  background:;
  
}

.tm-top-b
{
  background:#343233;
}

.tm-top-c
{
  background:#343233;
}

.tm-bototm-a
{
  background:#1a7abf;
}


.blank .tm-content 
{
  display:none; 
}

.blank .tm-block-footer
{
 display:none;
}

.uk-block-secondary .uk-button:not(.uk-button-link) 
{
    color: #c7d5e3;
    background: #1a7abf;
}

.uk-animation-custom-slow {  
    -webkit-animation-duration: 8.0s;  
    animation-duration: 8.0s;  
}

@media screen and (min-width: 768px) {
.tm-navbar{
display:none
}   
}

@media screen and (min-width: 768px) {
.uk-sticky-placeholder{
display:none
}   
}

@media screen and (max-width: 768px) {
h1{
font-size:20px;
}   
}