@media print 
{
  a[href]:after { content: none !important; }
  img[src]:after { content: none !important; }
  @page { margin: 0; }
  body  { margin: 0.6cm; }
  .pt20, .box{
	  padding-top:0;
  }
  .sf-menu li{
	  float:left;
	  display:inline-block;
	  width:auto;
  }
  .sf-arrows .sf-with-ul{
	  padding-right:5px;
  }
  .col-sm-3, .col-md-3{
	  width: 25%;
  }
  .col-sm-4{
	  width: 33.33333333%;
  }
  .col-sm-5{
	  width: 41.66666667%;
  }
  .col-sm-6{
	  width: 50%;
  }
  .col-sm-7{
	  width: 66.66666667%;
  }
  .col-sm-8{
	  width: 66.66666667%;
  }
  .col-sm-9{
		width: 75%;
  }
  .headerMid .col-md-3 img{
	  width:40%;
  }
  .imgBox{
	  width: 20%;
  }
  .imgBox img{
	  width: 100%;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img{
	  height:auto !important;
	  min-height: auto;
  }
  .col-md-6.col-sm-12.hidden-xs{
	  display:block !important;
  }
}