.search-field-container{padding: 10px 0; background: #586271; height: 60px; position: fixed; top: 124px; left: 0; right: 0; z-index: 99; box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.search-field-container .global-search-input{max-width: 380px; margin: 0 auto;}
.search-field-container + div{margin-top: 60px;}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){
}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px) {  
.search-field-container{top: 113px;}
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
.search-field-container{top:40px;}
}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px) {
}