/* 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); }
.tm-navbar-center .tm-nav {
  margin-top: 1px;
}


.tm-navbar-center .tm-navbar-container {
  height: 116px;
}

.uk-dropdown {
  width: 260px;
}

ul.uk-nav-sub {
  padding: 1px 1px 1px 33px;

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
  margin-bottom: 15px;
  margin-top: 5px;
}


.uk-nav-side > li > a {
  font-size: 9px;
  padding: 1px 30px;
   line-height: 15px;
}

.uk-panel-title {
  color: #13202e;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: none;
}