/*==================================
    Media Query 
==================================*/
@media (max-width: 768px) {
    /* Options Layer */
    .options{border: none}    
}

/* Print Style */
@media print
{
	/* General Stuff */
	html, body {width: 100%;height: 100%}
	html, body { height: auto;}
	
	/* To Hide Stuff When Print */
	.navbar,.social-network,.panel,
	.loading-overlay,.sticky-container,
	#back-to-top,.other-news,.keywords,
	.fb-comments,.small-news,.ad-between-p,
	.page-dir,.print-hide,.footer
	{display: none !important}
	
	/* To Show Some Stuff When Print */
	.print-show
	{display: block}
	
	/* To Show Logo When Print */
	.logo-for-print{display: block}
	.logo-for-print img{width: 30%}
	
	/* Fix Some Classes When Print */
	.bg-light{padding-top: 0}
	.big-font{font-weight: normal; font-size: 11px}
	.report-img img{margin-bottom: 15px}
}

/* News Media */
@media (max-width: 768px) {
    .big-news   {width: 100%;}
    .news .big-news .big-news-content .col-xs-9{border: none;width: 100%;}
    .news .big-news .big-news-content .col-xs-9 p{text-align: center}
    .big-news-content .col-xs-3   {display: none}
    .small-news {width: 49%; margin-top: 2%;}
    /* ADS Panel */
    .ads .panel-body{height: 150px;background-image: url('http://placehold.it/250x150');}
    /* Options Layer */
    .options{border: none}
    
}