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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 
.uk-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1060px;
    padding: 0 30px;
}

a {
  color: #000;
}
a:hover {
  color: #444444;
}

em {
    color: #000;
}

.uk-navbar {background: #2b6699; padding: 10px 0 ; box-shadow: 0px 2px 10px #999; border-bottom: 0;}

.uk-navbar-brand {
    padding: 0 20px 0 0;
		margin: 0 0 0 -10px;
}

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 90px;
  padding: 0 10px;
  line-height: 90px;
  /* 2 */
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 600;
  position: relative;
  margin: 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.uk-navbar-nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 0;
  height: 2px;
  margin-top: 12px;
  background: #2b6699;
  -webkit-transition: max-width 0.4s;
  transition: max-width 0.4s;
}
.uk-navbar-nav > li > a.uk-navbar-nav-subtitle:after {
  margin-top: 21px;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  /* 2 */
  background-color: rgba(0, 0, 0, 0);
  color: #ccc;
  outline: none;
  /* 3 */
}
.uk-navbar-nav > li:hover > a:after,
.uk-navbar-nav > li > a:focus:after,
.uk-navbar-nav > li.uk-open > a:after {
  max-width: 100%;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #444444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.uk-navbar-nav > li.uk-active > a:after {
  max-width: 100%;
  background: #1F4A6F;
}

.uk-dropdown-navbar {
    margin-top: 0;
    background: #2b6699;
    color: #fff;
    box-shadow: 0 0 0 0;
}
.uk-nav-navbar > li > a {
    color: #fff;
}
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #eee;
  /* 2 */
  outline: none;
}

.tm-headerbar + .tm-block {padding-top: 0;}
.tm-top-a .uk-panel-box {
    padding: 0;
    background: #ffffff;
    color: #444444;
    border: 0px solid #dddddd;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: solid #fff 0;
    left: 0;
    background: #fff;
}
.bx-wrapper img {width: 100%;}

.uk-article-title, h1, div.itemListCategory h2, div.itemHeader h2.itemTitle {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    text-transform: none;
		font-style: normal;
    margin: 0 0 15px 0;
    font-family: 'Open Sans Condensed';
		color: #333
}

div.itemListCategory {
    background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}
.itemListSubCategories h3, .subCategoryMore {display: none;}
div.subCategory {
    background: #fff;
    border: 0px solid #ddd;
    margin: 15px 0;
    padding: 10px 0;
}
div.itemHeader h2.itemTitle {
    padding: 0;
}

div.itemAttachmentsBlock {
    padding: 0;
    border-bottom: 0px dotted #ccc;
}
div.itemAttachmentsBlock span {
    font-weight: bold;
    color: #555;
    padding: 0 4px 0 0;
		display: block;
}
div.itemAttachmentsBlock ul.itemAttachments li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.tm-content {margin: 40px 0 0 0; padding: 0 0 40px 0;}

.tm-sidebar-b .uk-panel-box {
    padding: 45px 0 0 0;
    background: #ffffff;
    color: #444444;
    border: 0px solid #dddddd;
}

.tm-bottom-b .uk-panel-box {
    padding: 0;
    background: #ffffff;
    color: #444444;
    border: 0px solid #dddddd;
}

.tm-block-footer {
    background: #8b92a2;
}
.tm-footer {
    position: relative;
    padding: 20px 0 20px 0;
		color: #c6cce1;
}

.tm-footer .uk-panel {
    padding: 10px 0;
}

.tm-footer a,
.tm-footer .uk-subnav > li > a {
  color: #c6cce1;
}
.tm-footer a:hover,
.tm-footer .uk-subnav > li > a:hover {
  color: #c6cce1;
}
.tm-footer .uk-subnav-line > li:nth-child(n+2):before {
  border-color: #c6cce1;
}

div.itemIsFeatured:before, div.catItemIsFeatured:before, div.userItemIsFeatured:before {
    display: none;
}

.uk-icon-button {
    color: #fff !important;
		background: #2b6699 !important;
    border: 1px solid #4267B2 !important;
		border-radius: 5px;
}

.uk-navbar-toggle {
    font-size: 23px;
    color: #fff;
}

textarea {height: 140px !important;}
.formControlLabel {font-weight: normal; color: #444;}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]
{width: 100% !important; background: #f4f4f4; color: #000;}

.formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
    background-color: #000 !important;
    background-image: -ms-linear-gradient(top, #af0404, #000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
    background-image: -webkit-linear-gradient(top, #000, #000);
		font-size: 18px;
		padding: 15px;
		width: 100%;
}