.linupOverFlow {
    position: relative;
}
.innerWrapHeadliner {
    z-index: 99999;
    top: 0;
    background: #fff;
    color: #FFFFFF;
    border-left: 2px solid #E23892;
}
.lineupWrapInner  {
    position: relative;
}

.lineupImgSec {
    height: 210px;
    background-color: #E0E0E0;
}
.lineupImg2Sec {
    height: 270px !important;
}
.mainContent img,
.pageSection img,
.postWysiygContents img,
.lineupImgSecBBorder {
    height: auto !important;
}
.lineupImgSecBBorder {
    border-bottom: 25px solid #E5E5E5;
}
.lineupImgSecBBorder {
    border-bottom: 25px solid #F5F5F5;
}
.artistNotes,
.artistDate,
.artistTime,
.artistVenue,
ul.linupSocialIcons.list-inline i,
.linupCloseButton,
.linupCloseButton span,
.lineupHeadSec h5 {
    color: #FFFFFF;
}
/*.lineupHeadSec h6 {
    margin-top: 0;
}*/
.arrowIcon {
    color: #FFFFFF;
    font-size: 1.5em;
    cursor: pointer;
}
.arrowIcon .fa {
    vertical-align: middle;
}
.closeIcon {
    font-size: 0.7em;
}
.closeButton {
    border: 1px solid #999999;
    position: absolute;
    bottom: 0;
    right: 0;
}
button.linupCloseButton.close {
    border: 1px solid #cb3f28;
    opacity: 1;
}
.linupOverFlow {
    overflow: hidden;   
}
.linupOverFlow .festivalcampingMain {
    flex: 0 0 100%;
}
.linupImgOverlay{
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;   /* Safari and Chrome */
    -o-transition: all 1s ease;     /* Firefox */
    -ms-transition: all 1s ease;    /* IE 9 */
    transition: all 1s ease;        /* Opera */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;    
}

.linupOverFlow:nth-child(3n+1) .lineupHeadSec {
    background: #25AEE4;
}
.linupOverFlow:nth-child(3n+2) .lineupHeadSec {
    background: #25AEE4;
}
.linupOverFlow:nth-child(3n+3) .lineupHeadSec {
    background: #25AEE4;
}
.lineupWrapInnerDetails {
    background: #273554;
    border-bottom: 10px solid #25aee4;
}
.lineupShortName h6 {
   font-family: "Graduate", Sans-serif;
   letter-spacing: 0.72px;
   font-size: 23px;
}

/*.lineupSection .lineupWrapDetails * {
    font-family: 'Roboto', sans-serif;
}
.lineupSection .lineupWrapDetails .list-inline-item i.fa {
    font-family: "FontAwesome";
}*/

.lineupShortName h6, .artistVenue { 
	word-break: break-word;
}

iframe, object, embed {
    max-width: 100%;
    width: 100%;
}
form {
    width: 100%;
}
@media (min-width: 992px) {
    /*.lineupWrapDetails {
        position: absolute !important;
    }*/
    .lineupWrapDetails {
        position: absolute !important;
        top: 290px;
    }
}
.displayNone {
    display: none;
}
.pageDefault {
    background-size: cover;
}