.head-link {
    display: none;
}

/*#head .search-engine {
  box-shadow: none !important;
}*/

body #head h1 {
    margin-top: -44px !important;
}

body #head h1 a {
  width: 196px;
  height: 95px;
  background: url(../../img/logo-asia.png);
  margin-top: 15px;
}

@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-asia-top-v2.png) no-repeat center top, url(../../img/background/bg-asia-v2.jpg) fixed no-repeat center top;
        background-color: #230b0c;
    
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: url(../../img/background/bg-asia-max989-v2.jpg) fixed no-repeat center top;
        background-color: #230b0c;
    
    }
}

@media (max-width: 659px) {
    body {  
        background: url(../../img/background/bg-asia-max659-v2.jpg) fixed no-repeat center top;
        background-color: #230b0c;
    
    }
     
    body #head h1 {
        margin-top: 0px !important;
    }
}

