/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#Content.sponsors{
    padding-top: 0;
}
#mylightbox {
    max-width: 100%;
    width: 600px
}
.lb-container .lb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lb-container .lb-header .logo {
    height: 7rem;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.lb-container .lb-header .info {
    width: 50%;
    padding-left: 20px;
    border-left: 5px rgb(170, 155, 155) solid;
}
.lb-container .lb-header .info p {
    margin: 0;
}
.lb-container .lb-header .info ul {
    padding: 0;
    display: inline-block;
    width: 100%;
}
.lb-container .lb-header .info ul li {
    display: inline-block;
    margin: 3px;
}
.lb-container .lb-header .info ul li a {
    color: #626262;
}
.lb-container .lb-header .info ul li a:hover {
    color: #b0b0b0;
}
.lb-container .lb-content {
    max-height: 600px;
    margin: 20px 0;
    overflow-y: auto;
	overflow-x: hidden;
    border-left: 5px rgb(170, 155, 155) solid;
    padding: 10px 0px 10px 20px;
    font-size: 0.9rem;
    line-height: 1.2rem;
}
.lb-container .lb-content h1,
.lb-container .lb-content h2,
.lb-container .lb-content h3,
.lb-container .lb-content h4,
.lb-container .lb-content h5,
.lb-container .lb-content h6 {
    margin: 15px 0;
}
.lb-container .lb-content ul {
    margin: 15px 0;
    list-style: disc outside none;
    padding-left: 30px;
}
.lb-container .lb-content ol {
    margin: 15px 0;
    list-style: decimal outside none;
    padding-left: 30px;
}
.lb-container .lb-footer {
    text-align: right;
    padding: 20px 0 10px 0;
    margin-top: 10px;
}
.lb-container .lb-footer a {
    margin: 0;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    background: #FF4B0C !important;
}
.lb-container .lb-footer a:hover {
    background: #b0b0b0 !important;
}
/* Filter controls */
.simplefilter {
    text-align: center;
    margin-bottom: 16px;
	padding: 0;
}
.simplefilter li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: .7rem 1.8rem;
    border-radius: 10px;
    margin: 1px;
    background-color: #585858;
}
.simplefilter li.active {
    background-color: #FF4B0C;
}
.filtr-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.filtr-item{
    height: 5rem;
    overflow: hidden;
}
.resp-img {
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.menu_sponsors a span {
    color: #FF4B0C !important;
    font-weight: bold;
}
html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
    max-width: 100% !important;
}
.text-uppercase {
    text-transform: uppercase;
}
@media screen and (max-width:920px) {
.lb-container .lb-header .info {
        width: 100%;
        text-align: center;
        border: none;
        border-top: 1px rgb(170, 155, 155) solid;
        padding: 10px 0;
    }
    .simplefilter {
        padding: 0;
    }
    .simplefilter li {
        font-size: 12px;
        padding: .5rem 1rem;
    }
}
@media screen and (max-width:420px) {
    #mylightbox {
        min-width: 100%;
        width: 300px;
    }
    .lb-container .lb-header {
        flex-direction: column;
    }
    .lb-container .lb-header .logo {
        width: 100%;
        background-position: center;
    }
}