/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


.ij-member-area .nav{
	margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.ij-member-area a{
    background: none;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

.ij-member-area a span{
	margin-right: 5px;
}

.tm-navbar .uk-navbar-nav li a {
    font-size: 14px;
}