@media print{
	#accordion {display: none;}
	.breadcrumb_nav {display: none;}
	.top-nav ul.left {display: none;}
	.top-nav ul.right {display: none;}
    .extra-pad_2 {display: block;}
	    a[href]:after {
	    content: none !important;
	  }
	.col-md-4 col-sm-6 { width: 33% !important;}  
	
	.visible-print  { display: inherit !important; }
	.hidden-print   { display: none !important; }
	
	*,
	*:before,enter code here
	*:after {
	color: #000 !important;
	text-shadow: none !important;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	}
	a,
	a:visited {
	text-decoration: underline;
	}
	a[href]:after {
	content: " (" attr(href) ")";
	}
	abbr[title]:after {
	content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]: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;
	}
	p,
	h2,
	h3 {
	orphans: 3;
	widows: 3;
	}
	h2,
	h3 {
	page-break-after: avoid;
	}
	select {
	background: #fff !important;
	}
	.navbar {
	display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
	border-top-color: #000 !important;
	}
	.label {
	border: 1px solid #000;
	}
	.table {
	border-collapse: collapse !important;
	}
	.table td,
	.table th {
	background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
	border: 1px solid #ddd !important;
	}
	
	.col-print-1 {width:8%;  float:left;}
	.col-print-2 {width:16%; float:left;}
	.col-print-3 {width:25%; float:left;}
	.col-print-4 {width:33%; float:left;}
	.col-print-5 {width:42%; float:left;}
	.col-print-6 {width:50%; float:left;}
	.col-print-7 {width:58%; float:left;}
	.col-print-8 {width:66%; float:left;}
	.col-print-9 {width:75%; float:left;}
	.col-print-10{width:83%; float:left;}
	.col-print-11{width:92%; float:left;}
	.col-print-12{width:100%; float:left;}
	
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
	}
	.col-sm-12 {
	    width: 100%;
	}
	.col-sm-11 {
	    width: 91.66666667%;
	}
	.col-sm-10 {
	    width: 83.33333333%;
	}
	.col-sm-9 {
	    width: 75%;
	}
	.col-sm-8 {
	    width: 100%;
	}
	.col-sm-7 {
	    width: 58.33333333%;
	}
	.col-sm-6 {
	    width: 25%;
	}
	.col-sm-5 {
	    width: 41.66666667%;
	}
	.col-sm-4 {
	    width: 16.66666667%;
	}
	.col-sm-3 {
	    width: 16.66666667%;
	}
	.col-sm-2 {
	    width: 16.66666667%;
	}
	.col-sm-1 {
	    width: 8.33333333%;
	}
	
	footer {display: none;}
	
	.top-nav {
	    position: relative;
    }
    
    header {height: 0;}
    
    .news{position: relative; display: block; float: left; padding: 0; margin: 0;}
    
    .item_new{width: 300px; padding: 0; margin: 0; float: left;}
    
    .contact  .select-wrap	select {
	    display: none;
    }
    .contact .select-wrap	img { display: none;}
    .sumbit-btn				input{ display: none;}

}