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

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

.uk-navbar {
    background: #ffffff none repeat scroll 0% 0%;
    color: #2179b3;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #2179b3;
    color: #FFF;
}

h2, h3, h4, h5, h6 {
    margin: 0px 0px 25px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: 100;
    color: #2179b3;
    text-transform: none;
}

h1 {
    margin: 0px 0px 25px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: 100;
    color: #003575;
    text-transform: none;
}

.uk-panel-box, .uk-panel-box-tertiary {
    padding: 35px;
    background: #FFF none repeat scroll 0% 0%;
    color: #777;
    border: none;
}

.tm-slideshow-background_home_left {
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  min-width: 50%;
  height: 100%;
  min-height: 350px;
  background-position: 50%;
  background-size: cover;
  left: 0px;
  border-right: 5px solid white;
}

.tm-slideshow-background_home_right {
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  min-width: 50%;
  height: 100%;
  min-height: 350px;
  background-position: 50%;
  background-size: cover;
  right: 0px;
  border-left: 5px solid white;
}

.tm-slideshow-background_home_left, .tm-slideshow-background_home_right {
  width: 50% !important;
}

.tm-slideshow-background_home_left, .tm-slideshow-background_home_right {
  height: 100vh;
  margin-top: -100px;
}
.tm-slideshow-background_home_left, .tm-slideshow-background_home_right {
  margin-top: 0 !important;
}