
body {
    font-family: "Open Sans", Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    direction: ltr;
    height:100%;
    background-color: #f7f7f7;
    color: #636363;
}

*:focus
{
    outline: none;
}



.container {
    max-width: 970px;
}

.navbar-brand {
    font-size: 20px;
}

.navbar-nav > li > a {
    padding: 3px 15px;
    margin: 12px 0;
    border-radius: 2px;
}

.navbar-inverse {
    background-image: inherit;
    background-color: #09233e;
}

.navbar-inverse-landing {
    background-image: inherit;
    background-color: #f7f7f7;
}

.navbar-inverse .navbar-brand {
    color: #e6e5e5;
}

.navbar-inverse .navbar-nav > li > a {
    color: #e6e5e5;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #e6e5e5;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-inverse .navbar-link {
    color: #e6e5e5;
}
.navbar-inverse .btn-link {
    color: #e6e5e5;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #38bffe;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #38bffe;
}

.btn-primary {
    background-color: #038bd9;
}

.btn-warning {
    background-color: #f08000;
}




h2 {
    font-weight: 300;
    margin-bottom: 60px;
}

h4 {
    font-weight: 800;
}

a {
    color:#038bd9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

em {
    font-weight: bold;
}

.mb20 { margin-bottom: 20px; }

hgroup { padding-left: 15px; border-bottom: 1px solid #ccc; }
hgroup h1 { font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin-top: 0; line-height: 1.15; }
hgroup h2.lead { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin: 0; padding-bottom: 10px; }

.search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; }
.search-result span.plus { position: absolute; right: 0; top: 126px; }
.search-result span.plus a { background-color: #248dc1; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }