<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.today {
    background-color: #b0131e !important;
    border-color: #b0131e !important;
    color: white !important;
    background-image: none !important;
}

.wrapper-article  {
    word-wrap: break-word;
}
.wrapper-article .article {
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
    padding: 6px;
    height: 420px;
    overflow: hidden;
}
.wrapper-article .article:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.wrapper-article .image-section {
    position: relative;
    height: 266px;
    border-bottom: solid #d8d8d8 1px;
    text-align: center;
    display: table;
    width: 100%;
}
.wrapper-article .image-section a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.wrapper-article .wrap-info {
    color: #b0b0b0;
    font-size: 13px;
}

.wrapper-article .red-tag {
    position: absolute;
    font-size: 13px;
    text-transform: uppercase;
    background-color: rgba(212, 0, 14, 0.7);
    color: #fff;
    padding: 2%;
}

/*search form*/
.searchFoto {    
    height: 50px;
}
.searchFoto .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
}

.searchFoto select#chkExactPhrase {
    background: #f3f3f3;
    color: #6d6d6d;
    border: 1px solid #ccc !important;
}
.searchFoto select#chkExactPhrase option {
    background: #fff !important;
}
.searchFoto .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.searchFoto .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .475rem .85rem;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    /*background-color: #f6f6f6;*/
    border: 1px solid #ccc;
    border-radius: .25rem;
}
.searchFoto .input-group&gt;.custom-select, .searchFoto .input-group&gt;.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.searchFoto .input-group-prepend {
    margin-right: -1px;
}
.searchFoto .input-group-append {
    margin-left: -1px;
}
.searchFoto .input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.searchFoto .mtlt {
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 767px) {
    .searchFoto input#eventDateFrom, .searchFoto input#eventDateTo {
        width: 40%;
        float: left;
        margin-top: 20px;
    }
    .searchFoto #btnSearch {
        margin-top: 20px !important;
    }
     .searchFoto nav {
        text-align: center;
        float: none !important;
        margin-left: 0 !important;
     }
    .searchFoto .btnWrap {
        margin: 0 auto 12px auto !important;
        text-align: center;
        float: none !important;
    }
    .searchFoto, .searchFoto .form-inline {
        height: auto !important;
    }
}   </pre></body></html>