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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-container {
  margin: 0 auto 40px;
}

.tm-grid-block {
  box-shadow: none;
  margin-top: 0;
}

.tm-toolbar {
  padding: 0 75px 0 0;
  position: relative;
  z-index: 888;
}

.tm-toolbar .uk-float-right {
  background: #a0131c;
  padding: 1px 25px 4px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.uk-subnav > * > * {
  color: #fff;
}

.uk-subnav > * > *:hover,
.uk-subnav > * > *:focus {
  color: #fff;
  text-decoration: underline;
}

.uk-subnav > .uk-active > * {
  color: #fff;
  text-decoration: underline;
}

.tm-footer {
  background: #121f54;
  color: #c4c7d6;
  font-size: 13px;
  padding: 0 25px;
  text-align: right;
}

.tm-footer a {
  color: #c4c7d6;
}

.tm-sidebar-a {
  background: #ececee url(../images/background-sidebar-a.jpg);
  padding-top: 25px;
  position: relative;
  z-index: 999;
}

.tm-main {
  background: #ececee url(../images/background-sidebar-a.jpg);
}

.tm-block-bottom, .uk-article, .tm-noblog .tm-content, .tm-middle > [class*='tm-sidebar-'] > .uk-panel {
  box-shadow: none;
}

.tm-grid-block, .tm-block-bottom, .tm-noblog .tm-content, .uk-article {
  background: transparent;
}

.tm-top-block + .tm-middle {
  margin-top: -25px;
  position: relative;
  z-index: 777;
}

.uk-article-title {
  display: block;
}

.tm-block-bottom {
  margin-top: 0px;
}

.wdc-icon, .wdc-icon-red {
  margin-left: 20px;
  margin-right: 20px;
}

.wdc-icon .uk-panel-title {
  background: #121f54;
  color: #fff;
  text-align: center;
  margin: -25px -25px 15px -25px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 15px;
}

.wdc-icon-red .uk-panel-title {
  background: #a0131c;
  color: #fff;
  text-align: center;
  margin: -25px -25px 15px -25px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 15px;
}

.wdc-icon .uk-icon-phone, .wdc-icon .uk-icon-at {
  background: #121f54;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -20px !important;
}

.wdc-icon-red .uk-icon-envelope {
  background: #a0131c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -20px !important;
}

@media (min-width:768px) {
.tm-middle {
  margin-top: -25px !important;
}

.tm-navbar {
  display: none;
}

}

@media (max-width:768px) {
.tm-top-block + .tm-middle {
  margin-top: 25px;
}
}

.tm-sidebar-a .uk-panel-box, .uk-nav-side > li > a {
  color: #000;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: #a0131c;
  color: #fff;
  box-shadow: none;
}

.uk-nav-side > li.uk-active > a {
  background: #a0131c;
  color: #fff;
  box-shadow: none;
}

.tm-navbar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-middle {
  width: 100%;
}

@media (max-width: 767px) {
  .tm-top-block {
    position: relative;
    z-index: 10000;
    margin-bottom: 75px;
}
}

.wdc-nav-icons {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wdc-nav-icons .uk-icon-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0);
    line-height: 35px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border: 0;
    background-image: none;
}