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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-navbar .tm-nav > .tm-nav-wrapper { padding-top: 14px; }
.uk-navbar-toggle
{
  font-size: 20px;
  color: #FFFFFF;
  text-decoration-line: none;
  text-decoration-style: solid;
}

.uk-icon-button
{
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #e2dede;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  text-decoration-line: none;
  text-decoration-style: solid;
}

em {
    color: #e09b0f;
}
.uk-navbar-nav > li > a
{
  color: #FFFFFF;
  font-size: 1.25em;
}

a, .uk-link
{
  color: #25ac99;
}

.uk-navbar-nav > li.uk-active > a
{
  color: #25ac99;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a
{  color: #25ac99; }

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus
{
  
  color: #25ac99;
}
a, .uk-link
{
  color: #25ac99;
}

a
{
  color: #e09b0f;
  text-decoration-line: none;
  text-decoration-style: solid;
}

.tm-toolbar-center .uk-icon-button
{
  color: #FFFFFF;
}

/* Line 9886 */
.tm-toolbar-center .uk-icon-button:hover
{
  color: #333;
}
/* Line 1945 */
.uk-navbar-nav > li > a
{
  display: block;
  box-sizing: border-box;
  text-decoration-line: none;
  text-decoration-style: solid;
  height: 40px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  border-top-width: 2px;
  border-right-width-value: 2px;
  border-bottom-width: 2px;
  border-left-width-value: 2px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: transparent;
  border-right-color-value: transparent;
  border-bottom-color: transparent;
  border-left-color-value: transparent;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  text-transform: uppercase;
}
/* Line 9871 */
.tm-toolbar .uk-subnav > li > a
{
  color: #333;
}

/* Line 9874 */
.tm-toolbar .uk-subnav > li > a:hover
{
  color: #25ac99;
}

  .tm-logo-small .uk-navbar-brand {  
        display: inline-block;  
        float: none;  
        font-size: 45px;  
        height: 100px;  
        letter-spacing: 0;  
        line-height: 10px;  
        text-indent: -10px;  
    } 
.uk-dropdown
{
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1020;
  box-sizing: border-box;
  width: 235px;
  margin-top: 10px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: rgba(78, 75, 75, 0.9);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #eae6e6;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0px 1px 10px 0px rgba(13, 13, 13, 0.1);
}