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

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

.tm-page {z-index: 0;position: relative;} 

.tm-headerbar {  
    background: none repeat scroll 0 0 #9a6699;  
}

.uk-button {  
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 25px;
    background: #a7bd67 repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    box-shadow: 0 -1px rgba(0, 0, 0, 0) inset;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat";
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 11pt;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    overflow: visible;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

.uk-button:hover,  .uk-button:focus {
    Background-image: none;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 0;
    color: #476a3e;
    outline: medium none;
    text-decoration: none;
    text-shadow: none;
}



