/* == LETS MODIFY SOME COLORS AND STYLE FOR THE DEMO == */

		/* Style the search text field and the sort */
		
		
#search, .media-boxes-drop-down {
	float: right;
}
.media-boxes-drop-down {
	margin-right: 10px;
}
/* Remove the margin-bottom of the text */
.media-box-content .media-box-text {
	margin-bottom: 0 !important;
}
/* Change the style of the text */
.media-box-text {
	color: #777;
	line-height: 23px;
}
#issue-date-hidden{
	position:absolute;
	left:-10000px;
}
/* Footer style */
.media-box-footer {
	-webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.1);
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.1);
}
.media-box-categories {
	margin: 0;
	font-size: 11px;
	font-style: italic;
	color: #777;
}
.media-box-date {
	margin-bottom: 8px;
}
/* Style of date */
.media-box-date {
	font-size: 11px;
	color: #999;
	margin: 3px 0 0 0;
}
.media-box-caption {
	margin-top: -20px;
	margin-bottom: 13px;
	margin-right: -10px;
	font-size: 11px;
	text-align: right;
	color: #999;
}

.share-btn, .fa-share-alt{
	float:left !important;
}
.share-btn{
    min-width: 35px;
}
.media-box-bottom {
    line-height: 50px;
    padding: 0;
    margin: 1em 0em 2em 0em;
}


.share-button-content{
	display:none;
}
	
.social-buttons{
	margin-top: 10px;
}
	
.media-box iframe {
    margin: -4px 5px 0px 5px!important;
    width: 100%;
    float: left;
}

.media-boxes-filter{
	font-family:'Roboto' !important;
	padding-top:15px;
}

.media-box-container{
	opacity:0.8;
}

.grid-image{
	background-size:cover;
   background : url(/en/oceans-conference-17/img/bg-news.jpg) no-repeat;
}

