/* --------------------------------------- */
/* EMODNet Bathymetry news detail css */
/* --------------------------------------- */

/* font */
.date {
	font-family: "ralewaybold", arial, helvetica, sans-serif;
	font-weight: normal;
	}


#sidenav > ul > li > i:before {
	content: "\f104";
	}

#content article 				{ width: 793px; float: left; }

#sidebar {
	width: 72px;
	margin-left: 20px;
	float: left;
	}

.date 							{ color: #0e72b5; }


/* --------------------------------------- */
/* mediaqueries css */
/* --------------------------------------- */

@media only screen and (max-width: 1280px) {

	#content article 			{ width: 650px; }

}

@media only screen and (max-width: 1152px) {

	#content article 			{ width: 600px; }

}

@media only screen and (max-width: 1024px) {

	#content article 			{ width: 575px; }

}

@media only screen and (max-width: 960px) {

	#content article 			{ width: 394px; }

}

/* ==> breakpoint notebooks, tablets */
@media only screen and (max-width: 800px) {

	#content article 			{ width: 100%; float: none; }

	#sidebar					{ width: 100%; float: none; margin-left: 0px; }

}

/* print */
@media print {

	.maris_share 				{ display: none; }

}