  /* == 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, .media-boxes-filter{
	font-family:'Roboto' !important;
}

.essentials .media-box-container{
	    border: 1px solid green !important;
}


.facts .media-box-container{
	border: 1px solid orange !important;
}
.videos .media-box-container{
	border: 1px solid purple !important;
}

iframe .MUILogoTag{
	display:none !important;
}
.fadetoyellow{
	-webkit-animation-name: fadeinyellow; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: fadeinyellow;
    animation-duration: 0.5s;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fadeinyellow {
    from {background-color: white;}
    to {background-color: #ffff9e;}
}

/* Standard syntax */
@keyframes fadeinyellow {
    from {background-color: white;}
    to {background-color: #ffff9e;}
}

@media screen and (max-width: 480px) {
.language-title {
    position: absolute;
    right: 55px;
    top: 10px;
}
}