/*! UIkit 2.16.2 | https://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciC3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'), url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaJ0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url(https://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEpmsGzsqhEorxQDpu60nfWEc.ttf) format('truetype');
}



    h1 {font-family: 'Droid Serif', Serif;
    font-style: italic;
    font-size: 1.5em;color:#333;
    padding-bottom:10px;}
    h2 {font-family: 'Droid Serif', Serif;
    font-style: italic;
    font-size: 1.2em;color:#333;
    font-weight: 100;
  }

#map_canvas img { max-width: none; }

/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px;
}
* + .uk-margin {
  margin-top: 15px;
}
.uk-margin-top {
  margin-top: 15px !important;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-left {
  margin-left: 15px !important;
}
.uk-margin-right {
  margin-right: 15px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444444;
}
/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-top,
.uk-position-bottom {
  position: absolute !important;
  width: 100%;
}
.uk-position-top {
  top: 0;
}
.uk-position-bottom {
  bottom: 0;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-relative {
  position: relative !important;
}
/* Display
 ========================================================================== */
/*
 * Display
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}

  .uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }


  .uk-thumbnail {
    /* 1 */
    display: inline-block;
    /* 2 */
    max-width: 100%;
    /* 3 */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 3 */
    margin: 0;
    /* 4 */
    padding: 4px;
    border: 1px solid #dddddd;
    background: #ffffff;
  }


.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Min-height needed for initial loading and spinner
 * 4. Set style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  min-height: 200px;
  /* 4 */
  background: #ffffff;
  /* 5 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + *:not([class*='uk-modal-']) {
  margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px;
}
.uk-modal-footer {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #ffffff;
  text-align: center;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.uk-modal-spinner:after {
  content: "\f110";
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
 a.uk-thumbnail:hover,
 a.uk-thumbnail:focus {
  border-color: #aaaaaa;
  background-color: #ffffff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}
/* Caption
========================================================================== */
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444444;
}
/* Sizes
========================================================================== */
.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-'] {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
 .uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
 .uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
 .uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*
 * Scale
 */
 .uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*
 * Shake
 */
 .uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers
========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Needed for Firefox because animations are not triggered when switching between display `hidden` and `block`
 */
 .uk-animation-hover:not(:hover),
 .uk-animation-hover:not(:hover) [class*='uk-animation-'],
 .uk-touch .uk-animation-hover:not(.uk-hover),
 .uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
 @-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
========================================================================== */
/*
 * Top
 */
 @-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
 @-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
 @-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
 @-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
========================================================================== */
/*
 * Scale by 0.2
 */
 @-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
 @-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
 @-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
 @-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
 @-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
 @-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
 @-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
 @-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
========================================================================== */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
 @-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
 @-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  touch-action: pan-y;
}

.uk-slideshow>li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.uk-slideshow>li>img {
  visibility: hidden;
}

.uk-slidenav {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: rgba(50,50,50,.4);
  font-size: 60px;
  text-align: center;
}

.uk-slidenav:focus,
.uk-slidenav:hover {
  outline: 0;
  text-decoration: none;
  color: rgba(50,50,50,.7);
  cursor: pointer;
}

.uk-slidenav:active {
  color: rgba(50,50,50,.9);
}

/*.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}

.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}*/

.uk-slidenav-position {
  position: relative;
}

.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}

.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}

.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}

.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}

.uk-slidenav-contrast {
  color: rgba(255,255,255,.5);
}

.uk-slidenav-contrast:focus,
.uk-slidenav-contrast:hover {
  color: rgba(255,255,255,.7);
}

