@media (max-width: 766px) {
    .msl-pagebanner img {
        display:none;
    }
} 

.bg-70.bg-70-guildawards-img-strip-in::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 111px;
    opacity: 0.9;
    background-image: url(../png/guild-awards-img-strip.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

.bg-70.bg-70-guildawards-img-strip-in {
    padding-bottom: 160px;
}

@media (min-width:2500px) {
    .bg-70.bg-70-guildawards-img-strip-in::after {
        height: 184px;
        bottom: 0px;
    }
    .bg-70.bg-70-guildawards-img-strip-in {
        padding-bottom: 220px;
    }
}

@media (max-width:992px) {
    .bg-70.bg-70-guildawards-img-strip-in::after {
        height: 47px;
        bottom: 7px;
    }
    .bg-70.bg-70-guildawards-img-strip-in {
        padding-bottom: 80px;
    }
}

.fa-color-gold {
    background-image: url(../png/ga-rose-gold-foil-square-3.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.green-well.gold-well {
    background: linear-gradient(rgb(146 88 52), rgb(230 157 114),rgb(146 88 52));
    border:0px !important;
}

.btn-hp {
    margin-top:20px;
}

.panel-gold-border {
    border-image: linear-gradient(#ffc4a0, #a46037, #cc885f, #fbb78e, #fcbe99, #af6b42, #e6a279) 30;
    border-width: 8px;
    border-style: solid;
}

.panel-gold-border h3 {
    font-weight:bold;
}

@media (min-width:1020px) {
    .timeline-col {
        text-align:center;
    }
    #timeline .timeline-circle-arrow:after {
        bottom:-30px;
    }
}

@media (min-width:2000px) {
    #timeline .timeline-circle-arrow:after {
        bottom:80px;
    }
    #timeline .container-fluid {
        width: 75%;
    }
}

@media (max-width:1020px) {
    .timeline-col {
        margin-bottom:20px;
    }
}

.timeline-circle {
    border: 10px solid #b47654;
    width:190px;
    height:190px;
    border-radius: 20%;
    box-shadow: 0px 1px 13px #b48064;
}

.timeline-time {
    display:block;
    font-size: 40px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Fira Sans', sans-serif !important;
    background-image: url(../png/ga-rose-gold-foil-square-3.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline-date {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    font-family: 'Fira Sans', sans-serif !important;
    background-image: url(../png/ga-rose-gold-foil-square-3.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline-circle .timeline-descrip {
    background-image:none !important;
    color:#000 !important;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

/*.overlay-panel:before {
    content: url(/pageassets/guildawards/Guild-Awards-Mermaid-overlay-70.png);
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
    right: 20px;
    width: 70px;
    height: 60px;
}

@media (min-width:1200px) {
    .overlay-panel:before {
        top:132px;
    }
}

@media (min-width:1020px) {
    .overlay-panel:before {
        top:132px;
    }
}*/

.panel-body-award.panel-body {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
}

.winnerp {
    margin-top: 15px;
    margin-bottom: -15px;
    font-weight:bold;
}
.winnergreen {
    color:#24b952;
}