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


/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html{
  background: #000000;
}
body {
  background: url("/wp-content/themes/yoo_aurora_wp/images/background/main_bg_r.jpg") repeat;
}
 
.uk-article p {
  font-size: 16px;
    line-height: 1.6;
}
.uk-article li {
  font-size: 16px;
  line-height: 1.35;
}
.tm-sidebar-wrapper {
  background: #000000 url("/wp-content/themes/yoo_aurora_wp/images/background/side_bg_r.jpg") repeat;
  z-index: 10000;
}

.uk-breadcrumb{
	margin-bottom: 10px!important;
    margin-top: 10px!important;
	}
    

.uk-breadcrumb a {
  color: rgba(153, 153, 153, 0.5);
}

.uk-breadcrumb a:hover {
  color: #fdeda1;
}

.uk-breadcrumb li {
  color: rgba(153, 153, 153, 0.5);
}

@media (max-width: 767px) {
  .uk-thumbnav img {
    display: block;
  }
  .uk-slideshow {
    max-height: 500px;
  }
  .uk-slideshow .uk-cover-background {
    background-size: contain;
    max-height: 500px;
  }
}

@media (max-width: 767px) {
  .tm-wrapper .tm-content-wrapper .tm-block-footer {
    padding-bottom: 70px;
  }
}

.uk-panel-box {
  background: #020202;
}

.tm-logo-small img {
  margin-top: -20px;
}