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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
img {
   min-height: 0;
   min-width: 0;
   max-width: 100%;
   height: auto;
}
body {
        background-attachment: fixed;
    background-position: top left;
    background-image: url(/images/background.jpg) !important;
      font-weight: 300 !important;
  text-align: justify;
}

.uk-navbar-nav > li > a {
    color: #fff;
    font-size: 17px
}

.uk-sticky-placeholder {
    margin: 0 !important;
    height: 130px !important;
}

.uk-badge {
    margin-top: 10px;
    font-size: 16px;
}

.tm-tabs-monday .uk-tab li.uk-active {
    background: #d9dee8;
}

.uk-tab > li > a {
       padding: 10px 30px !important;
}

.uk-h4 {
    font-size: 18px;
    line-height: 150%;
  font-weight: 400;
}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 23px;
    font-weight: 400;
    text-transform: none;
    color: #4bb1bd !important;
}

.uk-panel-space {
    padding: 15px 0;
}
.tm-overlay-content.uk-width-large-1-2 {
    padding: 0;
}

.uk-margin {
    margin: 20px 50px 0 0 !important;
}

.tm-overlay-content {
    text-align: justify;
}

h5.uk-h1.uk-margin-top-remove {
    font-size: 32px;
}

.uk-article-title {
    font-size: 30px;
      line-height: 30px;
}

h3, .uk-h3 {
    font-size: 20px;
}

h3.uk-panel-title {
    text-align: left;
}

.tm-article-box .uk-panel-box:not(.uk-panel-box-primary):not(.uk-panel-box-secondary), .uk-panel-box .uk-panel-box:not(.uk-panel-box-primary):not(.uk-panel-box-secondary) {
    background-color: rgba(204, 204, 204, 0.78);
    border-bottom: solid 3px #4bb1bd;
   
}

aside.tm-sidebar-a.uk-width-large-1-4.uk-flex-order-last {
    padding-top: 15px;
}


aside.tm-sidebar-a.uk-width-large-1-4.uk-flex-order-last .uk-panel.uk-panel-box.uk-panel-box {
    padding: 0;
}

.atom_twitter_feeds {
    max-height: 270px;
      overflow-y: scroll !important;
}

.timeline-Viewport {
       height: 270px !important;
}

.tm-tag-2 .uk-badge, .tm-tag-2.uk-panel .uk-badge, .tm-tag-2 .uk-badge a {
       font-size: 22px;
    line-height: 25px;
}

h5.uk-h1.uk-margin-top-remove {
    font-size: 25px;
  line-height: 30px;
}

uk-margin-top-remove
{display: flex !important;}

@media (min-width: 768px)
.tm-block-padding-large {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1220px)
.tm-block-footer-bg {
    margin-top: 100px;
}

@media (max-width: 1221px)
{
.uk-navbar-nav > li > a{  
    padding: 0 10px !important;
}
}

section#tm-bottom-d .uk-panel-box {
    padding: 0 !important;
}

h3.uk-h4.uk-margin-bottom-remove {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    text-align: left;
}


.uk-button:not(:disabled) {
    cursor: pointer;
}
.uk-button-primary {
    float: right;
}