header{ padding-bottom: 36px; &.isStuck{ z-index: 400; background: #000; .address-wrapper{ display: none; } .logo img{ max-width: 97px; } .top-menu{ margin-top: 50px; position: relative; } border-bottom: 3px solid #fff; } .logo{ img{ max-width: 179px; width: 100%; margin-left: 3%; margin-top: 20px; } } .address-wrapper{ .address{ float: right; width: 250px; margin-top: 45px; span{ margin-left: 2%; display: block; text-align: left; &.line2{ float: left; margin-top: -4px; } } label{ display: block; margin-top: -4px; float: right; margin-right: 2%; margin-bottom: 0; color: #a27e4f; font-weight: normal; a{ color: #a27e4f; text-decoration: underline; &:hover{ text-decoration: none; } } } } .phone-number{ float: right; width: 240px; font-size: 30px; margin-top: 44px; margin-right: 5px; span{ display: inline-block; } } } .top-menu{ position: relative; margin-top: 51px; ul{ list-style: none; li{ position: relative; float: left; font-size: 18px; display: block; height: 37px; line-height: 37px; padding-left: 10px; padding-right: 10px; margin-right: 2.8%; @include trans(); a{ @include trans(); } &:hover,&.active{ background: #222; a{ text-decoration: none; color: #fff; } } ul{ border-top: 1px solid #000; position: absolute; top: 37px; left: 0; width: 300px; z-index: 200; display: none; li{ margin-right: 0; padding-right: 0; padding-left: 37px; height: 34px; line-height: 34px; width: 100%; border-bottom: 1px solid #000; font-size: 16px; background: #222; color: #f1ce98; a{ color: #f1ce98 !important; } &:hover,&.active{ background: #826744; color: #fff; a{ color: #fff !important; } } &:before{ content: "\f054"; display: block; position: absolute; top: 0; left: 17px; height: 100%; width: 8px; font-family: 'FontAwesome'; font-size: 12px; } } } &:hover > ul{ display: block; -moz-animation: flipInX 0.6s ease-in; -webkit-animation: flipInX 0.6s ease-in; animation: flipInX 0.6s ease-in; } } } .search-icon{ cursor: pointer; width: 16px; height: 18px; position: absolute; top: 12px; right: 6px; background: url(../images/search-icon.png) top center no-repeat; } } } .sm-widets{ position: relative; height: 20px; width: 240px; float: left; margin-top: 60px; .twitter-widget{ float: left; margin-top: 2px; } .fb-like{ float: left; margin-left: 10px; } .google-button{ position: absolute; top: 3px; left: 157px; } } .search_form { display: none; width: 280px; position: absolute; top: 37px; right: -15px; background: #000; z-index: 80; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px solid #a27e4f; } .search_form input[type="text"] { height: 36px; margin-top: 2px; width: 265px; margin-left: 10px; border: none; background: none; color: #a27e4f; } .search_form input[type="submit"] { display: block; top: 0; right: 0; height: 40px; width: 40px; position: absolute; border: none; background: url(../images/search-icon.png) center center no-repeat; }