.green, a.a-green, .lable, .faq-container .headline, .ticket-team {
    color:#77be45;
}
.footer {
    background-color:#666666;
}
hr.green-hr, .cart_hr {
    border-top:1px solid #77be45;
}
.nav {
    border-bottom: 4px solid #77be45;
}
input, .select-box select, .flare, .code-form, .ticket-button {
    border:1px solid #77be45;
}
.ui-try-button-sm, .ui-try-button-sm-white {
    background-color: #FFFFFF;
    color: #77be45;
    height: 35px;
    line-height: 32px;
    font-weight: 300;
    font-family: Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 12px;
    width: 185px;
    cursor: pointer;
    border: 1px solid #333333;
    margin: 10px 0;
}
.red-hdr {
    color:#77be45;
    font-weight:700;
}
.bold {
    font-weight:700;
}
.spacer hr {
    border:1px solid #77be45;
}
.profile-row a.edit {
    color:#77be45;
}
.event-item-container {
    grid-column:2/ span 10;
    justify-self:center;
    display:flex;
}
.event-item {
    border:1px solid #666666;
    padding:5px;
    margin:15px;
    box-sizing:border-box;
    width:calc(50% - 20px);
}
.event-item img {
    width:100%;
    height:auto;
}
event-hdr {
    font-size:20px;
    font-weight:900;
    color:#77be45;
    line-height:30px;
    display:block;
}
event-sub {
    font-size:18px;
    display:block;
    padding-bottom:10px;
}
info-box {
    background-color:#ffffff;
    width:100%;
    display:block;
    padding:15px;
    box-sizing:border-box;
    border:1px solid #d6d6d6;
}
event-date {
    font-size:14px;
    color:#666666;
    display:block;
}
event-location {
    font-size:14px;
    display:block;
}
.simg {
    width:100%;
    height:auto;
}
.marquee-container {
    position:relative;
}
.marquee {
    background-size:cover;
    background-position:center;
}
.marquee1 {
    background-image:url("/public/events/images/marquee/marquee1.jpg");
}
.marquee2 {
    background-image:url("/public/events/images/marquee/marquee2.jpg");
}
.marquee3 {
    background-image:url("/public/events/images/marquee/marquee3.jpg");
}
.marquee4 {
    background-image:url("/public/events/images/marquee/marquee4.jpg");
}
.marquee-copy-container {
    position: relative;
    top:100px;
    left:20%;
    color:#ffffff;
    text-transform:uppercase;
    font-size:40px;
    font-weight:700;
}
.marquee-sub-copy {
    color: #77be45;
    font-size: 20px;
    background-color:#666666;
    width: 280px;
    text-transform:uppercase;
    padding: 5px;
}
.swiper-container {
    width:100%;
    height:400px;
}
.swiper-wrapper {
    position: absolute;
    top:0;
    left:0;
}
.stale-content {
    position: absolute;
    top:280px;
    left: 215px;
    z-index: 99;
    background-color: #e5e5e5;
    width: 300px;
    height: 120px;
    opacity: .8;
    border-radius:5px;
}
.select-dropdown .menu {
    width:440px;
}
.search-box-hdr {
    padding:15px;
}
.select-dropdown .head {
    padding-left:15px;
}
.marquee-overlay {
    position:relative;
}

@media (max-width: 1920px) {  }
@media (max-width: 1440px) {  }
@media (min-width: 1023px) {

}

@media (max-width: 768px) {
    .event-item-container {
        flex-wrap:wrap;
        justify-content:center;
    }
    .event-item {
        width:90%;
    }
    .select-dropdown .menu {
        width:290px;
    }
    .stale-content {
        left:145px;
        width:295px;
    }
}

@media (max-width: 468px) {
    .marquee {
        height:300px;
    }
    .select-dropdown .menu {
        width:290px;
    }
    .swiper-container {
        height:300px;
    }
    .stale-content {
        left:75px;
        width:295px;
        top:180px;
    }
}
