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

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


.logo-bt {margin-top: 10px; margin-left: -10px; width: 140px; height: 50px;}
/* Large screen and bigger */

@media (min-width: 1100px) {
.logo-bt {margin-top: 10px; margin-left: -10px; width: 225px; height: 80px;}
}

.uk-container {
  box-sizing: border-box;
  max-width: 1000px;
  padding: 0 25px;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 40px;
  }
}

.uk-overlay-background {
    background: rgba(255, 255, 255, 0.85);
}

.uk-navbar-toggle {
    color: #ffffff;
}

@media (min-width: 960px) {
    .tm-navbar-sticky.tm-header-offset .tm-block-header + .uk-block-large:not(.tm-block-fullheight) {
        padding-top: 220px;
    }

/* model subnav */
.uk-nav-side > li.uk-active > a {
    background: #000000;
    color: #f5f5f5;}
	
	.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
	background-color: #f6d400;
    color: #000000;
    /* 2 */
    outline: none;}
	
	.uk-nav-side > li > a {
	background-color: #e6e6e6;
    color: #696969;
	}
	
	.uk-nav > li > a {
    padding: 6px 12px;
}

/* button */
.uk-button-primary {
  background-color: #f6d400;
  color: #444444;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffdd33;
  color: #222222;
}
.uk-button-mini {
padding: 0 12px;
}