.uk-slidenav-contrast:active {
  color: rgba(255,255,255,.9);
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
nav,
section {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: bold;
}

img {
  border: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  text-transform: none;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

html input:disabled {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::-moz-placeholder {
  opacity: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
}

body {
  background: #fff;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 24px;
  color: #525252;
}

a {
  color: #b7c261;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #a5b337;
  text-decoration: underline;
}

::-moz-selection {
  background: rgba(177, 189, 97, 0.8);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(177, 189, 97, 0.8);
  color: #fff;
  text-shadow: none;
}

img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p,
ul {
  margin: 0 0 20px 0;
}

*+p,
*+ul {
  margin-top: 20px;
}

h2 {
  margin: 0 0 20px 0;
  font-family: 'Lato';
  font-weight: 700;
  color: #525252;
}

*+h2 {
  margin-top: 30px;
}

.uk-h1 {
  font-size: 38px;
  line-height: 48px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

.uk-h4 {
  font-size: 18px;
  line-height: 25px;
}

ul {
  padding-left: 30px;
}

ul>li>ul {
  margin: 0;
}

input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}

iframe {
  border: 0;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}

h2 {
  letter-spacing: 0;
}

.uk-grid:before,
.uk-grid:after {
  content: " ";
  display: table;
}

.uk-grid:after {
  clear: both;
}

.uk-grid {
  margin: 0 0 0 -30px;
  padding: 0;
  list-style: none;
}

.uk-grid>* {
  margin: 0;
  padding-left: 30px;
  float: left;
}

.uk-grid>*>:last-child {
  margin-bottom: 0;
}

@media (min-width: 1220px) {
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -35px;
  }

  .uk-grid:not(.uk-grid-preserve)>* {
    padding-left: 35px;
  }
}

[class*='uk-grid-width']>* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 768px) {
  .uk-grid-width-medium-1-2>* {
    width: 50%;
  }

  .uk-grid-width-medium-1-3>* {
    width: 33.333%;
  }
}

[class*='uk-width'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.uk-width-1-1 {
  width: 100%;
}

.uk-width-1-2 {
  width: 50%;
}

@media (min-width: 768px) {
  .uk-width-medium-1-1 {
    width: 100%;
  }
}

.uk-panel {
  display: block;
  position: relative;
}

.uk-panel:before,
.uk-panel:after {
  content: " ";
  display: table;
}

.uk-panel:after {
  clear: both;
}

.uk-panel>:not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.uk-panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #525252;
}

.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #525252;
}

.uk-panel-header .uk-panel-title.uk-panel-title:after {
  content: "";
  display: block;
  height: 10px;
  margin-top: 10px;
}

.uk-panel-space {
  padding: 30px;
}

.uk-navbar {
  background: #fff;
  color: #77797a;
  border-top: 1px solid #eaeaea;
}

.uk-navbar:before,
.uk-navbar:after {
  content: " ";
  display: table;
}

.uk-navbar:after {
  clear: both;
}

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.uk-navbar-nav>li {
  float: left;
  position: relative;
}

.uk-navbar-nav>li>a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  color: #aaa;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  background-image: linear-gradient(#ffffff, #fff 50%, #fff 50%, #ffffff);
  background-position: 0 100%;
  background-size: 100% 210%;
  text-transform: uppercase;
}

.uk-navbar-nav>li>a[href='#'] {
  cursor: text;
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
  background-color: #fff;
  color: #525252;
  outline: none;
  background-position: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.uk-navbar-nav>li>a:active {
  background-color: #ddd;
  color: #525252;
}

.uk-navbar-content,
.uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
  padding: 0 15px;
  float: left;
}

.uk-navbar-content:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-navbar-toggle {
  font-size: 20px;
  color: #525252;
  text-decoration: none;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #525252;
  text-decoration: none;
  outline: none;
}

.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  vertical-align: middle;
}

.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.uk-navbar-toggle {
  padding: 0;
}

.uk-table {
  width: 100%;
  margin-bottom: 20px;
}

*+.uk-table {
  margin-top: 20px;
}

.uk-table th,
.uk-table td {
  padding: 10px 10px;
}

.uk-table th {
  text-align: left;
}

.uk-table td {
  vertical-align: top;
}

.uk-table thead th {
  vertical-align: bottom;
}

.uk-table-condensed td {
  padding: 4px 8px;
}

.uk-table thead th {
  border: 1px solid #eaeaea;
  color: #525252;
  text-align: center;
  line-height: 12px;
}

.uk-table thead th:first-child,
.uk-table td:first-child {
  /*border-left:none;text-align:left*/
}

.uk-table thead th:last-child {
  /*border-right:none*/
}

.uk-table td {
  position: relative;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: center;
}

.uk-form>:last-child {
  margin-bottom: 0;
}

.uk-form select,
.uk-form textarea,
.uk-form input[type="text"] {
  height: 37px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #525252;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-weight: 300;
}

.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input[type="text"]:focus {
  border-color: #d1d1d1;
  outline: 0;
  background: #fff;
  color: #525252;
}

.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input[type="text"]:disabled {
  border-color: #eaeaea;
  background-color: #f5f5f5;
  color: #aaa;
}

.uk-form:-ms-input-placeholder {
  color: #aaa !important;
}

.uk-form::-moz-placeholder {
  color: #aaa;
}

.uk-form:disabled:-ms-input-placeholder {
  color: #aaa !important;
}

.uk-form:disabled::-moz-placeholder {
  color: #aaa;
}

