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

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

.tm-logo img {
    height: 80px;
    margin-bottom: -20px;
    border-right: 5px solid #002A76;
    border-left: 5px solid #002A76;
    border-bottom: 5px solid #002A76;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.tm-logo-small img {
    height: 60px;
    background: #fff;
}
.tm-logo-small {
  display: none;
}
.tm-logo-small.showit {
  display: inline-block;
}
.uk-navbar.tm-navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9;
    background: #dee4ef;
}
.uk-panel-box .uk-list-line h3:before {
    font-family: FontAwesome;
    content: "\f0c1";
    padding-right: 10px;
    color: #d4d8e0;
}
.link-grid .uk-h6 {
    text-transform: none;
}
.link-grid .uk-panel-box .uk-panel-title {
    color: #000000;
    font-weight: bold;
}
.uk-button {
margin-bottom: 8px;
}
.uk-heading-large {
    letter-spacing: -2px;
}
.tm-logo-small {
    margin: auto;
}
.page-box .uk-article {
    background: #fff;
    padding: 30px 60px;
    border: 1px solid #eee;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    color: #575c67;
}
.page-box .uk-article h4 {
    border-top: 1px solid #dfe4ef;
    padding-top: 30px;
}
.ad-box {
    max-width: 1145px;
    margin: auto;
}
.ad-slideshow-336 {
    max-width: 336px;
}
.ad-slideshow-336 .uk-slideshow>li>img {
    max-width: 336px;
    max-height: 280px;
}
.ad-slideshow-336 .uk-slideshow {
    max-width: 336px;
    max-height: 280px;
}
.ad-slideshow-336 .uk-cover-background {
    background-size: 336px 280px;
}
.ad-slideshow-336 {
    max-width: 336px;
}
.ad-slideshow-300 .uk-slideshow>li>img {
    max-width: 300px;
    max-height: 250px;
}
.ad-slideshow-300 .uk-slideshow {
    max-width: 300px;
    max-height: 250px;
}
.ad-slideshow-300 .uk-cover-background {
    background-size: 300px 250px;
}


/* Responsvie CSS */
@media (min-width:1220px) {}
@media (max-width:1219px) {}
@media (min-width:1025px) {}
@media (max-width:1024px) {}
@media (min-width:960px) {}
@media (max-width:959px) {}
@media (min-width:768px) {}
@media (max-width:767px) {
.uk-heading-large {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
}
.page-box .uk-article {
    padding: 20px 30px;
}
}
@media (min-width:480px) {}
@media (max-width:479px) {}
