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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600italic,700italic,800,800italic,300,300italic,700,600|Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext,cyrillic-ext,cyrillic);

/* General */
body {
  background: #ffffff;
}


/* Home slideset */
.home-slideset .uk-h4 {
  background: #274f7e;
  padding: 7px 0px;
  font-size: 18px;
  line-height: 25px;
  color: white;
}
.home-slideset .uk-panel-teaser {
  margin-bottom: -9px;
}

/* Home intro */
.home .tm-top-a h1 {
  color: #208bcb;
  font-weight: 600;
}
.home .tm-top-a p {
  font-size: 14pt;
}
.home .tm-top-c h2 {
  font-weight: 400;
  text-align: center;
}
.home .tm-top-c p {
  text-align: justify;
}
.tm-page .tm-block:first-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px)
.tm-block {
  padding-bottom: 20px;
}

.tm-fullscreen {
  height: 447px;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}


/* Headerbar */
.tm-headerbar {
  padding: 15px 0;
}
.tm-headerbar .uk-panel {
  max-width: 350px;
  margin-right: 0;
  float: right;
  padding-top: 40px;
}

/* Navigation */
.uk-navbar-nav  {
  position: relative;
  display: table;
  float: none;
  margin: 0 auto;
}  
.uk-navbar-nav > li > a {
  padding: 0 40px;
}
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-weight: bold;
}
.uk-navbar-toggle {
  font-size: 20px;
  color: #208bcb;
  text-decoration: none;
}

.tm-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Flags */
/*
#lang_sel_list img.iclflag {
  width: 30px;
  height: 30px;
  position: relative;
  padding: 2px;
  top: 1px;
}
*/
#lang_sel_list ul a,
#lang_sel_list_list ul a:visited {
  background: none repeat scroll 0 0 transparent !important;
  height: auto;
  line-height: 1em;
}

/* Icons */
i {
  min-width: 16px;
  text-align: center;
}

/* Page */
.uk-article-title {
  color: #208bcb;
}
.uk-article p {
  text-align: justify;
}

/* Fullscreen */

