/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}


@media (max-width: 817px) { 
  .header-search {
   width: 650px !important;  
   margin-right: 50px;
  }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



  .header-search {
   width: 90% !important;  
  }

.navbar-collapse li a { 
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    color: #506A85;
    padding: 5px 5px;
}
.topbar-right {
  text-align: center;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}