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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .uk-navbar {
    background: #849e26 !important;
    color: rgba(102, 102, 102, 0.5);
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 100px;
    padding: 0 15px;
    line-height: 100px;
    color: #c1c1c1;
    font-size: 14px;
    font-family: 'MarkPro', 'Lato', 'Open Sans', sans-serif;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}
.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    outline: none;
}
.tm-navbar, .tm-navbar > div {
    height: 100px;
}

@media (min-width: 768px) {
  .tm-navbar-fixed .tm-navbar + .tm-block-padding-collapse {
    padding-top: 100px !important;
  }
  .tm-navbar-fixed .tm-toolbar + .tm-navbar + .tm-block-padding-collapse {
    padding-top: 100px !important;
  }
}
.tm-navbar + [class*='tm-block-'] .uk-slideshow-fullscreen > li {
  height: calc(100vh - 100px);
}
.uk-overlay-panel > :last-child, .uk-overlay-panel.uk-flex > * > :last-child {
    max-width: 980px;
	padding:30px;
	text-align:right;
}

body {
    background-color: #ffffff;
}

.tm-footer {
    background: #849d26;
}
.tm-fullscreen-slideshow .uk-slideshow > li:nth-child(2) .uk-heading-large {
    border: none;
}

.tm-panel-header-subtitle {
    margin-bottom: 40px;
    font-family: 'MarkPro', 'Lato', 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    color: #849d26;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tm-panel-header > .uk-panel-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'MarkPro', 'Lato', 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(102, 102, 102, 0.5);
    font-style: normal;
    letter-spacing: 2px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: 'MarkPro', 'Lato', 'Open Sans', sans-serif;
    font-weight: 300;
    color: #626262;
    /* text-transform: uppercase; */
}
body {
    font-family: 'MarkPro', 'Lato', 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 30px !important;
    background: #ffffff;
    background-color: #ffffff !important;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
}
.circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  
  /* Just making it pretty */
  @shadow: rgba(0, 0, 0, .1);
  @shadow-length: 4px;
  -webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
          box-shadow: 0 @shadow-length 0 0 @shadow;
  text-shadow: 0 @shadow-length 0 @shadow;
  background: #849e26;
  color: white;
  font-size: 24px;
  text-align: center;
}

