/**
 * 
 * @encoding     UTF-8
 * @version      1.0.0
 * @copyright    Copyright (C) 2014 Alexandr Khmelnytsky (http://alexander.khmelnitskiy.ua). All rights reserved.
 * @license      GNU/GPL, see http://www.gnu.org/licenses/gpl.html
 * @author       Александр Хмельницкий (info@alexander.khmelnitskiy.ua)
 * Powered by    http://itworks-studio.com
 */
/* 
    Created on : 04.12.2014, 20:37:03
    Author     : drinkmaker
*/

.tm-logo {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-bottom: 5px;
}

.tm-logo a img {
    margin-top: -15px;
}

.tm-logo a span {
    color: #005C11;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
}

.mod-102 > div {
     font-size: 20px;
}

.mod-102 > div > span {
    font-size: 36px;
    line-height: 48px;
}

.uk-navbar-nav > li > a,
.uk-navbar,
.uk-navbar-nav > li.uk-active > a {
    color: #FFF;
    text-shadow: 1px 0 0 #000;
}

.uk-panel-box {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.mod-97 p {
    margin-top: 0;
}

.mod-97 h3 {
    margin-bottom: 0;
}

.mod-111 {
    padding: 15px;
}

.uk-article p {
    font-size: 16px;
    text-align: justify;
}

.uk-article-title {
    font-weight: 400;
}

.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li.uk-open > a {
    color: #FFF;
    text-shadow: 1px 0 0 #000;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.uk-navbar-nav > li.uk-active > a {
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.uk-dropdown .uk-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    text-shadow: none;
    font-size: 12px;
    line-height: 14px;
}

.uk-dropdown .uk-nav > li > a:hover {
    color: #000;
}

.uk-dropdown-navbar {
    background: rgba(255, 255, 255, 0.8)
}

.tm-footer {
    color: #FFF;
    background: #222;
}

.uk-navbar-toggle {
    font-size: 30px;
    color: #FFF;
}

.tm-logo-small {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 45px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.tm-logo-small > img {
    width: 70px;
    margin-top: -15px;
}

.tm-logo-small > span {
    font-size: 36px;
    letter-spacing: 0;
    text-shadow: none;
    color: #005C11;
}

#aiContactSafe_form_1 .aiContactSafe_contact_form_field_label_left,
.aiContactSafe_error_msg {
    display: none;
}

#aiContactSafe_form_1 .aiContactSafe_row {
    margin: 5px 0;
}

#aiContactSafe_form_1 input,
#aiContactSafe_form_1 textarea {
    width: 100%;
}

.with_errors input {
    border: 1px solid #E13B3B !important;
}

#aiContactSafe_form_1 #aics_message {
    height: 150px;
}

body:not(.tm-navbar-space) .tm-logo {
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}