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

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


.uk-button {
    background: #f5f5f5 linear-gradient(to bottom, #df2638, #df2638) repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 13px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: 300;
    line-height: 30px;
    margin: 2px;
    min-height: 30px;
    overflow: visible;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.uk-nav > li > a {
    padding: 5px 15px;
}

.uk-navbar {
    background: #df2638 linear-gradient(to bottom, #4e7cae, #df2638) repeat scroll 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset;
    color: rgba(255, 255, 255, 0.5);
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #3a6da4;
    background-image: linear-gradient(to bottom, #df2638, #4e7cae);
    background-origin: border-box;
    color: #ffffff;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    text-decoration: none;
}

.wk-gallery-avenue .caption {
    background-color: #cc2636 ;
}


.uk-panel-box-primary {
    background-color: #ffffff !important;
    color: #e53739;
}
