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

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

.tm-logo-small{
  visibility: hidden;
}

img.img-small {
    width: 100%;
    max-width: 200px;
}

img.img-medium {
    width: 100%;
    max-width: 400px;
}

img.img-large {
    width: 100%;
    max-width: 600px;
}


img.img-left {
    border: 1px solid #cccccc;
    padding: 5px;
    margin-right: 10px;
    float: left;
    border-radius: 4px;
}

img.img-center {
    border: 1px solid #cccccc;
    padding: 5px;
    margin: auto 0px;
    clear: both;
    border-radius: 4px;
}

img.img-right {
    border: 1px solid #cccccc;
    padding: 5px;
    margin-left: 10px;
    float: right;
    border-radius: 4px;
}

.itemBody a {
    color: #EC8213;
}

.tm-navbar-fullscreen-contrast:not(.uk-navbar-attached) .uk-navbar-nav > li > a {
    color: #699039;
    text-shadow: 1px 1px #ffffff; 
}