/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

	#header {
		display: none;
	}

	.unit:not(.to-print) {
		display: none;
	}
	
	.col2 {
		display: none;
	}

	#vediAncheToBottom {
      display: none;
   }

	.menu-cont {
       display: none !important;
   }

	#submenu {
       display: none !important;
   }

	.thumbCnt {
       display: none !important;
   }

	.sectActionCont {
       display: none !important;
   }
	/* ---- */
   #article_end {
       display: none !important;
   }

	#ADVTG_CONTAINER_728x90 {
       display: none !important;
   }

	#ADVTG_CONTAINER_pushdown {
       display: none !important;
   }

	.box10Cnt {
       display: none !important;
   }

	.no-print {
       display: none !important;
   }

	.GoogleActiveViewClass {
       display: none !important;
   }

	.sectCntGoogle3 {
       display: none !important;
   }

	.boxContBlock {
       display: none !important;
   }

	#footer {
       display: none !important;
   }

	#credits {
       display: none !important;
   }

	.boxCommPost {
       display: none !important;
   }

	.cat-tag {
       display: none !important;
   }

	.topMenuCnt {
       display: none !important;
   }


	 nav,
   .ym-searchform,
   #menuWrap,
   .headerDx,
   #col2,
	.sectActionCont,
   .shareCont,
	.related-box,
	.navigationContainer,
	.boxBannerEnd,
	.visible-phone,
	.visible-tablet,
	.boxLiderboard,
	.footer-wrap,
	.sidebar,
	.headerDx,
	header,
	header *,
	.boxLiderboardBorder,
	.boxLiderboardBorder *,
	.trAfc,
	.trGPT,
	.galleryThumbsCnt,
	.author,
	.adsenseInPost {
       display: none !important;
   }

	#footer {
       display: none !important;
   }

	.galleryImg {
		border:none !important
	}

	.galleryCnt .galleryImg img {
		width:100% !important
	}

	#main {
      float:none !important;
      width:auto !important;
      max-width:auto !important;
        border: 0 !important;
		margin: 0 !important;
   }

   #page {
      float:none !important;
      width:auto !important;
      max-width:100% !important;
       border: none !important;
   }

	.colsCnt {
      float:none !important;
      width:auto !important;
      max-width:auto !important;
   }

   #col1 {
      float:none !important;
      width:100% !important;
      max-width:100% !important;
   }

    .the_content p.the_content_img img{
        max-height: auto !important;
        width: 100% !important;
			height: auto !important;
    }

}

article.print .shareCont, article.print .shareMobileCont {
	display: none !important;
}