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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 20px;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #1818b2;			/* Change Based on Customer Theme*/
    text-transform: uppercase;
}
 
 .tm-nav-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: auto;
    margin-top: -50px;
    transform: translateX(-50%);
    text-align: center;
}

.tm-logo-small img {
	margin-top: -45px;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: transparent;
    color: #1818b2;			/* Change Based on Customer Theme*/
}

.tm-fullscreen-container .tm-fullscreen .uk-panel h1 {
    color: #fff;
    text-shadow: 2px 2px #000000;
    font-size: 50px;
}

.tm-block-primary {
    background-color: #1818b2;		/* Change Based on Customer Theme*/
}

.tm-block-primary-dark {
    background-color: #1818b2;		/* Change Based on Customer Theme*/
}

.uk-subnav > li > a {
    color: #1818b2;			/* Change Based on Customer Theme*/
}

em {
    color: #000;
}

a, .uk-link {
    color: #1818b2;			/* Change Based on Customer Theme*/
    text-decoration: none;
    cursor: pointer;
}

.btn-primary, .btn-info, .btn-inverse {
    background-color: #1818b2;		/* Change Based on Customer Theme*/
    color: #fff;
}

.tm-navbar {
    background: none repeat scroll 0% 0% #FFF;
}

.tm-navbar-fixed.tm-navbar-animated .tm-navbar-small {
    height: 110px;
    padding: 10px 15px;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

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