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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.uk-button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.uk-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f7f7f7 linear-gradient(to bottom, #ffffff, #eeeeee) repeat scroll 0 0 border-box;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #666666;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1rem;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 28px;
    margin: 0;
    min-height: 40px;
    overflow: visible;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    text-transform: none;
    vertical-align: middle;
}
.uk-button:not(:disabled) {
    cursor: pointer;
}
.uk-button:focus, .uk-button:hover {
    background-color: #fafafa;
    background-image: none;
    color: #666666;
    outline: 0 none;
    text-decoration: none;
}
.uk-button.uk-active, .uk-button:active {
    background-color: #f5f5f5;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
}
.uk-button-primary {
    background-color: #009dd8;
    background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #00aff2;
    background-image: none;
    color: #ffffff;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
    background-color: #008abf;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    color: #ffffff;
}
.uk-button-success {
    background-color: #2FA61C;
    background-image: linear-gradient(to bottom, #2FA61C, #1b7b0c);
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button-success:focus, .uk-button-success:hover {
    background-color: #2FA61C;
    background-image: none;
    color: #ffffff;
}
.uk-button-success.uk-active, .uk-button-success:active {
    background-color: #2FA61C;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    color: #ffffff;
}
.uk-button-danger {
    background-color: #d32c46;
    background-image: linear-gradient(to bottom, #ee465a, #c11a39);
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button-danger:focus, .uk-button-danger:hover {
    background-color: #e33551;
    background-image: none;
    color: #ffffff;
}
.uk-button-danger.uk-active, .uk-button-danger:active {
    background-color: #c91c37;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    color: #ffffff;
}
.uk-button:disabled {
    background-color: #fafafa;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    color: #999999;
    text-shadow: 0 1px 0 #ffffff;
}
.uk-button-link, .uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:disabled, .uk-button-link:focus, .uk-button-link:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-shadow: none;
}
.uk-button-link {
    color: #1d8acb;
}
.uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:focus, .uk-button-link:hover {
    color: #0b5f90;
    text-decoration: underline;
}
.uk-button-link:disabled {
    color: #999999;
}
.uk-button-link:focus {
    outline: 1px dotted;
}

.black11,
table.black11 tr td {
    color: #000;
    font-size: 11pt;
}

.grecaptcha-badge {
    visibility: hidden;
}

.tm-nobottom {
	padding-bottom: 0; 
	padding-left: 35px;  
	padding-right: 35px;
}

.tm-toppadding {
	padding-top: 40px; 
}

body.tm-isblog div.tm-block.tm-block-light.tm-block-full.tm-block-padding.tm-block-full-padding:nth-of-type(2) article.uk-article {
    padding: 0 35px;
    margin-top: -25px;
}