<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************** GENERAL ******************/
body {
    color: #333;
}
h2, h3 {
    color: #000;
}
a {
    color: #000;
}
a:hover {
    color: #000;
}
a p {
    color: #333;
}

/***************** BOOTSTRAP *****************/
.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-default,
.btn-primary:hover {
    background-color: #aaa;
    border-color: #ddd;
    color: #fff;
}
.label.label-default {
    background: #aaa;
}
blockquote {
    color: #555;
}

/****************** HEADERS ******************/
#preHeader {
    background: #000;
    color: #fff;
}
#preHeader a {
    color: #fff;
}
#mainHeader {
    background: rgba(255, 255, 255, 0.9);
}
ul.navbar-nav &gt; li.primary &gt; a.firstLevel {
    color: #333;
}
ul.navbar-nav &gt; li.primary &gt; a.firstLevel.active,
ul.navbar-nav &gt; li.primary &gt; a.firstLevel:hover,
ul.navbar-nav &gt; li.primary &gt; a.firstLevel:focus {
    color: #000;
    background: none;
}
.navbar-toggle .icon-bar {
    background: #333;
}
.navbar-toggle {
    border-color: #333;
}
@media(max-width:767px) {
    ul.navbar-nav &gt; li.primary &gt; a.firstLevel.active,
    ul.navbar-nav &gt; li.primary &gt; a.firstLevel:hover,
    ul.navbar-nav &gt; li.primary &gt; a.firstLevel:focus {
        border-bottom: none;
    }
    #mainMenu .navbar-nav li {
        border-bottom: 1px solid #eee;
    }
}
#mainMenu .navbar-nav ul li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}
.navbar-nav ul li a {
    color: #333;
}
.navbar-nav ul li a:hover, .navbar-nav ul li.hover &gt; a {
    background: #000;
    color: #fff;
}
@media(min-width:768px) {
    .navbar-nav ul {
        background: #fff;
    }
}
#lang-btn {
    background: transparent;
    border: 0;
    color: #fff;
    box-shadow: none;
}
#lang-menu a {
    color: #333;
}
.info-header svg {
    background: #fff;
    color: #000;
}
.searchWrapper {
    color: #888;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.searchWrapper button:hover {
    background: #000;
}
.searchWrapper .form-control {
    color: #fff;
}
.searchWrapper .form-control::-webkit-input-placeholder {
    color: #ddd;
}
.searchWrapper .form-control:-moz-placeholder {
    color: #ddd;
}
.searchWrapper .form-control::-moz-placeholder {
    color: #ddd;
}
.searchWrapper .form-control:-ms-input-placeholder {
    color: #ddd;
}
.page-header {
    background-color: #686868;
    color: #fff;
    border: none;
}
.page-header a {
    color: #fff;
}
.breadcrumb {
    background: transparent;
}

/*************** ROYAL SLIDER ****************/
#full-width-slider {
    color: #000;
}
.infoBlock a {
    color: #fff;
}
.photosBy {
    background: #fff;
    color: #000;
} 
.photosBy a {
    color: #000;
}

/***************** HOMEPAGE ******************/
.iconBlocHome svg {
    color: #000;
}

/************ ISOTOPE / PORTFOLIO ************/
.isotopeWrapper.loaded {
    background: none;
}
.isotopeContent {
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.more-action figcaption p {
    color: #fff;
}
.more-link:hover .more-action {
    background: rgba(3, 141, 152, 0.5);
}
.more-icon svg {
    color: #000;
    background: #fff;
}
.lazy-more-btn {
    background: #aaa!important;
    color: #fff!important;
}
.lazy-more-btn:hover {
    background: #fff!important;
    color: #333!important;
}

/*************** MISCELLANEOUS ***************/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.hotBox {
    background: #000;
    color: #fff;
}   
.hotBox h2,
.hotBox a {
    color: #fff;
}
#pages-list li a {
    border: 1px solid #eee;
    background-color: #aaa;
    color: #fff;
}
#pages-list li a:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.boxed {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
#content {
	background: linear-gradient(to bottom, #F5F5F5 500px, #fff 100%);
}
.text-center h1, h1.text-center, [style*="text-align: center"] h1, h1[style*="text-align: center"],
.text-center h2, h2.text-center, [style*="text-align: center"] h2, h2[style*="text-align: center"],
.text-center h3, h3.text-center, [style*="text-align: center"] h3, h3[style*="text-align: center"] {
    color: #333;
}
.text-center h1::after, h1.text-center::after, [style*="text-align: center"] h1::after, h1[style*="text-align: center"]::after,
.text-center h2::after, h2.text-center::after, [style*="text-align: center"] h2::after, h2[style*="text-align: center"]::after,
.text-center h3::after, h3.text-center::after, [style*="text-align: center"] h3::after, h3[style*="text-align: center"]::after {
    background: #000;
}
/******************* FOOTER ******************/
#footerRights {
    background: #333;
}
footer {
    background: #222;
    color: #fff;
}
footer a {
    color: #fff;
}
footer p.lead {
    color: #000;
}
#toTop {
    background: #fff;
    border: 1px solid #eee;
}
#toTop:hover {
    background: #000;
    color: #fff;
}
/******************* LOADER ******************/
#loader-wrapper {
    background: #fff;
}
#loader {
    border-top-color: #888;
}
#loader:before {
    border-top-color: #ccc;
}
#loader::after {
    border-top-color: #000;
}
</pre></body></html>