﻿@media 
  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1210px), 
  only screen and ( min-moz-device-pixel-ratio: 2) and    (min-width: 767px) and (max-width: 1210px), 
  only screen and ( -o-min-device-pixel-ratio: 2/1) and   (min-width: 767px) and (max-width: 1210px), 
  only screen and ( min-device-pixel-ratio: 2) and        (min-width: 767px) and (max-width: 1210px), 
  only screen and ( min-resolution: 192dpi) and           (min-width: 767px) and (max-width: 1210px), 
  only screen and ( min-resolution: 2dppx) and            (min-width: 767px) and (max-width: 1210px), 
  only screen and                                         (min-width: 767px) and (max-width: 1210px) {
  
  .search{
    left:unset!important;
    right:620px;
  }

  #consumer .inner, #professional .inner{
    width:610px!important;
  }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1135px), 
  only screen and ( min-moz-device-pixel-ratio: 2) and    (min-width: 767px) and (max-width: 1135px), 
  only screen and ( -o-min-device-pixel-ratio: 2/1) and   (min-width: 767px) and (max-width: 1135px), 
  only screen and ( min-device-pixel-ratio: 2) and        (min-width: 767px) and (max-width: 1135px), 
  only screen and ( min-resolution: 192dpi) and           (min-width: 767px) and (max-width: 1135px), 
  only screen and ( min-resolution: 2dppx) and            (min-width: 767px) and (max-width: 1135px), 
  only screen and                                         (min-width: 767px) and (max-width: 1135px) {
  .news{
    display:none;
  }
}
@media 
  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1000px), 
  only screen and ( min-moz-device-pixel-ratio: 2) and    (min-width: 767px) and (max-width: 1000px), 
  only screen and ( -o-min-device-pixel-ratio: 2/1) and   (min-width: 767px) and (max-width: 1000px), 
  only screen and ( min-device-pixel-ratio: 2) and        (min-width: 767px) and (max-width: 1000px), 
  only screen and ( min-resolution: 192dpi) and           (min-width: 767px) and (max-width: 1000px), 
  only screen and ( min-resolution: 2dppx) and            (min-width: 767px) and (max-width: 1000px), 
  only screen and                                         (min-width: 767px) and (max-width: 1000px) {
  #consumer .ttl, #professional .ttl{
    display: none;
  }
  #consumer .search, #professional .search{
    top: 70px!important;
  }
}