/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.footer-a-outer {
    background: #3498db;
}
.menu-inner {
    margin-top: 15px;
}
.uk-nav-navbar ul a {
    color: #3498db;
}
span.ico {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-family: 'modern_pictogramsnormal';
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 0px;
    width: 40px;
    text-align: center;
    color: #00a8e6;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
span.ico {
    background-color: #ffffff;
    border-width:        3px;
    border-style:        solid;
    border-color:        #00a8e6;
}