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

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

.tm-navbar {
    background: #404040;
}

.uk-navbar-attached .uk-navbar-nav > li:hover > a,
.uk-navbar-attached .uk-navbar-nav > li > a:focus,
.uk-navbar-attached .uk-navbar-nav > li.uk-open > a,
.uk-navbar-attached .uk-navbar-nav > li.uk-active > a {
    background: #404040;
}


.tm-cover-content {
    background: rgba(0, 0, 0, 0) url("../../../images/logos/qp.png") no-repeat scroll 50% 50%;
}

.tm-social-toggle,
.uk-icon-button {
    color: #fff;
}

.tm-sidebar-b a {
    text-decoration: none;
}

.tm-sidebar-b a:focus,
.tm-sidebar-b a:hover {
    text-decoration: none;
    color: #efefef;
}

.tm-footer a {
    text-decoration: none;
}

.tm-footer a:focus,
.tm-footer a:hover {
    text-decoration: none;
}

.uk-position-cover {
  border: 10px solid #fff;
}

@media (max-width: 992px) {


}

.modal-image {
    padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.ba-modal .modal-image img {
  border: 10px solid #fff;
  max-width: 800px;
}