.uk-form textarea,
.uk-form input[type="text"] {
  -webkit-appearance: none;
}

.uk-form textarea {
  height: auto;
}

.uk-form-row:before,
.uk-form-row:after {
  content: " ";
  display: table;
}

.uk-form-row:after {
  clear: both;
}

.uk-form-controls>:first-child {
  margin-top: 0;
}

.uk-form-controls>:last-child {
  margin-bottom: 0;
}

.uk-button {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  border: none;
  line-height: 36px;
  min-height: 36px;
  padding: 0 12px;
  background: #eee;
  color: #9f9f9f;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #fafafa);
  background-image: linear-gradient(to bottom, #fcfcfc, #fafafa);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
  text-transform: uppercase;
  font-size: 14px;
}

.uk-button:hover,
.uk-button:focus {
  background-color: #fcfcfc;
  color: #c5c5c5;
  outline: none;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.08);
  background-image: none;
  box-shadow: inset 1px 3px 2px rgba(0, 0, 0, 0.025), inset 0 -1px 1px rgba(0, 0, 0, 0.07);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.9);
}

.uk-button:active {
  background-color: #eee;
  color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.09);
  background-image: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.04), inset 0 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.uk-button-primary {
  background-color: #b1bd61;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #bbc46a, #abb95b);
  background-image: linear-gradient(to bottom, #bbc46a, #abb95b);
  border-color: transparent;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #b1bd61;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
  text-shadow: none;
}

.uk-button-primary:active {
  background-color: #acb956;
  color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

.uk-button:disabled {
  background-color: #fafafa;
  color: #aaa;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
  background-image: none;
}

.uk-button:disabled:hover {
  border-color: #eaeaea;
}

.uk-button,
a.uk-button {
  font-weight: 300;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.uk-thumbnail {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #eaeaea;
  background: #fff;
  background-clip: border-box;
}

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen {
  [data-uk-scrollspy*='uk-animation-'] {
    opacity: 0;
  }
}

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-slide-bottom;
  animation-name: uk-slide-bottom;
}

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-switcher>*:not(.uk-active) {
  display: none;
}

.uk-text-left {
  text-align: left !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

.uk-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 70px;
  }
}

.uk-container:before,
.uk-container:after {
  content: " ";
  display: table;
}

.uk-container:after {
  clear: both;
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

[class*='uk-align-'] {
  display: block;
  margin-bottom: 20px;
}

.uk-align-right {
  margin-left: 20px;
  float: right;
}

.uk-vertical-align {
  font-size: 0.001px;
}

.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-vertical-align-middle {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
}

.uk-vertical-align-middle {
  vertical-align: middle;
}

.uk-height-1-1 {
  height: 100%;
}

.uk-margin {
  margin-bottom: 20px;
}

.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}

@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .uk-hidden-small {
    display: none !important;
  }
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2 {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }
}

a:hover {
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.uk-search-field:-ms-input-placeholder {
  color: #aaa;
}

.uk-search-field::-moz-placeholder {
  color: #aaa;
}

.uk-search-field::-ms-clear {
  display: none;
}

.uk-search-field:focus.uk-search-field:-ms-input-placeholder {
  color: rgba(170, 170, 170, 0.5);
}

.uk-search-field:focus.uk-search-field::-moz-placeholder {
  color: rgba(170, 170, 170, 0.5);
}

.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: #777;
}

.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: #777;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set style
 * 5. Reset button group whitespace hack
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 4 */
  width: 200px;
  margin-top: 5px;
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
  /* 5 */
  font-size: 1rem;
  vertical-align: top;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier `uk-dropdown-flip`
 */
.uk-dropdown-flip {
  left: auto;
  right: 0;
}
/*
 * Modifier `uk-dropdown-up`
 */
.uk-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 5px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}
/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444444;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}

.uk-button,
a.uk-button {
  -webkit-font-smoothing: auto!important;
  -moz-osx-font-smoothing: auto!important;
}

.tm-top-block {
  box-shadow: 0 1px 0 rgba(47, 49, 53, 0.04);
}

.tm-block-dark {
  background-color: #fcfcfc;
}

.tm-page {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(47, 49, 53, 0.03), 0 1px 2px rgba(47, 49, 53, 0.04);
}

.uk-navbar-content:last-child {
  padding: 0;
}

