<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.navbar-header-full{
    background: #2d4760;
}

.navbar-header-full a{
    color: #eaa878!important;
}

.navbar-header-full a:hover{
    color: #eaa878!important;
}

.panel-custom {
    border-color: #2d4760;
}
.btn-custom{
    background: #2d4760;
    color: #eaa878;
}

.panel-custom &gt; .panel-heading {
    color: #eaa878;
    background-color: #2d4760;
    border-color: #2d4760;
}

a, a:hover{
    color: #2d4760;
}

a:hover{
    color: #2d4760!important;
}

.section-title:first-letter {
    color: #2d4760;
}

/*************************************************/

.sidebar-nav li a.collapsed {
    background-color: transparent;
    border-left: solid 3px #0099da;
}

.sidebar-nav li a {
    display: block;
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
    border-left: solid 3px #333;
    background-color: #f3f3f3;
}

.sidebar-nav li {
    padding: 0;
    list-style: none;
}

.sidebar-nav li a {
    display: block;
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
    border-left: solid 3px #333;
    background-color: #f3f3f3;
}

.sidebar-nav &gt; li &gt; a.collapsed:after {
    content: "\f105";
}

.sidebar-nav &gt; li &gt; a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
}

.sidebar-nav {
    background-color: #f9f9f9;
    border: solid 1px #eee;
    margin: 0;
    padding: 0;
    font-size: .9em;
    margin-bottom: 40px;
}

body {
    background-color: #fff;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.75em;
}

#footer {
    background-color: #333;
    color: #ccc;
    padding: 17px 0;
    text-align: center;
    border-top: solid 1px #555;
}

#footer p {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.footer-widget-title {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.6em;*/
    color: #2d4760;
    font-size: 18px;
}

#footer-widgets {
    background-color: #444;
    color: #eee;
    padding: 0px 0 20px 0;
    margin-top: 30px;
    border-top: solid 1px #ccc;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

#footer-widgets a {
    color: #eee;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.icon-ar {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #2d4760;
    color: #eaa878;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

.bigger-130 {
    font-size: 130%;
}

.navbar-inverse .dropdown .dropdown-menu {
    /*background-color: #444;*/
    background-color: #2d4760;
    color: #eaa878;
    border-color: #555;
    box-shadow: none;
}

.thead{
    background: #2d4760;
    color: #eaa878;
}

.thead a{
    color: #eaa878 !important;
}

body .news-header {
    /*font-size: 1.14em;*/
    font-size: 0.95em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 120%;
    color: #0099da;
    margin: 20px 0 17px 0;
}

#main-page .media .media:first-child {
    margin-top: 15px;
}

.btn-ar {
    border-radius: 2px;
    font-size: 14px;
}

body h3, body .h3 {
    font-size: 1.5em;
}

body h4, body .h4 {
    font-size: 1.28em;
}

body h1, body h2, body h3, body h4, body h5, body h6 .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: 'Roboto';
    font-weight: 300;
}

.section-title {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-top: 39px;
    color: #000;
}




</pre></body></html>