#search > .block_66 {
	padding-right:   .6em;
}

#main__content .block_100 > p {
    padding:    2em 0 0;
    text-align: center!important;
}

/****** LISTING ************/
.widget-listing{
    position: relative;
    color:#464646;
    text-align: center;
}

.widget-listing .news,
.widget-listing .release{
    position: relative;
    display: block;
    height: 6.5em;
    overflow: hidden;
}

.widget-listing .news:before,
.widget-listing .release:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
}


.widget-listing h4{
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.4em;
    padding: .6em .5em .8em .5em;
    color: #464646;
    margin: .5em 0 1em 0;
}

.widget-listing h4:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3.3em;
    height: 1px;
    margin-left: -1.65em;
    background: #d7d7d7;
}

.widget-listing .button{
    display: inline-block;
    width: 24em;
    margin: 1.2em 0 1.6em 0;
}

.news .eyes,
.release .eyes
{
    display: block;
    float: left;
    height: 100%;
    width: 2.6em;
    background: #f0f0f0 url(../images/icon-eye.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:	70% auto;
}

.news__content,
.release__content{
    width: 100%;
    position: absolute;
    height: 100%;
    right: 0;
    padding-left: 3.6em;
}

.news__content .information,
.release__content .information{
    position: relative;
    width: 45%;
    height: 100%;
    float: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 1em;
}

.information .title{
    color: #921984;
    text-align: right;
    font-size: 1.3em;
    margin-top: 1.6em;
    padding-left:   6em;
}

.information .date{
    text-align: right;
}

.news__content .description,
.release__content .description{
    position: relative;
    width: 55%;
    float: right;
    height: 100%;
    font-size: 1.1em;
    padding: 1em;
    padding-right: 1.6em;
    line-height: 1.3em;
    text-align: justify;
}

.separator{
    width: 100%;
    border-bottom: 1px dotted gray;
    margin : .5em 0;
}

/* ALTERNATE STYLE FOR EACH ROW */
.news.odd .description, .news.odd .information,
.release.odd .description, .release.odd .information{
    background-color: #f0f0f0;
}
/* BEFORE WHO SIMULATE A MARGIN BETWEEN ICON AND TITLE */
.news .information:before,
.release .information:before{
    content:'';
    position: absolute;
    display: block;
    width: 1em;
    height: 100%;
    top:0;
    left: 6.5em;;
    background-color: #fff;
}

.news:hover,
.release:hover{
    cursor:pointer;
}

/* ROLLOVER */
.news:hover .eyes, .news:hover .information, .news:hover .description,
.release:hover .eyes, .release:hover .information, .release:hover .description{
    background-color: #d9d9d9;
}
