body {
    margin: 0;
}

.wrapper {
    width: 860px;
    height: 148px;
    position: relative;
    cursor: pointer;
    display: block;
}

@-webkit-keyframes slide {
    from{
        background-position:0;
    }
    to{
        background-position:-860px;
    }
}

.promo {
    width: 287px;
    height: 148px;
    float: left;
    background-size: cover;
    position: relative;
}

.world_map{
    width: 287px;
    background-size: 101%;
    /*background-position: 0px -217px;*/
    height: 148px;
    background-image: url('../img/inf_opt.gif');
    font-family: 'Open sans', serif;
    font-size: 33px;
    padding: 16px 24px 0 10px;
    box-sizing: border-box;
    /*text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);*/
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 30px;
}

.label {

    color: white;
    padding: 5px 17px;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: none;
    margin-left: 41px;
    margin-top: 19px;
    position: absolute;
    line-height: 14px;
    background: #df3741;
    border: 2px solid #df3741;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.label:hover{
    background: none;
    color: #df3741!important;
}

.article {
    width: 286.5px;
    height: 148px;
    /*background-color: rgba(37, 70, 140, 0.99);*/
    float: right;
    background-size: cover;
    background-size: 100%;
    background-position: center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.article:hover{
    background-size: 110%;
}

.article:nth-of-type(3) {
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.gradient_fill {
    height: 100%;
    width: 100%;
    position: absolute;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.85);
    opacity: 0.7;
}

.title {
    font-family: 'Titillium Web',sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: left;
    padding: 2px 4px 4px 7px;
    margin-left: 12px;
    margin-right: 27px;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.1s;
    bottom: 7px;
    margin-bottom: 5px;
    color: white;
    float: left;
    font-weight: 400;
    box-sizing: border-box;
    z-index: 1;
    opacity: 1;
    width: 260px;
}


.rubric {
    background-color: #df3741;
    color: white;
    font-family: 'Titillium Web',sans-serif;
    padding: 1px 7px;
    margin-left: 12px;
    text-transform: uppercase;
    text-shadow: none;
    display: initial;
    position: absolute;
    top: 14px;
    font-weight: 700;
    font-size: 11px;
}




/*---------------*/
/*reponsive style*/
/*---------------*/
@media (min-width: 1024px) and (max-width: 1186px) {

}

@media (max-width: 1023px), (min-width: 1024px) and (max-width: 1186px) {

}

@media (max-width: 1023px) {

}