﻿@media screen and (min-width:1000px){

  table{
    background: none; 
    border: none; 
    margin-bottom: none; 2
  }
  
  ul{
    margin-left: 0;
  }
  ul li ul{
    margin-left: 0;
  }
  p{
    margin-bottom: 0;
    line-height: 1.4;
  }
  .off-canvas-wrap .inner-wrap .navigation{
    display: none;
  }
  .header .nav .navContain .search form{
    height: 24px;
  }
  .header .nav .navContain .search form input{
    width: 182px;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .header .nav .navContain .search form input.formSubmit{
    position: relative;
    top: -18px;
    left: 162px;
  }
  
}

@media screen and (max-width:1000px){
        .tab-bar-section 
    {
        padding:0px;
    }
table{
    background: none; 
    border: none; 
    margin-bottom: none; 
  }
  
ul{
  margin-left: 0;
}
ul li ul{
    margin-left: 0;
}
p{
  margin-bottom: 0;
  line-height: 1.4;
}  

.right-small{
  border-left: 0;
}
.main-section .header{
  display: none;
}
.right-off-canvas-menu{
  background: #1e69c6;
}
.right-off-canvas-menu ul.off-canvas-list li{
  position: relative;
  height: 40px;
}
.right-off-canvas-menu ul.off-canvas-list li a{
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
   background: -webkit-image-set(url(icon_cross.png) 1x,url(icon_cross-2x.png) 2x,url(icon_cross-3x.png) 3x) no-repeat center;

  position: absolute;
  right: 0;
}
.off-canvas-wrap .inner-wrap .navigation{
   display: block;
   background: #1e69c6;
   position: relative;
   z-index: 11;
}

.off-canvas-wrap .inner-wrap .main-section{
   position: relative;
   z-index: 10;
}
.move-left .exit-off-canvas{
   background: rgba(0,0,0,0.6);
}
 .off-canvas-wrap .inner-wrap .navigation .tab-bar{
   background: #1e69c6;
 }
 .off-canvas-wrap .inner-wrap .navigation .tab-bar .tab-bar-section .logo_link .logo{
    display: inline-block;
    width: 318px;
    height: 35px;
    background:url(lsdLogo_mobile.png) no-repeat left;
    margin:5px 0px;
}
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div >ul.navUl >li a{
    width: 78%;
    line-height: 40px;
    display: block;
    padding-left: 15px;
  }
  .right-off-canvas-menu div ul li ul,.right-off-canvas-menu div ul li ul li ul{
    display: none;
  }
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl a{
    color: #fff;
    font-size: 14px;
  }
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl  .navLi{
    position: relative;
  }
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl > .navLi > ul {
  background: #1054a7; }
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl > .navLi  ul > li{
    padding: 0px 0px 0px 20px; }
    .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl > .navLi > ul > li a {
      border: none; }
  
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl .dropdown-toggle-link {
  position: absolute;
  height: 41px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  z-index: 99999;
  right: 0;
  top: 0;
  background: #1054a7;
  cursor: pointer; }
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl .dropdown-toggle-link span{
    color: #bb898a;
    display: block;
    width: 100%;
    height: 100%;
    background: #1054a7;
  }
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl .dropdown-toggle-link span.glyphicon-menu-right {
    background: url("right.png") no-repeat center;
    background-size: 16px 16px; }
  .off-canvas-wrap .inner-wrap .right-off-canvas-menu div .navUl .dropdown-toggle-link span.glyphicon-menu-down {
    background: url("down.png") no-repeat center;
    background-size: 16px 16px; }
    
    .exit-off-canvas:hover{
      background: rgba(0, 0, 0, 0.5)!important;
    }
    
    
}


/*# sourceMappingURL=hamburg.css.map */