.event-promo-main,
.event-promo-secondary {
    float: left;
    width: 42.4%;
    color: #fff;
    position: relative;
    height: 100%
}
.event-promo-secondary {
    width: 57.6%;
}

.event-promo-main {
    float: right;
}

.event-promo-title a {
    font: normal 35px/1.5 "Google-Oswald", Arimo, Arial, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0 10px;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 1px 5px;
    display: inline;
    background: url('http://st.gsmarena.com/vv/assets4/i/pattern-diag-dark.gif') repeat;
    text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}


.event-promo-title a {
    color: #fff;
}

.event-promo {
    width: calc(100% + 10px);
    margin-bottom: 10px;
    height: 200px;
    position: relative;
    z-index: 100;
    left: -10px;
    padding: 0 10px;
    overflow: hidden;
}

.event-promo-ifa {
    background-position: center center;
    background-size: cover;
}
.event-promo-list {
    border-right: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    padding: 10px 10px 10px 0;
    height: 100%;
}
.event-promo-list li {
    margin-bottom: 10px;
    line-height: 120%;

}


.event-promo-list li a {
    font: bold 13px/1.31 Arimo, Arial, sans-serif;
    color: #fff;
    padding: 1px 5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.56);
    display:block;
    min-height: 50px;

}


.event-promo-list li a:hover {
    background: rgba(255,255,255,.8);
    color: #000;
    text-decoration: none;
    text-shadow: none;

}

#event-promo-bg {
    position: absolute;
    z-index: -2;
    min-width: 100%;
    width: 100%;
    left: 0;
    top: -20%;
}

.event-promo-ifa::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#091a30+58,7db9e8+80,7db9e8+100&0.61+38,0+100 */
    background: -moz-linear-gradient(left, rgba(9,26,48,0.61) 38%, rgba(9,26,48,0.41) 58%, rgba(125,185,232,0.2) 80%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(38%,rgba(9,26,48,0.61)), color-stop(58%,rgba(9,26,48,0.41)), color-stop(80%,rgba(125,185,232,0.2)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(9,26,48,0.61) 38%,rgba(9,26,48,0.41) 58%,rgba(125,185,232,0.2) 80%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(9,26,48,0.61) 38%,rgba(9,26,48,0.41) 58%,rgba(125,185,232,0.2) 80%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(9,26,48,0.61) 38%,rgba(9,26,48,0.41) 58%,rgba(125,185,232,0.2) 80%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(9,26,48,0.61) 38%,rgba(9,26,48,0.41) 58%,rgba(125,185,232,0.2) 80%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c091a30', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

    width: 100%;
    height: 100%;
    z-index: -1;
}


.event-promo-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content:center;
    align-items: center;
}

.event-promo-list li {
    -webkit-flex: 1 1 49%;
    flex: 1 1 49%;
    -webkit-justify-content: center;
    justify-content:center;
}
