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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
body .tm-sidebar-togglebar:not(.tm-sidebar-open),  
.tm-sidebar-open .tm-page {   
margin-left: 0 !important;  
}  

.tm-sidebar.uk-visible-large,  
.tm-sidebar.uk-visible-large uk-open {   
display: none !important;  
}
.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #777777;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
    text-decoration: none;
}
.tm-headerbar {
    display: none;
}
.b2jcontainer h2 {
    font-size: 24px;
    color: #fff;
    margin: -31px -31px 30px -31px;
    padding: 15px 30px;
    background: #2C5773;
    font-weight: 300;
}
div#b2jcontainer_m134 .btn {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    *margin-left: .3em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    *zoom: 1;
    background: #2C5773;
    color: #FFF;
    text-shadow: none;
    border: 0;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
div#b2jcontainer_c215 .btn {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    *margin-left: .3em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    *zoom: 1;
    background: #2C5773;
    color: #FFF;
    text-shadow: none;
    border: 0;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media (max-width: 767px) {
  .tm-headerbar { display: block; }  /* show it on small screens */
}
@media (max-width: 767px) {
  .uk-visible-large { display: block !important; }  /* show it on small screens */
} 