@media (max-width: 767px) {
  .tm-page {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .tm-block {
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .tm-page {
    margin-top: 1px!important;
  }
}

@media (min-width: 768px) {
  .tm-page {
    max-width: 980px;
    margin: 35px auto;
  }

  .tm-block {
    padding-bottom: 20px;
  }
}

@media (min-width: 1220px) {
  .tm-page {
    max-width: 1200px;
    margin: 70px auto;
  }
}

.tm-teaser-subtitle {
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: none;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  line-height: 24px;
  font-weight: 400;
  font-size: 24px;
  padding: 5px;
}


.tm-teaser-subtitle:before {
  left: 0;
}

.tm-teaser-subtitle:after {
  right: 0;
}

.uk-scrollspy-inview.tm-teaser-subtitle:before {
  left: -175px;
  opacity: 1;
}

.uk-scrollspy-inview.tm-teaser-subtitle:after {
  right: -175px;
  opacity: 1;
}

.tm-teaser-subtitle-small {
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: none;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
  padding: 3px;
}


@media (max-width: 767px) {
  .tm-teaser-subtitle:before,
  .tm-teaser-subtitle:after {
    width: 48px;
  }

  .uk-scrollspy-inview.tm-teaser-subtitle:before {
    left: -63px;
  }

  .uk-scrollspy-inview.tm-teaser-subtitle:after {
    right: -63px;
  }

  .tm-teaser-subtitle-small:before,
  .tm-teaser-subtitle-small:after {
    width: 72px;
  }

  .tm-teaser-subtitle-small:before {
    left: -108px;
  }

  .tm-teaser-subtitle-small:after {
    right: -108px;
  }
}

@media (min-width: 960px) {
  .tm-teaser {
    margin-top: -100px;
  }
}

.tm-heading-italic {
  color: #aaa;
  text-transform: none;
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: italic;
}

span.tm-heading-italic {
  line-height: 27px;
  font-size: 25px;
}

.tm-heading-underline {
  padding: 0 0 30px 0;
}

.tm-heading-underline:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 220px;
  margin-top: 13px;
  margin-left: -110px;
  border-top: 4px solid rgba(234, 234, 234, 0.6);
}

.tm-title-line {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

.tm-title-line:before,
.tm-title-line:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 50%;
  height: 1px;
  background-color: #eaeaea;
  vertical-align: middle;
}

.tm-title-line:before {
  right: 20px;
  margin-left: -50%;
}

.tm-title-line:after {
  left: 20px;
  margin-right: -50%;
}

@media (max-width: 959px) {
  [class*='uk-animation-'] {
    -webkit-animation-name: none;
    animation-name: none;
  }

  [data-uk-scrollspy*='uk-animation-'] {
    opacity: 1;
  }
}

.tm-bottom .uk-form:-ms-input-placeholder {
  color: #aaa;
}

.tm-bottom .uk-form::-moz-placeholder {
  color: #aaa;
}

.uk-dropdown-navbar .uk-form:-ms-input-placeholder {
  color: #aaa;
}

.uk-dropdown-navbar .uk-form::-moz-placeholder {
  color: #aaa;
}

.tm-footer {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
}

.tm-footer a:not([class]) {
  color: #fff !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
}

.tm-footer a:not([class]):hover {
  color: #fff !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
}

body {
  background: #F7F7F7;
}

.tm-image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tm-uppercase {
    text-transform: uppercase;
}

.button_container {
  position: relative;
  height: 21px;
  width: 27px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -ms-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: #f6f6f6;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}

.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
          transition: opacity .35s, visibility .35s, width .35s;
  z-index: 50;
}
.nav_overlay:before {
  content: '';
  background: #f6f6f6;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: left .35s ease;
          transition: left .35s ease;
}
.nav_overlay:after {
  content: '';
  background: #f6f6f6;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
}
.nav_overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.nav_overlay.open:before {
  left: 0;
}
.nav_overlay.open:after {
  right: 0;
}
.nav_overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.nav_overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.nav_overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}
.nav_overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}
.nav_overlay nav {
  position: relative;
  height: 80%;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
font-family:"Source Sans Pro";
font-weight:300;
  text-align: center;
  z-index: 100;
}
.nav_overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.nav_overlay ul li {
  display: block;
  height: 10%;
  height: calc(100% / 10);
  min-height: 30px;
  position: relative;
  opacity: 0;
}
.nav_overlay ul li a {
  display: block;
  position: relative;
  color: #555;
  text-decoration: none;
  overflow: hidden;
}
.nav_overlay ul li a:hover:after, .nav_overlay ul li a:focus:after, .nav_overlay ul li a:active:after {
  width: 100%;
}
.nav_overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #555;
  -webkit-transition: .35s;
          transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
