<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ftr-lnk{
color:#fff!important;
text-decoration: none;
}
.ftr-lnk:hover{
	color:blue;
	transition: all 0.5s ease-in-out!important;
	text-decoration: underline;
}
#breadcrumbs {
    background-color: #eee;
    margin: 25px 0;
    padding: 5px;
}
#header-content {
    height: 130px;
    float: right;
    position: relative;
    top: 12px;
}
.list-gallery-category li {
    width: 257px;
    height: 212px;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
    overflow: hidden;
}
.list-gallery-category li a span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #62462d;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#header-full.small #logo img {
    width: 171px;
    height: 47px;
    position: absolute;
    left: 30px;
    top: 8px;
}</pre></body></html>