/*MEDIA QUERIES*/
@media (max-width: 480px) {
  #news-feed,#bar-fixed-top{width: 100%!important; }

  #multibar-top
  {
    padding: 0 10px!important;
  }
  #profile-wrapper{ padding: 148px 1% 15% 1%!important;}
  .dashboard {padding: 0 1%;}
  .new.comment
  {
    width:100%!important;
    text-align: center;
  }


  .name 
  {
    padding-top: 42px!important;
  }
  
  .bar-search ::-webkit-input-placeholder { color:transparent!important; }
  .bar-search ::-moz-placeholder { color:transparent!important; } /* firefox 19+ */
  .bar-search :-ms-input-placeholder { color:transparent!important; } /* ie */
  .bar-search :-moz-placeholder { color:transparent!important; }


  #news-feed
  {
    display: block!important;
    transform:translate3d(0,55px,0)!important;
  }
  .item 
  {
    width: 100%!important;
  } 
  .bar-search
  {
    width:85px!important;
  }
  #bar-fixed-top.expanded .bar-search
  {
    width: 100vw!important;
    max-width:calc(100vw - 62px)!important;
  }
  #bar-fixed-top.expanded .hideable
  {
    display:none;
  }
  .topbar-item
  {
    max-width:25%;
  }
  section.bigger,section.big
  {
    padding: 150px 0 100px 0!important;
  }
}
@media (max-width: 1099px) {
  .item.single
  {
    width: 100%!important;
  }
  .grid-sizer,.item{
      width: 100%!important;
   }
   #mobile img
   {
    max-width: 100%!important;
    display: block;
    margin: 0 auto;
    max-height: 50vh;
    float: none!important;
   }
   section.bigger .wrapper, section.big .wrapper
  {
    width: 100%!important;
    max-width: 100%!important;
  }
  #mobile
  {
    padding-top: 55px;
  }

  #lightbox-content .image,#lightbox-content .description
  {
    width: 100%!important;
    max-width: none!important;
  }
  #lightbox-content .image
  {
    height: 85%!important;
  }
  #lightbox-content .description
  {
    height: auto!important;
  }

  #multibar-top
  {
    width: 100vw!important;
  }
  body.search-results.expanded #multibar-right
  {
    transform:scale(0,1) translate3d(100vw,0,0)!important;
  }
}

@media (min-width: 481px) and (max-width: 1000px){
  #news-feed,#bar-fixed-top{width: 100%!important;transform:none;}
  #news-feed{transform:translate3d(0,55px,0)!important;}
  #multibar-right-container{height: calc(100vh - 50px)!important; transform:translate3d(0,50px,0)!important;}
  #profile-wrapper{padding: 148px 4% 15% 4%!important;}
  .dashboard,#profile{width: 100%!important; transform:translate(0,0)!important;}
}

@media (min-width: 1001px) and (max-width: 1200px){
  .dashboard .item,#profile-wrapper .item
  {
    width: 100%;
  }
}
@media (max-width: 700px){
  .gallery-item
  {
    width: 100%!important;
  }
  ul.menu
  {
    width: 100%!important;
    box-shadow: none;

  }
  ul.menu li:first-child
  {
    
    border-left: none;
  }
  .dashboard,#profile{width: 100%!important; transform:translate(0,0)!important;}
}

@media (min-width:1099px){
  .grid-sizer-big,.item-big
  {
    width: 100%!important;
  }
  .item-big .main,.item-big section.comments
  {
    float:right!important;
    width: 30%!important;
  }
  .item-big .main
  {
    max-height: 50%;
    height: auto;
  }

  .item-big .details
  {
    width: 100%;
    max-width: 70%;
  }
}

@media (min-width: 1100px) and (max-width: 1599px){ 
  .grid-sizer-big,.item-big
  {
    width: 100%;
  }
  .grid-sizer,.item
  {
    width: calc(50% - 1px);
  }
}
@media (min-width: 1600px) {
  .grid-sizer-big,.item-big
  {
    width: calc(50% - 1px)!important;
  }
  .grid-sizer,.item
  {
    width: calc(33% - 1px);
  }
  .gallery-item
  {
    width: 25%!important;
  }
  .gallery-item.big
  {
    width: 50%!important;
  }
}