/* Use this to add specific CSS for this subtheme */

#top_header{
            /*position:fixed; */
            max-width:100%;
            /* top:0px;
            z-index:10;
            */
            background:green;
 }
 
#nav_menu{
         /* position:fixed; 
          max-width:100%;
          top:106px;
          z-index:10;
 */
 }
#box-navigation{
          background-color:#F2F2F3;
 }
 
#nav_line_after{
          /* position:fixed; */
          max-width:100%;
         /* top:151px;
          z-index:10;
*/
 }
 
#content_column{
          position:relative;
          top:20px;

 }
 
#sidebar_left{
          position:relative;
          margin-bottom:276px;
 }
 
 
.floatingHeader {
          position: fixed;
          top: 0;
          visibility: hidden;
          z-index:10;
 }
 
#box-currency{
             /* background-color:transparent;
 */
 }