
body {color:#c0c0c0}

a {color: #fff;}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #706F6F;
}
/*.page-content img {width: 100%}*/
.page .text-primary, h2 {color: #706F6F !important;}
.page {background: #252524}
.content, .page-content {background-image: linear-gradient(150deg, #252524 50%, #373737 50%);}
.bg-lighter {background: none}
.page .text-dark {
    color: #c0c0c0 !important;
}

.rd-navbar-top-panel.rd-navbar-light, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {background-color: #000}
.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a, .rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a {
    color: #fff;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:after,
.rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li > a:after,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a:after {
    background: -moz-linear-gradient(90deg, #373737 0%, #706F6F 100%);
    background: -webkit-linear-gradient(90deg, #373737 0%, #706F6F 100%);
    background: -o-linear-gradient(90deg, #373737 0%, #706F6F 100%);
    background: -ms-linear-gradient(90deg, #373737 0%, #706F6F 100%);
    background: linear-gradient(90deg, #373737 0%, #706F6F 100%);
}
.btn-primary {color: #fff;background-color: #000;border-color: #706F6F;}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {color: #fff;background-color: #706F6F;border-color: #000;}
.bg-gray-base {background: #000;fill: #000;}
.rd-navbar-static.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-panel {border-bottom-color: #373737;}
.rd-navbar-top-panel.rd-navbar-light .contact-info {padding-top: 4px}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel {background-color: #000}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span::before,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span::after {background: #fff}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span {color: #fff}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap {color: #fff;background: #000}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a {color: #fff}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown {background: #373737;border-top: 1px solid #706F6F;}
.rd-navbar ul {margin-top: 10px;}
#lang {border: 1px solid #373737;width: 55px;text-align: center;background-color: #706F6F;color: lightgrey;margin-top: 4px}
.bg-saffron {
    background: -moz-linear-gradient(90deg, #706F6F 0%, #373737 100%);
    background: -webkit-linear-gradient(90deg, #706F6F 0%, #373737 100%);
    background: -o-linear-gradient(90deg, #706F6F 0%, #373737 100%);
    background: -ms-linear-gradient(90deg, #706F6F 0%, #373737 100%);
    background: linear-gradient(90deg, #706F6F 0%, #373737 100%);
}
.list-marked li::before {background-color: #373737;}
.context-dark {color: #706F6F}
.splash-intro-static {box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);}

.splash-intro-img  {
    max-width: 450px;
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #706F6F;
}

.region {height:auto}
.region-text {
    padding: 45px 20px 20px 0px;}

.logo-main {width: 300px}
.footer-brand img {width: 250px;height: auto}
img.add-logo {width: 130px;height: auto;margin-top: 8px}
.label-property {background-color: #191919;color: white}

@media only screen and (max-width: 1000px) {
    .splash-intro-img  {
        max-width: 350px;
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}
@media only screen and (max-width: 720px) {
    .splash-intro-img  {
        max-width: 250px;
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    h2, .h2 {font-size: 25px}
    h3, .h3 {font-size: 22px}
    h5, .h5 {font-size: 16px;line-height: 1.2em}
}
