<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
    font-size: 0.79vw;
}

@media (max-width: 800px) {
    body {
        font-size: 1vw;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 1vw;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 1vw;
    }

	
}

.myText {
    background-color: white;
    color: black;
    position: absolute;
    bottom: 21px;
    width: 93% !important;
    overflow: hidden;
    opacity: 0.8;
    font-size: 1em;
    height: 3.5em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.myText:hover {
    opacity: 1.0;
    height: 9em !important;
}

.img-responsive {
    width: 100%;
    height: 100%;
}

.img-responsive:hover + .myText {
    height: 9em !important;
}

.img-responsive:hover + .myText p {
     margin-top: 0.5em;
}

.myText:hover p {
        margin-top: 0.0em;
}

.myCol {
    padding: 0px !important;
    text-align: center;
    /*max-width: 272px;*/
}

.thumbnail {
    padding: 0px !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.thumbnail {
    width: 93% !important;
}

.carousel-inner&gt;.item&gt;a&gt;img, .carousel-inner&gt;.item&gt;img, .img-responsive, .thumbnail a&gt;img, .thumbnail&gt;img {
    display: inline;
    max-width: 100%;
}

p {
    color: black;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    font-weight: lighter;
    margin-top: 2em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

h4 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#_tpBanner {
    margin-bottom: 35px;
}

.tp-top-banner {
    margin-bottom: 14px;
}

#_lowerBanner {
    overflow: hidden;
    display: block;
    border-bottom: 3px solid #cbb54b;
    margin: 0;
    padding: 0;
}</pre></body></html>