/* print css */
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;

  }

  body {
    -webkit-print-color-adjust: exact;
  }
  .common_hdr_search .alamy-logo{
    height: 74px !important;
    margin-left: 0px !important;
  }
  a i.icon-logo, a:hover i.icon-logo{
    font-size: 44px !important;
  }
  .print-hide {
    display: none !important;
  }

  .print-show {
    display: inline !important;
  }

  .container {
    width: 100%;
  }

  .avoid-pdbreak-inside {
    page-break-inside: avoid;
  }
  .terms *{
    color: #000000;
  }
  .print-footer-head,.print-footer-value {
    font-size: 24px !important;
  }
  .footerpanels{
    width: 55%;
    padding-left: 0px !important;
  }
  footer{
    background: #ffffff !important;
  }
  footer .footerpanels-country{
    margin-top: 0px !important;
  }
  footer .footerpanels-email{
    border-left:0px !important;
  }
  footer .footer-copy{
    float: right !important;
  }
  footer .w-710{
    width: 50% !important;
  }
  footer .footerpanels-email{
    height: auto;
  }
  footer .center{
    border-top: 2px #ededed solid !important;
    padding-top: 20px !important;
    margin-top: 0px !important
  }
  footer a#lblmail{
    color: #268EFC!important;
  }
  .main-header,.search-wrap,.head-caption{
    display: none;
  }
  .all-wrapper{
    background: none !important;
  }
  .common_hdr_search{
    background-color: #ffffff !important;
  }
}
.hidden-page{
    display: none;
}
